Skip to content

laysakura/DeepLearning-shugyou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearning-shugyou

My personal training to understand Deep Learning deeply...

Setup

  1. Install Anaconda, a comfy Python environment for data processing. You can find an installer on the above site.

  2. Install PyBrain, a Neural Network library.

    ~/anaconda/bin/pip install git+https://github.com/pybrain/pybrain.git

    Note: I encountered errors when using pybrain package in PyPI. I recommend to install package in GitHub.

  3. Install Benchmarker. Some codes use it.

    ~/anaconda/bin/pip install Benchmarker

Shugyou01 - PyBrain Tutorial

Write (or copy-and-paste) working codes from PyBrain tutorial.

Shutyou02 - Logic Element

Learns logic element's function such as XOR.

  • xor.py: Provides basic examples of DNN.
  • xor_best_nn.py: Trying a few kinds of DNNs to find the fastest and the most precise one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages