Python Examples
https://www.programcreek.com/python/example/91148/sklearn.model_selection.cross_val_score
https://stackoverflow.com/questions/14863125/sklearn-logistic-regression-with-unbalanced-classes
ROC is better than Precision/Recall for unbalanced classification problems:
https://cran.r-project.org/web/packages/text2vec/vignettes/glove.html
https://textminingonline.com/getting-started-with-word2vec-and-glove-in-python
Most comprehensive:
http://nadbordrozd.github.io/blog/2016/05/20/text-classification-with-word2vec/
Doc2Vec:
https://www.linkedin.com/pulse/short-introduction-using-word2vec-text-classification-mike/
Naive Bayes Text Classifiers:
https://www.quora.com/How-does-multinomial-Naive-Bayes-work
Naive Bayes for Text Classification with Unbalanced Classes
Click to access FrankAndBouckaertPKDD06new.pdf
http://www.mit.edu/~9.520/spring09/Classes/multiclass.pdf
https://hal.archives-ouvertes.fr/inria-00103955/document
https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-Python-Tools-For-Windows
https://www.microsoft.com/en-us/research/product/cognitive-toolkit/model-gallery/
cntk-py34) and activate it, run the following commands from the Windows command shell: C:\local\Anaconda3-4.1.1-Windows-x86_64>conda env create --file D:\cntk\cntk\Scripts\install\windows\conda-windows-cntk-py34-environment.yml --name cntk-py34
activate C:\local\Anaconda3-4.1.1-Windows-x86_64\envs\cntk-py34
Q & A:
Q: Where is vsvarsall.bat?
Q: ImportError: No module named ‘past’
A: https://github.com/Microsoft/CNTK/issues/1149
Q: ImportError: No module named ‘skimage’
A: https://github.com/dmlc/mxnet/issues/1161
Q: ImportError: No module named ‘easydict’
A: https://groups.google.com/forum/#!topic/caffe-users/k8mSzFypJW8
Q: from .utils3_win64.cython_bbox import bbox_overlaps
ImportError: DLL load failed: The specified module could not be found.
A: http://stackoverflow.com/questions/41774223/python-dll-load-failed-the-specified-module-could-not-be-found-on-microsoft-fas
Q: ImportError: No module named ‘cv2’
A: Install OpenCV (http://opencv.org/):
For Anaconda:
http://stackoverflow.com/questions/24400935/how-could-we-install-opencv-on-anaconda