From 296fe9657b8a01df59198d8858d36dacf1ab27a9 Mon Sep 17 00:00:00 2001 From: Shubham-Rasal Date: Wed, 19 Jul 2023 22:34:52 +0530 Subject: [PATCH] added readme --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29..4230d56 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +## Ineural - js neural network library + +Ineural is a neural network library written in javascript. It is a simple library that can be used to create neural networks and train them. It is written in javascript and can be used in the browser or in nodejs. \ No newline at end of file diff --git a/package.json b/package.json index c36d223..ef0ded1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ineural", - "version": "1.0.0", + "version": "1.1.0", "description": "A javascript implementation of a neural network", "main": "nn.js", "scripts": {