Skip to content

Code for Dropout Prediction on KDDCup-2015 dataset.

Notifications You must be signed in to change notification settings

mit0110/dropout_prediction

Repository files navigation

KDDCup 2015 experiments dataset

Tensorflow

The models are tested with tensorflow 1.4 and python 3.5

Gensim

To install gensim, run:

$ conda install -c anaconda gensim

To run test

You need the library nosetests. Test are oriented to check the model does not fail and keeps certain properties. However, they do not check the correctness of the implementation.

Examples:

KDDCup$ nosetests tests/
KDDCup$ nosetests tests/test_seq_lstm.py
KDDCup$ nosetests --nologcapture tests.test_seq_lstm.SeqLSTMModelTest.test_fit_loss

About

Code for Dropout Prediction on KDDCup-2015 dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages