Skip to content
/ ai6 Public

ai6 -- Artificial Intelligence Example Code

License

Notifications You must be signed in to change notification settings

ccc-py/ai6

Repository files navigation

ai6 -- Artificial Intelligence Code Examples

Install

$ pip install ai6

Example

import ai6

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

p = [1.0, 3.0]
ai6.gradient_descendent(f, p)

About

ai6 -- Artificial Intelligence Example Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages