Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 498 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 498 Bytes

Influencers in Social Networks

More detail about the challenge here

Implemented a 5 layer neural network. 3 FC Layers, 1 Dropout layer, 1 Batch Normalisation Layer.

Things to try to improve accuracy

1 Make the network deeper

2 Tune the learning rate

3 Try Logistic Regression

Results

74% Accuracy on the validation set. (Check the notebook for details on the dataset split)

.83 AUC score