Skip to content

Eclipse-Dominator/machine_learning_ANN_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine_learning_ANN_python

Scratch ANN using only numpy

The Artificial Neuron Network is made purely with python and Numpy. Usage: Create ANN: ANN([input_layer_size,hidden layers...,output_layer_size]) Train NN: ANN.mini_batch_training(training data, mini-batch size, learning rate, iterations per mini-batch) Classification: ANN.propagate_result(data)

About

Scratch ANN using only numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages