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://bigdata-etl.com/configure-apache-spark-scala-project-in-intellij-idea/ | |
https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.11 |
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://link.springer.com/content/pdf/10.1007%2F978-3-642-23808-6_10.pdf |
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
#! /bin/sh | |
# chmod +x /usr/local/bin/commit | |
# usage: commit "update something" | |
# git add . && git commit -m "$@" && git push origin master # bitbucket | |
git add . && git commit -m "$@" && git push origin main # github |
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://lvdmaaten.github.io/tsne/ |
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://scipy-lectures.org/packages/scikit-learn/index.html |
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
Find installed snaps: snap list | |
Remove installed snaps: sudo snap remove <package> | |
Remove snapd: sudo apt purge snapd | |
Remove snap directory from home: rm -rf ~/snap |
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://www.datahubbs.com/deep-learning-101-first-neural-network-with-pytorch/ |
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
$ CC=gcc-8 CXX=g++-8 python ./setup.py install | |
------------------------------------------------------------------------- | |
| | | |
| It is no longer necessary to use the 'build' or 'rebuild' targets | | |
| | | |
| To install: | | |
| $ python setup.py install | | |
| To develop locally: | | |
| $ python setup.py develop | |
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
sudo ubuntu-drivers autoinstall |
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://quick-geek.github.io/articles/437486/index.html |