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-10.2.0alpha4.tar.gz (156.3 kB view details)

Uploaded Source

Built Distributions

DeepCL-10.2.0alpha4-py3.4-linux-x86_64.egg (582.9 kB view details)

Uploaded Source

DeepCL-10.2.0alpha4-py3.4-linux-i686.egg (542.4 kB view details)

Uploaded Source

DeepCL-10.2.0alpha4-py2.7-linux-x86_64.egg (543.3 kB view details)

Uploaded Source

DeepCL-10.2.0alpha4-py2.7-linux-i686.egg (505.8 kB view details)

Uploaded Source

File details

Details for the file DeepCL-10.2.0alpha4.tar.gz.

File metadata

File hashes

Hashes for DeepCL-10.2.0alpha4.tar.gz
Algorithm Hash digest
SHA256 9ca70e66a28d5ae71d07b5532944acf85cb88e6440742a3399e52857e6630992
MD5 6deb6bd6bed47cf6def79c3047a1d8f4
BLAKE2b-256 6b8e896f683d29da782a8700bb039945f1c5d7b9e7cc0645ce37c4f0a132e24f

See more details on using hashes here.

File details

Details for the file DeepCL-10.2.0alpha4-py3.4-linux-x86_64.egg.

File metadata

File hashes

Hashes for DeepCL-10.2.0alpha4-py3.4-linux-x86_64.egg
Algorithm Hash digest
SHA256 4c7a264dfea4f052c57472fac0d1857f9381522f61c10ccb8dad63880b32b815
MD5 5f6feb400518dbba6606d5b29c344efb
BLAKE2b-256 81a1eb95ac77f672564d9ff8d36b8adc5336dc224241bc24ad55a80d56242ea4

See more details on using hashes here.

File details

Details for the file DeepCL-10.2.0alpha4-py3.4-linux-i686.egg.

File metadata

File hashes

Hashes for DeepCL-10.2.0alpha4-py3.4-linux-i686.egg
Algorithm Hash digest
SHA256 4ddd832bcf2d1962ca958e065475175bad2828536d4a3eba6c8ad0aa48d3b146
MD5 3357dad559407e6ac83f87c68108ca76
BLAKE2b-256 fab0a3b7d8e2775534018c9c215f10f2bd867a5a80c9b3908c176fcbcfac200e

See more details on using hashes here.

File details

Details for the file DeepCL-10.2.0alpha4-py2.7-linux-x86_64.egg.

File metadata

File hashes

Hashes for DeepCL-10.2.0alpha4-py2.7-linux-x86_64.egg
Algorithm Hash digest
SHA256 474e05f3f436b621c0c6a61afe5969790ec852ef97b579a5c9c75db38413527c
MD5 6ec459a43b1d1ab96774cf348618a1aa
BLAKE2b-256 d8209c5eb5d465d0a923cdfa4a51d79409bf47e34f5069cad4e0c1d2b187bb7c

See more details on using hashes here.

File details

Details for the file DeepCL-10.2.0alpha4-py2.7-linux-i686.egg.

File metadata

File hashes

Hashes for DeepCL-10.2.0alpha4-py2.7-linux-i686.egg
Algorithm Hash digest
SHA256 8173de1f1f0325500f460018b5ad8d521bb3b5140c677dd2f625a92782af08ce
MD5 56f7c02082912c6a92ec7b888afd4a8d
BLAKE2b-256 9cfbeb3cf47b8f38471238c4001d7c432c5c96b474eba6e33726f164c7884905

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