Pure Python Simple Neural Network (SNN) library
-
Updated
Jul 25, 2024 - Python
Pure Python Simple Neural Network (SNN) library
Simple no dependency neural network framework
simple neural network implementation in python
When given an input (three numbers all either 0 or 1) the neural network will get an output, which should be the first of the three numbers.
Creation of a simple neural network, which learns through trial and error, what result it should give for different first degree formulas. Technologies and languages used: TensorFlow, Keras and Python. Own learning.
Add a description, image, and links to the simple-neural-network topic page so that developers can more easily learn about it.
To associate your repository with the simple-neural-network topic, visit your repo's landing page and select "manage topics."