飘

海の上で最も自由なのは海賊王だぁ~


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签
  • High一下

对话系统相关论文

发表于 2018-10-26

Spark内核

发表于 2018-07-18

Docker使用

发表于 2018-05-14

Deep Learning 环境

包含深度学习常用框架的Docker环境

1
2
3
4
5
docker pull floydhub/dl-docker:cpu
docker run -it -p 8888:8888 -p 6006:6006 -v /mnt/CodePython:/root/sharedfolder floydhub/dl-docker:cpu bash
nvidia-docker run -it -p 8888:8888 -p 6006:6006 -v /c/CodePython:/root/sharedfolder floydhub/dl-docker:gpu bash

常用命令

1
2
3
4
5
6
7
8
9
docker-machine ssh default
sudo mkdir /mnt/CodePython
mount -t vboxsf CodePython /mnt/CodePython //在虚拟机和主机之间共享目录
//加速
docker-machine ssh default
sudo sed -i "s|EXTRA_ARGS='|EXTRA_ARGS='--registry-mirror=加速地址 |g" /var/lib/boot2docker/profile
exit
docker-machine restart default

Python常用命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
mkdir ~/.pip
##然后在该目录下创建pip.conf文件编写如下内容:
[global]
trusted-host = pypi.douban.com
index-url = http://pypi.douban.com/simple
# 一次的情形
pip install ipython -i http://mirrors.aliyun.com/pypi/simple/
pip install ipython -i http://pypi.douban.com/simple
pip install ipython -i https://pypi.tuna.tsinghua.edu.cn/simple
清华:https://pypi.tuna.tsinghua.edu.cn/simple ##最好用
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
## virtualenv
#virtualenv pythonenv
#virtualenv -p /usr/bin/python3 py3env

Conda常用命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#添加清华源镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
#显示已添加的源镜像地址
conda config --set show_channel_urls yes
conda update conda
source activate 软件名 #把目录添加进环境变量
source deactivate #从环境变量里面 删去
conda create --name Py3 python==3.5
source activate Py3
# 这里的pip是指pip3
pip install snakemake

知识点

发表于 2018-04-15

需要掌握的知识点汇总

阅读全文 »

hanlp

发表于 2018-04-01

阅读hanlp源码,记录hanlp实现方案

分词

Python模块总结

发表于 2018-03-11

记录一些常用的API

阅读全文 »

GPU编程

发表于 2018-01-23

学习GPU编程,希望能够用到开发的深度学习框架中

官方教程

CUDA示例

阅读全文 »

轻量级神经网络框架

发表于 2017-11-04

记录神经网络开发历程

阅读全文 »

优秀博客汇总

发表于 2017-09-03

主要记录优秀的网络资源

阅读全文 »

数学建模

发表于 2017-06-25

记录数学建模知识点。

阅读全文 »
12…4
GonewithGt

GonewithGt

Everything is good now~

38 日志
8 分类
27 标签
RSS
Github Email
© 2015 - 2018 GonewithGt
由 Hexo 强力驱动
主题 - NexT.Pisces
全站共 字