- 博客(5)
- 收藏
- 关注
原创 mysql
SELECT : SELECT column_a FROM FROM table_a WHERE : WHERE column_a > '3' SHOW : SHOW TABLES AS :别名: SELECT dog_guid, created_at AS "time stamp" FROM comp...
2019-03-18 12:45:19
179
原创 zipfile module用于解压文件
import os import zipfile local_zip = './data/cats_and_dogs_filtered.zip' zip_ref = zipfile.ZipFile(local_zip, 'r') zip_ref.extractall('./data') zip_ref.close()
2019-02-27 11:06:40
296
原创 tensorflow-linux-gpu安装
tensorflow-linux-gpu安装 下载: cuda_9.0.176 cudnn三个文件:https://developer.nvidia.com/rdp/cudnn-download deb格式;16.04 安装: gcc 降级: cd /usr/bin ls -l gcc* ls -l g++* sudo apt-get inst...
2019-02-07 15:07:54
151
原创 RL:prat1:key_concepts_in_RL强化学习
强化学习概念 States and Observations state是对世界状态的完全描述, observation是对state的部分描述 Action Spaces 离散,如一些游戏 连续,如机器人的运动速度和角度 Policies agent决定如何action 可以是确定的: 可以是随机的,由概率分布决定: Trajectories 是初始的状态分布 ~ ...
2019-02-03 19:54:07
264
原创 在线latex编辑overleaf-1
在线latex编辑 文档 https://www.overleaf.com/learn/latex/Chinese#Introduction 更改为中文编辑器: 在ShareLaTex中使用中文时,需要使用XeLaTeX编译文档。点击这里查看如何更换ShareLaTex编译器:左上角menu-setting-compiler 原因:xelatex默认支持utf8.灵活。 ctexart:...
2019-02-03 17:00:23
2332
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅