Skip to content

basic implementation of an artificial neural network in racket (2015)

Notifications You must be signed in to change notification settings

qpwo/ANN-racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANN-racket

An Artificial Neural Network is a machine learning model. I learned about it on Math Intersect Programming.

How to use code

neural.rkt provides a function make-network.

  1. Call make-network to get an instance of network%
  2. send train on this instance with your training data
  3. evaluate your test data as needed

Look at binary-example.rkt and sin-example.rkt for more info

About

basic implementation of an artificial neural network in racket (2015)

Resources

Stars

Watchers

Forks

Languages