File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ This is a basic packet sniffer
33
33
34
34
From the list, input the name of the inetrface you wish to sniff
35
35
Packet information should now be seen
36
+
36
37
ctrl + c to cancel
37
38
38
39
### 2 - ANN Data Gatherer
39
40
This is used to create a dataset to train and test an ANN.
40
41
41
42
From the list, input the name of the inetrface you wish to gather data from
43
+
42
44
ctrl + c to cancel
43
45
44
46
### 3 - Neural Network Trainer
@@ -47,8 +49,8 @@ Creates and trains an ANN from a dataset
47
49
input name of the CSV dataset file you wish to use
48
50
If you want to load a previous model, input 'y' and then input the name of the model
49
51
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
52
54
input 'y' again to save the model (Must end in '.sav')
53
55
54
56
### 4 - Data Viewer
You can’t perform that action at this time.
0 commit comments