Skip to main content

A simple neural network in Python

Project description

SimpleNet

Build Status

A simple neural network in Python

Features

  • Simple interface

  • Minimal dependencies (numpy)

  • Runs on Pythonista on iOS

  • Attempts to verify accuracy by comparing results with popular frameworks Keras and Tensorflow

Introduction

This is a simple multilayer perceptron that I decided to build as I learned a little bit about machine learning and neural networks. It doesn’t have many features.

Dependencies

  • Python >= 3.5 (will likely require 3.6 eventually, if Pythonista updates)

  • numpy

Quickstart

  1. pip3 install simplenet

  2. See examples/

Development Setup

  1. Clone the repo: git clone https://github.com/n8henrie/simplenet && cd simplenet

  2. Make a virtualenv: python3 -m venv venv

  3. source venv/bin/activate

  4. pip install -e .[dev]

Acknowledgements

  • Andrew Ng’s Coursera courses

TODO

I don’t really know any Latex, so if anybody wants to help me fill out some of the other docstrings with pretty equations, feel free. I’m also not a mathematician, so if anything doesn’t seem quite right, feel free to speak up.

Troubleshooting / FAQ

  • How can I install an older / specific version of SimpleNet?

    • Install from a tag:

      • pip install git+git://github.com/n8henrie/simplenet.git@v0.1.0

    • Install from a specific commit:

      • pip install git+git://github.com/n8henrie/simplenet.git@aabc123def456ghi789

Changelog

0.1.2 :: 2017-12-12

  • Update initialization (now uses something like Xavier)

0.1.0 :: 2017-11-02

  • First release on PyPI / GitHub.

Project details


Download files

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

Source Distribution

simplenet-0.1.2.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

simplenet-0.1.2-py3-none-any.whl (9.2 kB view hashes)

Uploaded 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