Skip to content

Commit b89ec05

Browse files
2 parents 6f9749f + c33854a commit b89ec05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ This is a basic packet sniffer
3333

3434
From the list, input the name of the inetrface you wish to sniff
3535
Packet information should now be seen
36+
3637
ctrl + c to cancel
3738

3839
### 2 - ANN Data Gatherer
3940
This is used to create a dataset to train and test an ANN.
4041

4142
From the list, input the name of the inetrface you wish to gather data from
43+
4244
ctrl + c to cancel
4345

4446
### 3 - Neural Network Trainer
@@ -47,8 +49,8 @@ Creates and trains an ANN from a dataset
4749
input name of the CSV dataset file you wish to use
4850
If you want to load a previous model, input 'y' and then input the name of the model
4951
Else just hit Enter
50-
Depending on model tpology and the size of the dataset, the process may take a while
51-
ONce finished, input 'y' to see the Weights and intercepts of the model after training
52+
Depending on model topology and the size of the dataset, the process may take a while
53+
Once finished, input 'y' to see the Weights and intercepts of the model after training
5254
input 'y' again to save the model (Must end in '.sav')
5355

5456
### 4 - Data Viewer

0 commit comments

Comments
 (0)