Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yasulab/neural-network-on-python
- Owner: yasulab
- Created: 2011-03-22T17:50:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-23T10:59:07.000Z (over 13 years ago)
- Last Synced: 2024-10-10T09:22:35.993Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.