Comment toxic classification challenge script in kaggle with naive CapsuleNet in MxNet
-
is it working?
Yes
-
Hows the performance?
My 10 folds model performed 0.9859 in public board, but only 0.984x in private board.
-
Will you update it?
No. Competition is over. and you'd better not share through Github, since it violents Kaggle Rule.
-
How to use it?
- Install the required Python Libs.
- python train_k_fold.py for training(multi GPU supported, please refer to MxNet.)
- python test_k_fold.py for testing(Only single GPU)
-
Last thing to mention, I slightly changed the squash function. And I don't like either form of it.
-
Future work
- Maybe use it in object detection. Working on MxNet Pikachu example now.
- Implement the Routing with EM