engineswap / Basic-neural-network

Uses supervised learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic-neural-network

This is a basic neural network using a single perceptron. It will attempt to guess weather a point is above or below the line y = x. You can adjust the learning rate, number of cycles and so forth within it.

About

Uses supervised learning


Languages

Language:JavaScript 100.0%