From 60e9f9e8a7df69aa94de0e9752a3faf3c0c62253 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Thu, 8 Feb 2024 20:46:54 -0600 Subject: Initial commit - setup --- LICENSE | 21 --------------------- doc/readme.md | 10 ---------- license.txt | 21 +++++++++++++++++++++ readme.md | 10 ++++++++++ 4 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 LICENSE delete mode 100644 doc/readme.md create mode 100644 license.txt create mode 100644 readme.md diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f5e4a77..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Christian Hodgden - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/doc/readme.md b/doc/readme.md deleted file mode 100644 index 709fee1..0000000 --- a/doc/readme.md +++ /dev/null @@ -1,10 +0,0 @@ -![NNetwork Icon](nnetwork.svg) - -# 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. - diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..f5e4a77 --- /dev/null +++ b/license.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Christian Hodgden + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. 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 Icon](./doc/nnetwork.svg) + +# 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. + -- cgit v1.2.3