Skip to content

ccc-py/nn6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn6 -- Neural Network 6

Install

$ pip install nn6

Example

import nn6

def f(p):
	[x,y] = p
	return x*x + y*y

p = [1.0, 3.0]
nn6.gd(f, p)

About

nn6 -- Neural Network 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages