Skip to content

This Python class wraps the code to create some synthetic datasets and learn a neural network model with any of the following libraries: Scikit-learn, Keras, TensorFlow and PyTorch

takeawildguess/FCNNlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FCNNlib

This mini-module contains two main Python classes that pertain the domain of fully-connecter neural-networks. The trainFCNN class wraps the code to create some synthetic datasets and learn a neural network model with any of the following libraries: Scikit-learn, Keras, TensorFlow and PyTorch.

The visFCNN class aims at visualizing what happens inside the network with some colourful charts. The visualizations have been created with pure Matplotlib.

About

This Python class wraps the code to create some synthetic datasets and learn a neural network model with any of the following libraries: Scikit-learn, Keras, TensorFlow and PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages