Skip to content

aberndsen/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aaron Berndsen:
A neural network designed to integrate with scikitlearn's sklearn python package.

is fully numpy-vectorized and has been profiled to ship key components to
openmp-optimized f90 code

supports online learning.

Basic usage:
import nnetwork as NN

n = NN.NeuralNetwork(design=[8,8]) # a NN with two hidden layers of 8 neurons each
n.fit(Xtrain, ytrain)
pred = n.predict(Xtest)

About

a neural network designed to be compatible with sklearn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •