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

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

Awesome Lists containing this project

README

          

## A simple model of an artificial neuron. Perceptron.

[![Build Status](https://travis-ci.com/rugleb/calculator.svg?branch=master)](https://travis-ci.com/rugleb/calculator)
[![Build Status](https://travis-ci.com/rugleb/neuron.svg?branch=master)](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