ljdawn / python-dnn

Python Deep Neural Network ToolKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-dnn uses python (and theano) to implement major Deep Learing Networks.

It currently supports:

  • CNN
  • SDA
  • DBN
  • A general DNN Finetune kit with maxout and dropout.

######Features######

  • Easy Configuration by JSON
  • Pre-Training,Fine Tuning and Testing Separately done by config
  • Different Types of Data Reader/Writer

######Prerequisite######


configuration documentation

About

Python Deep Neural Network ToolKit.

License:Apache License 2.0


Languages

Language:Python 99.4%Language:Shell 0.6%