- 博客(7)
- 资源 (3)
- 收藏
- 关注
原创 HOW TO change Jupyter notebook python version
1. if both python2 and python3 are installedsudo apt install python-pipthere will be pip2 for python2 and pip for python32. install a new kernal for Jupyter notebooksudo python2 -m pip i...
2019-12-10 15:31:46
208
原创 HOW TO create java program on UBUNTU without IDE
1. install Java:https://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux2. install JDK:sudo apt install default-jdk sudo apt install openjdk-11-jdk-headlesssudo apt install ecj ...
2019-11-25 10:09:02
137
原创 UBUNTU install 中文输入法
$ sudo apt-get install ibus-pinyinafter installation is done, go to 'system setting' --- 'languate support' --- add 'chinese (pinyin)'$ ibus restartnow you should be able to switch language inpu...
2019-11-06 09:06:55
101
原创 HOW TO install redis on UBUNTU and use with Python
reference: http://www.redis.cn/download.html1 install redis 5.0.4 stable versiondownload, 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
111
原创 HOW TO convert .py to executable file and add configuration file
to install pyinstaller use:$ pip3 install --index-url https://pypi.douban.com/simple pyinstallerto convert a .py file to .exe use:$ pyinstaller -F pythonscriptname.pyto config parameters a...
2019-10-24 10:22:31
96
原创 HOW TO Install MySQL on UBUNTU
reference link: https://help.ubuntu.com/lts/serverguide/mysql.htmlto install use:$ sudo apt install mysql-serverafter installing MySQL successfully, to start MySQL use:$ mysql -u root -p
2019-10-24 08:43:26
168
原创 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
582
KuhnNRL55.pdf
2019-12-12
extreme programming explained - Beck
2018-09-14
Berkeley 2017 深度强化学习 CS294
2018-08-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人