Artificial Intelligence Examples
Project description
ai6 -- Artificial Intelligence Examples
Install
$ pip install ai6
Example
import nn
def f(p):
[x,y] = p
return x*x + y*y
p = [1.0, 3.0]
nn.gradientDescendent(f, p)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ai6-1.0.3.tar.gz
(3.4 kB
view details)
File details
Details for the file ai6-1.0.3.tar.gz
.
File metadata
- Download URL: ai6-1.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b98835b15dc5d917deb18f13613c52204591ad295a16cc767af7d4d116234f80
|
|
MD5 |
7705959c5d90140ca283dcb0e2f0564b
|
|
BLAKE2b-256 |
be3b34ae06282550c85108b57c6d56183a84181417688bcb49c12e1b00781bfc
|