https://github.com/armandfs/mlp-num-recog-ann
A multilayer perceptron is a fully connected class of feedforward artificial neural network. Courtesy and in reference to the original source, this is from ridwan ilyas' youtube series on the Basics of Machine Learning
https://github.com/armandfs/mlp-num-recog-ann
Last synced: 20 days ago
JSON representation
A multilayer perceptron is a fully connected class of feedforward artificial neural network. Courtesy and in reference to the original source, this is from ridwan ilyas' youtube series on the Basics of Machine Learning
- Host: GitHub
- URL: https://github.com/armandfs/mlp-num-recog-ann
- Owner: ArmandFS
- Created: 2023-03-14T06:56:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T14:19:25.000Z (about 3 years ago)
- Last Synced: 2025-05-29T13:25:06.722Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlp-num-recog-ann
A multilayer perceptron is a fully connected class of feedforward artificial neural network. Courtesy and in reference to the original source, this is from ridwan ilyas' youtube series on the Basics of Machine Learning.