Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.1 KB

Neuronal Network


Go Reference

My neural network was built and is being built, using third party packages like GoLearn

twitter: @Arturo0911

Modules used

See here for GoLearn.

Getting Started

Data are loaded in as Instances. You can then perform matrix like operations on them, and pass them to estimators. GoLearn implements the scikit-learn interface of Fit/Predict, so you can easily swap out estimators for trial and error. GoLearn also includes helper functions for data, like cross validation, and train and test splitting.

Basic Structure from NeuronalNetworks

Greeting started

Examples

GoLearn comes with practical examples. Dive in and see what is going on.

cd $GOPATH/src/github.com/Artur0911/NN/examples/knnclassifier
go run knnclassifier_iris.go