-
Notifications
You must be signed in to change notification settings - Fork 7
aberndsen/NeuralNetwork
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published