You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@ This is my personal project to make a realatively simple neural network framewor
3
3
I created it specifically for experimentation with real time natural language processing
4
4
and sementic analysis, although it is still a work in progress.
5
5
6
-
I created this because I needed a framework that could be configured in complex and irregular ways for easy experimentation. It had have the following features:
6
+
I created this because I needed a framework that could be configured in complex and irregular ways for easy experimentation. In order to suit my needs, it has have the following features:
7
7
8
8
* layer by layer syntax.
9
9
* copy and paste of any portion of the net.
10
10
* ability for network to build or erase connections.
11
11
* ability to change structure at runtime.
12
12
* realtime input and output.
13
13
* loading/saving of weight values and structure to file.
14
-
* activation of specific neurons at defines times realative to the network.
15
-
* focus on learning strategies for natural lamguage processing and semantic analysis.
14
+
* activation of specific neurons at times realative to the network.
15
+
* focus on learning strategies for natural language processing and semantic analysis.
16
16
17
17
As stated above, this is still a work in progress, and I have yet to implement all of these features.
0 commit comments