https://github.com/rugleb/neuron
Simple model of artificial Neuron
https://github.com/rugleb/neuron
cpp education neural-network neuron
Last synced: about 1 year ago
JSON representation
Simple model of artificial Neuron
- Host: GitHub
- URL: https://github.com/rugleb/neuron
- Owner: rugleb
- License: mit
- Created: 2018-11-12T14:24:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T18:56:35.000Z (over 7 years ago)
- Last Synced: 2025-02-15T16:49:23.116Z (over 1 year ago)
- Topics: cpp, education, neural-network, neuron
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A simple model of an artificial neuron. Perceptron.
[](https://travis-ci.com/rugleb/calculator)
[](https://travis-ci.com/rugleb/neuron)
## Task
The goal of the work is to create a program that implements an artificial neuron; masterment of a neuron learning procedure; use of the obtained results for solving classification and approximation test problems.
master, using the language C/C ++, a program that simulates the behavior of an artificial three-input neuron of the type specified by the teacher and provides his training for solving the problem of classification.
## Neuron model
## Train set
## Output