Skip to content

xypan1232/libdeep-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdeep-python

libdeep-python adds a Python API to the libdeep deep learning library, which is written in C. This allows you to obtain the raw processing speed of native C code while also having the convenience of being able to develop your application in Python. After a system has been trained you can export it as a standalone C commandline program which takes the input values as arguments and outputs the results to stdout.

Installation

First install libdeep:

sudo apt-get install build-essential gnuplot doxygen
git clone https://github.com/bashrc/libdeep
cd libdeep
make
sudo make install

Now install the python interface:

sudo apt-get install python-dev
git clone https://github.com/bashrc/libdeep-python
cd libdeep-python
make
sudo make install

Usage

For example use cases see the examples directory and also the manpage.

man libdeep-python

About

A python interface for the libdeep deep learning library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published