A Simple Python package that helps anyone on building and running deep neural network in a second.
Project description
NeuralPuzzle
A simple Python package that helps anyone on building and running a deep neural network in second.
Free software: GNU General Public License v3
Documentation: https://neuralpuzzle.readthedocs.io.
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
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 Distributions
Built Distribution
File details
Details for the file neuralpuzzle-0.1.0a1-py2.py3-none-any.whl
.
File metadata
- Download URL: neuralpuzzle-0.1.0a1-py2.py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf5a1d09a4e6a03e12463f58f38d27eac565c803ed552463c9780ae84e092cc8 |
|
MD5 | e5a6bb06eadd67c1a1e53ce65697a07f |
|
BLAKE2b-256 | 6ab49013dfdb27496f8ae800f1a5544602cdb7f5ba12e46b83d4ec8a11ac860f |