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 hashes)

Uploaded Python 2 Python 3

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