Skip to content

A simple and fast feed forward neural network library.

License

Notifications You must be signed in to change notification settings

MagnusChase03/GoML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoML

A simple and fast feed forward neural network library.

Installation

To build the example program:

$ go build main.go

Usage

To run the example program:

$ ./main

To use in another Go project, simply import the library:

import "github.com/MagnusChase03/GoML/ml"

...

n, err := ml.NewFFNN([]int{3, 2, 1});

About

A simple and fast feed forward neural network library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages