Skip to content
/ ANN Public

Develop an Artificial Neural Network that can classify inputs based on a number of features

Notifications You must be signed in to change notification settings

agnivchtj/ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Develop an Artificial Neural Network that can classify inputs based on a number of features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published