nn6 -- Neural Network 6
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nn6-0.0.4-py3-none-any.whl
(3.4 kB
view details)
File details
Details for the file nn6-0.0.4-py3-none-any.whl.
File metadata
- Download URL: nn6-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8348e70a82496e95298c30da10a7b96f77ecb8804be62c1f80c90674261f60
|
|
| MD5 |
b2ddc548f8b8dc646f64fa99ea4ca6f0
|
|
| BLAKE2b-256 |
464041db628c8f0d8eb92b821c11f39893b7412acd59551a368c80c2165965cb
|