Skip to content

piotrjaromin/machinelearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementations of some machine-learning algorithms

In neurons pacakage we have:

Perceptron

alt Perceptron

Updates weights after processing each line. Calculated error based on quantizer function result.

Adaline

Adaptive linear neuron alt Adaline

Processes whole data set, and after that updateds weights. Uses activations function to find current error between expected result and current one.

Testing

to run tests:

go test ./..

Tests are based on Iris flower data set

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages