Skip to content

Commit

Permalink
few updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyanshhub authored Mar 2, 2024
1 parent 4a4f10f commit 337a8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

- you can customise your neural network as per your wish
- you can test it on your own dataset by modifying test.py
- 1st argument is no of features of your dataset
- ```python f = NN(3,[4,4,1]) ```
- 1st argument in class NN is no of features of your dataset
- 2nd argument is a list denoting no of neurons in each layer of network
- you can change no of epochs in the file , similarly the learning rate and loss function
- you can plot loss incurred in each training epoch
Expand Down

0 comments on commit 337a8a8

Please sign in to comment.