- 博客(7)
- 收藏
- 关注
原创 windows下安装Anaconda及tensorflow
下载 anaconda 安装程序 https://www.anaconda.com/download/ 安装 anaconda, 注意这里强烈不推荐安装到全局. 请安装到当前用户下, 避免和系统中已有的python环境冲突.安装完毕以后打开 开始菜单-anaconda-anaconda Prompt.执行 如下命令使anaconda使用国内清华的源: conda config –add ch
2017-10-20 09:59:45
1534
原创 深度学习之路, 从逻辑回归开始, 手写一个分类器.
要给同事讲神经网络和tensorflow. 需要普及一些前导知识. 所以我准备了一个课件, 写了下面这个不使用工具和库,全手写的分类器. . 个人感觉, 对于帮助理解机器学习的具体实现过程是很有帮助的. (仅仅为了演示原理,实现写的比较粗糙,谈不上性能. ) 放在这里, 希望可以帮到其他同学. 声明 : The MIT License 有需要的随便拿去用.import numpy as n
2017-10-16 18:13:35
806
原创 A function that corrects the "ActionDay" fields from market quotes which is delivered by CTP.
This function is written by myself. It’s purpose is to correct the ActionDay field in the quotes structure delivered by CTP marketdata api.It’s apart of one my persinal project which may go opensource
2017-09-27 14:31:16
411
原创 Archlinux(generic) Linux 下安装安装配置tensorflow_gpu_1.2.0
archlinux 配置 CUDA tensorflow keras cudnn 测试 机器学习
2017-06-21 16:40:40
4827
原创 ArchLinux 部署ShareLaTex并且配置中文支持
部署 ShareLaTex ,中文化 ,Docker过程还是比较繁琐, 有几个坑在这里记录一下. 安装 参考: https://github.com/sharelatex/sharelatex/wiki/Quick-Start-GuideShareLaTex使用docker方式做Distrabution,
2017-05-15 14:41:27
5566
原创 x86代码移植到x64下,如何访问虚表和虚函数指针,使用地址调用虚函数
inline asm 汇编 虚函数 虚函数指针 指针 虚函数表 虚标 vptr pointer virtual function virtual ptr x86 x64 移植 abi masm 内联汇编
2017-05-12 15:16:50
1030
原创 解决Portable 设备中Continer里无法使用sudo的问题
解决Portable 设备中Continer里无法使用sudo的问题环境使用nspawn 部署的Archlinux. Container本身通过移动设备Mount到Host.出错现象执行sudo命令,提示:sudo: effective uid is not 0, is /usr/bin/sudo on a file system with. the 'nosuid' option set or
2017-03-20 14:14:21
3629
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅