numpy-neuralnet-exercise
There are 10 repositories under numpy-neuralnet-exercise topic.
yuanxiaosc/Theoretical-Proof-of-Neural-Network-Model-and-Implementation-Based-on-Numpy
This resource implements a deep neural network through Numpy, and is equipped with easy-to-understand theoretical derivation, mainly for the in-depth understanding of neural networks. 神经网络模型的理论证明与基于Numpy的实现。
hwalsuklee/numpy-neuralnet-exercise
Implementation of key concepts of neuralnetwork via numpy
AyushExel/Neo
Deep learning library in python from scratch
cedrickchee/neural-network-in-13-lines
A neural network in 13 lines of Python.
GdMacmillan/LensFlare
Python repository for deep learning using Tensorflow and Numpy
InCogNiTo124/recursive-sgd
A proof of concept of a recursion doing stochastic gradient descent for a simple neural network. Done in Python3 with numpy
jsteng19/MNIST_Neural_Net
This is an educational project intended to classify handwritten digits from the MNIST database using only native Python and the NumPy library. Pillow (PIL fork) was used to display the handwritten images for demonstration purposes.
tranlethaison/NumpyNeuralNet
Neural Networks and training algorithms in Numpy, for learning purpose.
rajathpatel23/ml_algo_numpy
Machine learning algorithm implemented from scratch in python