Skip to main content

python wrapper for DeepCL deep convolutional neural network library for OpenCL

Project description

Python wrapper for DeepCL

Pre-requisites

  • You must have first installed and activated DeepCL native libraries, see Build.md

  • numpy

To install from pip

pip install --upgrade DeepCL

How to use

See test_deepcl.py for an example of:

  • creating a network, with several layers

  • loading mnist data

  • training the network using a higher-level interface (NetLearner)

For examples of using lower-level entrypoints, see test_lowlevel.py:

  • creating layers directly

  • running epochs and forward/backprop directly

For example of using q-learning, see test_qlearning.py.

To install from source

Pre-requisites:

  • on Windows:

  • Python 2.7 or Python 3.4

  • A compiler:

  • on linux:

  • Python 2.7 or Python 3.4

  • g++, supporting c++0x, eg 4.4 or higher

  • have first already built the native libraries, see Build.md

  • have activated the native library installation, ie called dist/bin/activate.sh, or dist/bin/activate.bat

  • numpy installed

To install:

cd python
python setup.py install

Changes

  • 30 July 2016:

  • Added net.getNetdef(). Note that this is only an approximate representation of the network

  • 29 July 2016:

  • New feature: can provide image tensor as 4d tensor now ,instead of 1d tensor (1d tensor ok too)

  • CHANGE: all image and label tensors must be provided as numpy tensors now, array.array no longer valid input

  • bug fix: qlearning works again :-)

  • 25 July 2016:

  • added RandomSingleton class, to set the seed for weights initialization

  • added xor.py example

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeepCL-11.2.0alpha1.tar.gz (156.6 kB view details)

Uploaded Source

Built Distributions

DeepCL-11.2.0alpha1-py3.4-linux-x86_64.egg (583.5 kB view details)

Uploaded Source

DeepCL-11.2.0alpha1-py3.4-linux-i686.egg (544.6 kB view details)

Uploaded Source

DeepCL-11.2.0alpha1-py2.7-linux-x86_64.egg (543.8 kB view details)

Uploaded Source

DeepCL-11.2.0alpha1-py2.7-linux-i686.egg (506.1 kB view details)

Uploaded Source

File details

Details for the file DeepCL-11.2.0alpha1.tar.gz.

File metadata

File hashes

Hashes for DeepCL-11.2.0alpha1.tar.gz
Algorithm Hash digest
SHA256 1e8e39c9952735b9df6344004197a4e47b7ad70e034156f6b6f9dd2ea40868be
MD5 62ad804383f2dcba2d0e077455ea5573
BLAKE2b-256 a6807a4ff2000fbe58de5f4e79f39129a9413aea5735aeab93090d768ddc566e

See more details on using hashes here.

File details

Details for the file DeepCL-11.2.0alpha1-py3.4-linux-x86_64.egg.

File metadata

File hashes

Hashes for DeepCL-11.2.0alpha1-py3.4-linux-x86_64.egg
Algorithm Hash digest
SHA256 4a0be497b1311964f067b56f318412f941b30a985e27bff5699d7df4d5158984
MD5 96068745ffda09811f18841b4fb38ef4
BLAKE2b-256 1482554d66106ad71981e1241b5960481329f6b9d874044f1e586b3df16bb830

See more details on using hashes here.

File details

Details for the file DeepCL-11.2.0alpha1-py3.4-linux-i686.egg.

File metadata

File hashes

Hashes for DeepCL-11.2.0alpha1-py3.4-linux-i686.egg
Algorithm Hash digest
SHA256 42e33097a9e6b857f049bbf4b209e798011c2f26edf635a8ef8365b4b880ff87
MD5 c0ffd15b71d1afb9d1d55bec5ab913bc
BLAKE2b-256 4b9ac51f984d7ff5943be5101c6521575112d26035facc0e2373115713e7de7c

See more details on using hashes here.

File details

Details for the file DeepCL-11.2.0alpha1-py2.7-linux-x86_64.egg.

File metadata

File hashes

Hashes for DeepCL-11.2.0alpha1-py2.7-linux-x86_64.egg
Algorithm Hash digest
SHA256 608b3c5d3e957b6c219185c77e3cca4ef9aa15f33d01db092715c6df02751c06
MD5 8c61350a3b869a38006c6dc357be9cef
BLAKE2b-256 adb414c616cefbdb20d64309e8e8b5519bc814618e7ae651d6b281702b0d58e4

See more details on using hashes here.

File details

Details for the file DeepCL-11.2.0alpha1-py2.7-linux-i686.egg.

File metadata

File hashes

Hashes for DeepCL-11.2.0alpha1-py2.7-linux-i686.egg
Algorithm Hash digest
SHA256 7bd09425d8e3e478c22c5fa6960b964abdb3e4c811de4bf5f0961fcc688081bc
MD5 d33a101f018b43dbc925c19f801fe5ff
BLAKE2b-256 538782c5d8c5d233844dd9b9e9a4f0b4c261e289f2baffc6e665852cc2ea4acc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page