Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yasulab/neural-network-on-python

Some neural network demonstrations implemented by Python
https://github.com/yasulab/neural-network-on-python

Last synced: 1 day ago
JSON representation

Some neural network demonstrations implemented by Python

Awesome Lists containing this project

README

        

This folder is a project for Project 2 in Artificial Intelligence class.

This folder is composed of the following trees:
README: This is me.
- letter-set: set of letters for training.
- letter-each: set of letters for testing.
- logics: set of prototypes for testing algorithms.
- ver-0: demo for an algorithm of binary perceptron.
- ver-1: demo for an algorithm of multi-valued perceptron.
- ver-2: demo for an algorithm of backpropagation.
- ver-3: demo for an algorithm of nearest neighbor rule.
- stats: scripts for measuring and comparing each algorithm.

Each folder has a README and it tells you how to run
and how to test the program there.