https://github.com/artainmo/neuralnetworklib
Personal project. Neural network and statistics python library using numpy.
https://github.com/artainmo/neuralnetworklib
artificial-intelligence neural-networks personal-project python statistics
Last synced: 8 months ago
JSON representation
Personal project. Neural network and statistics python library using numpy.
- Host: GitHub
- URL: https://github.com/artainmo/neuralnetworklib
- Owner: artainmo
- Created: 2023-02-28T16:07:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T19:38:50.000Z (over 2 years ago)
- Last Synced: 2025-01-22T15:32:04.803Z (over 1 year ago)
- Topics: artificial-intelligence, neural-networks, personal-project, python, statistics
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeuralNetworkLib
Neural network and statistics python library using numpy.
[Here](https://github.com/artainmo/multilayer_perceptron) is an example of it being used.
[Here](https://github.com/artainmo/neural-networks) is the theory behind it.