Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/artificial-neural-networks
https://github.com/malcodeman/artificial-neural-networks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/artificial-neural-networks
- Owner: malcodeman
- License: mit
- Created: 2023-09-18T17:57:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T18:09:59.000Z (over 1 year ago)
- Last Synced: 2023-09-18T23:43:50.454Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artificial-neural-networks
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/artificial-neural-networks/blob/main/LICENSE)Simplified example of a feedforward neural network with one hidden layer and both forward and backward propagation.
## Getting started
```
git clone https://github.com/malcodeman/artificial-neural-networks.git
cd artificial-neural-networks
python3 main.py
```## License
[MIT](./LICENSE)