Coder Social home page Coder Social logo

deeplearningpython35's Introduction

DeepLearningPython35

Purpose

This is a learning project for developing neural networks from scratch in python. This is my work as I follow the neuralnetworksanddeeplearning.com book guide.

General Goal: Make it through the book, then later consider greateer code deviations from the book (or start a new branch/repo)/

Overview

Provided Files:

Maybe slightly modified from initial provided code in repo.

  • test.py:
    • File for running (training/evaluating) all networks provided with the initial code repo (see below). (Note: I haven't made any substantial changes).
  • network.py: Neural net implementation provided (with initial repo) for chapters 1, 2.
  • network2.py: Neural net implementation provided for chapters 3, 4, 5.
  • network3.py: Neural net implementation provided for chapter 6 (the last chapter).
  • mnist files:
    • mnist.pkl.gz: mnist data set
    • expand_mnist.py
    • mnist_average_darkness.py
    • mnist_loader.py
    • mnist_svm.py

My Personal Files:

  • test1.py: My test runner for mynet.py
  • mynet.py: My neural net implementation based on network.py
  • learning-network.ipynb: Jupyter Notebook for experimenting
  • bootyNet.py: incomplete personal idea not directly related to this book

Run unit tests:

# setup virtualenv (if not done previously):
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
pytest -s

Build docs:

source env/bin/activate
cd docs
# build html docs:
make html
# build pdf docs:
sudo apt-install latexmk texlive-latex-recommended texlive-latex-extra
make latexpdf

Future Ideas:

deeplearningpython35's People

Contributors

anandman avatar dangbert avatar dgcampbe avatar michaldanieldobrzanski avatar pa-m avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.