Skip to main content

A Simple Python package that helps anyone on building and running deep neural network in a second.

Project description

NeuralPuzzle

https://img.shields.io/pypi/v/neuralpuzzle.svg Build status on Travis CI Documentation Status Updates Windows build status on Appveyor https://img.shields.io/badge/License-GPL%20v3-blue.svg

A simple Python package that helps anyone on building and running a deep neural network in second.

Quickstart

To install NeuralPuzzle, run the following command in your terminal:

pip install neuralpuzzle

Quickly train a simple one hidden layer feed forward nueral network with ReLU activation fucntion, and initialize paramters (weights and bias) using Xavier method:

from neuralpuzzle import *

train_network = NeuralPuzzle('mnist.pkl', [784, 50, 10], ['relu'], 'xavier')

Features

  • Easy install and use

  • One-line code to train

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2017-04-18)

  • First release on PyPI.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

neuralpuzzle-0.1.0a1-py2.py3-none-any.whl (15.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file neuralpuzzle-0.1.0a1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for neuralpuzzle-0.1.0a1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf5a1d09a4e6a03e12463f58f38d27eac565c803ed552463c9780ae84e092cc8
MD5 e5a6bb06eadd67c1a1e53ce65697a07f
BLAKE2b-256 6ab49013dfdb27496f8ae800f1a5544602cdb7f5ba12e46b83d4ec8a11ac860f

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