- word2vec https://arxiv.org/abs/1310.4546
- sentence2vec, paragraph2vec, doc2vec http://arxiv.org/abs/1405.4053
- tweet2vec http://arxiv.org/abs/1605.03481
- tweet2vec https://arxiv.org/abs/1607.07514
- author2vec http://dl.acm.org/citation.cfm?id=2889382
- item2vec http://arxiv.org/abs/1603.04259
- lda2vec https://arxiv.org/abs/1605.02019
- illustration2vec http://dl.acm.org/citation.cfm?id=2820907
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://drive.google.com/drive/folders/1L27mrRTy7ZRqJlsWiBRKje4WZE7osToN?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://drive.google.com/open?id=1shT4D9fXmBmO-SoT5gmq3UgA8ZOYeVhi | |
| https://drive.google.com/file/d/1C59AqkbrA0YsIvJdgFn2saZTS9EuB3_j/view?usp=sharing | |
| https://drive.google.com/file/d/1F0fbGtGs22vSu0unwLWEwfMHpcNi5B5V/view?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://drive.google.com/drive/folders/1jFLLHj4gG_Ea_5oNnQdD6F_mRHy791Ql?usp=sharing |
Like this: http://getbootstrap.com/docs/4.0/examples/pricing/
Folder structure like this:
├── app.py
├── statis
│ ├── css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://drive.google.com/drive/folders/0B9Z_a3MtkjyAdm9sbGVpd2p1alE?usp=sharing |
Usage:
chmod +x gdown.pl
./gdown.pl https://drive.google.com/uc?id=TTlSS21pQmMxxxxxxxxxx&export=download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://drive.google.com/file/d/13nT4MkfL5JJd-RkFkGGPBghgLeEBY6nj/view?usp=sharing | |
| https://drive.google.com/file/d/1az4tu_4t1gKW1uquvVV34-mcnn9HIrOq/view?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://drive.google.com/drive/folders/0B9Z_a3MtkjyAdm9sbGVpd2p1alE?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def plot_confusion_matrix(cm, classes, | |
| normalize=False, | |
| title='Confusion matrix', | |
| cmap=plt.cm.Blues): | |
| """ | |
| See full source and example: | |
| http://scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html | |
| This function prints and plots the confusion matrix. | |
| Normalization can be applied by setting `normalize=True`. |