Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agnivchtj/ann
Develop an Artificial Neural Network that can classify inputs based on a number of features
https://github.com/agnivchtj/ann
backpropagation-algorithm jupyter-notebooks python scikit-learn
Last synced: 18 days ago
JSON representation
Develop an Artificial Neural Network that can classify inputs based on a number of features
- Host: GitHub
- URL: https://github.com/agnivchtj/ann
- Owner: agnivchtj
- Created: 2020-08-03T11:58:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T17:12:52.000Z (over 4 years ago)
- Last Synced: 2024-11-21T12:47:26.751Z (3 months ago)
- Topics: backpropagation-algorithm, jupyter-notebooks, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ANN
Classification can be performed using Artifical Neural Networks (ANNs), which categorize products into classes by detecting a number of separate features.
The goal is to load the data, divide it into training sets and use it to train a neural network. A feed-forward neural network with a back-propagation training algorithm will be used to recognize the classes of the unknown samples, with sigmoid and relu activation functions.