Skip to content

A Neural Network library written in Python. It has backends for OpenCL and CUDA.

License

Notifications You must be signed in to change notification settings

schreon/neuronaut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuronaut

neuronaut is a neural network library written in Python. It has backends for OpenCL and CUDA. neuronaut is meant to be fast, easy to use and easy to extend.

Dependencies

neuronaut is based on numpy and reikna . reikna again needs pycuda and/or pyopencl to run.

Installation

You can install neuronaut using pip: pip install git+ssh://git@github.com/schreon/neuronaut.git It is highly recommended to use virtualenv.

Getting started

See the neuronaut-tests repository.

Available mixins

TODO

Write your own mixins

TODO

Write your own activation function

TODO

About

A Neural Network library written in Python. It has backends for OpenCL and CUDA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages