diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-02-08 20:46:54 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-02-08 20:46:54 -0600 |
commit | 60e9f9e8a7df69aa94de0e9752a3faf3c0c62253 (patch) | |
tree | 0ca695bdfc63ddec618388f1596842ba02fe5595 /readme.md | |
parent | 5b4edc19cde9bdfff3b2159cd722372931edc9b5 (diff) |
Initial commit - setup
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1ca15f5 --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ + + +# NNetwork.js + +## A simple neural network as a Javascript Class Object + +Using the math.js library, this package is designed to run on a web browser. + +This package is currently under development. + |