Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Rasal committed Jul 19, 2023
1 parent df2192c commit 296fe96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 296fe96

Please sign in to comment.