Skip to content
/ bp7 Public

A machine learning library written in Go, based on the backpropagation learning algorithm. The basic structure represents an MLP network. After training, you can export the weights of the network in order to use it directly for predictions/classification.

Notifications You must be signed in to change notification settings

anaktas/bp7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bp7

Overview

bp7 is a basic machine learning library for Golang. This library implements the backpropagation learning algorithm and its network is structured with only one hidden layer (and obviously one output layer). At least with the normalized breast cancer set from the Wisconsin University, it has a 96.04% accuracy in prediction.

Feel free to extend it and modify it according to your needs.

About

A machine learning library written in Go, based on the backpropagation learning algorithm. The basic structure represents an MLP network. After training, you can export the weights of the network in order to use it directly for predictions/classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages