Merge pull request #966 from kinhosz/master

Add: kinho
This commit is contained in:
Joseph Misiti 2024-01-24 22:53:28 -05:00 committed by GitHub
commit becb6804d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1383,6 +1383,7 @@ be
<a name="python-neural-networks"></a>
#### Neural Networks
* [Kinho](https://github.com/kinhosz/Neural) - Simple API for Neural Network. Better for image processing with CPU/GPU + Transfer Learning.
* [nn_builder](https://github.com/p-christ/nn_builder) - nn_builder is a python package that lets you build neural networks in 1 line
* [NeuralTalk](https://github.com/karpathy/neuraltalk) - NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
* [Neuron](https://github.com/molcik/python-neuron) - Neuron is simple class for time series predictions. It's utilize LNU (Linear Neural Unit), QNU (Quadratic Neural Unit), RBF (Radial Basis Function), MLP (Multi Layer Perceptron), MLP-ELM (Multi Layer Perceptron - Extreme Learning Machine) neural networks learned with Gradient descent or LeLevenbergMarquardt algorithm.