Skip to content

Commit ac39f99

Browse files
committed
fix: Corrected spelling mistake
1 parent 79d3950 commit ac39f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ This is my personal project to make a realatively simple neural network framewor
33
I created it specifically for experimentation with real time natural language processing
44
and sementic analysis, although it is still a work in progress.
55

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:
77

88
* layer by layer syntax.
99
* copy and paste of any portion of the net.
1010
* ability for network to build or erase connections.
1111
* ability to change structure at runtime.
1212
* realtime input and output.
1313
* 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.
1616

1717
As stated above, this is still a work in progress, and I have yet to implement all of these features.
1818

0 commit comments

Comments
 (0)