- 博客(7)
- 资源 (3)
- 收藏
- 关注
原创 HOW TO change Jupyter notebook python version
1. if both python2 and python3 are installed sudo apt install python-pip there will be pip2 for python2 and pip for python3 2. install a new kernal for Jupyter notebook sudo python2 -m pip i...
2019-12-10 15:31:46 201
原创 HOW TO create java program on UBUNTU without IDE
1. install Java: https://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux 2. install JDK: sudo apt install default-jdk sudo apt install openjdk-11-jdk-headless sudo apt install ecj ...
2019-11-25 10:09:02 128
原创 UBUNTU install 中文输入法
$ sudo apt-get install ibus-pinyin after installation is done, go to 'system setting' --- 'languate support' --- add 'chinese (pinyin)' $ ibus restart now you should be able to switch language inpu...
2019-11-06 09:06:55 97
原创 HOW TO install redis on UBUNTU and use with Python
reference: http://www.redis.cn/download.html 1 install redis 5.0.4 stable version download, extract and comple Redis: $ wget http://download.redis.io/releases/redis-5.0.4.tar.gz $ tar xzf redis...
2019-10-24 14:56:41 103
原创 HOW TO convert .py to executable file and add configuration file
to install pyinstaller use: $ pip3 install --index-url https://pypi.douban.com/simple pyinstaller to convert a .py file to .exe use: $ pyinstaller -F pythonscriptname.py to config parameters a...
2019-10-24 10:22:31 93
原创 HOW TO Install MySQL on UBUNTU
reference link: https://help.ubuntu.com/lts/serverguide/mysql.html to install use: $ sudo apt install mysql-server after installing MySQL successfully, to start MySQL use: $ mysql -u root -p
2019-10-24 08:43:26 158
原创 how to use trained object detection model in tensorflow
1 download pre-trained models: eg, you can get: ssd_mobilenet_v1_coco_2017_11_17object detection model zoo2 download tensorflow/models from git hub: https://github.com/tensorflow/modelscopy tensorflow...
2018-02-27 21:57:44 566
KuhnNRL55.pdf
2019-12-12
extreme programming explained - Beck
2018-09-14
Berkeley 2017 深度强化学习 CS294
2018-08-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人