yingchi / deep-learning-py35

notes and code for the book Neural Networks and Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is my personal notes and modified codes accompanying the book "Neural Networks and Deep Learning"

The original code repo for the book and written by the author is here.

And here is the python 3.5 version contributed by others.

Description

This repo is for Python 3.5.2 and Theano with CUDA support

The testing file (test.py) contains all three networks (network.py, network2.py, network3.py) from the book and it is the starting point to run (i.e. train and evaluate) them.

Just type at shell:

python3.5 test.py

In test.py there are examples of networks configurations with proper comments.

About

notes and code for the book Neural Networks and Deep Learning


Languages

Language:Python 77.5%Language:Jupyter Notebook 22.5%