Skip to content
/ NetSy Public

A small library for playing with neural networks

Notifications You must be signed in to change notification settings

dotanrs/NetSy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSy

Create and track a small network of neurons

Usage

see examples.

To run them, simply

git clone https://github.com/dotanrs/netsy.git

python netsy/examples/<select file>

prerequisites

In the terminal...

  1. Python3:

$ Python --version

if not found:

$ brew install python3

If you don't have brew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  1. Packages:

pip install matplotlib

pip install numpy

About

A small library for playing with neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages