this is a hobby project to build a small framework to create and deploy neural networks quickly...
this is a project that i intended to make as an attempt to understand neural network and machine learning better...
i am a firm believer that building complex topics and ideas from scratch gives you a solid ground and grasp of the concepts...
Mac / Linux
pip3 install fastNeuron
Windows
pip install fastNeuron
Currently you can deploy any feed-forward neural network with any size.
You can choose what optimizer to use ,which activations functions ,which cost function...
