Skip to content

wangkanger/DNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNN

Deep Neural Networks for Python

This is just a wrapper of the PyBrain library to support layerwise pretraining for deep nets. I made this for a quick, one-time use. There are better implementations available. I recommend:

But if you want a very simple, single-class solution, try it out:

Setup

  1. Make sure that PyBrain is installed.
  2. Clone the repo.
  3. Then import the network class from DNN.dnn import AutoEncoder

About

Deep Neural Networks for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%