码迷,mamicode.com
首页 >  
搜索关键字:otl    ( 679个结果
利用 TensorFlow 入门 Word2Vec
利用 TensorFlow 入门 Word2Vec 原创 2017-10-14 chen_h coderpai 博客地址:http://www.jianshu.com/p/4e16ae0aad25 或者点击阅读原文 我认为学习算法的最好方法就是尝试去实现它,因此这个教程我们就来学习如何利用 Tens ...
分类:其他好文   时间:2018-01-07 16:07:16    阅读次数:272
Python文章导航
1、Python+Eclipse安装、配置: http://www.cnblogs.com/rhyswang/p/8087752.html 2、数学运算及math库: http://www.cnblogs.com/rhyswang/p/8133751.html 3、Python List列表操作: ...
分类:编程语言   时间:2017-12-30 12:11:27    阅读次数:142
matplotlib的cmap
今天又看到了这样的代码: plt.imshow(X_train[0], cmap=plt.get_cmap('PuBuGn_r')) #plt.imshow(X_train[0], cmap=plt.get_cmap('PuBuGn')) 然后发现 get_cmap 经常看到,但是不懂,查了一下,原 ...
分类:其他好文   时间:2017-12-28 21:37:50    阅读次数:171
numpy基础入门
1、Numpy是什么 很简单,Numpy是Python的一个科学计算的库,提供了矩阵运算的功能,其一般与Scipy、matplotlib一起使用。其实,list已经提供了类似于矩阵的表示形式,不过numpy为我们提供了更多的函数。如果接触过matlab、scilab,那么numpy很好入手。 在以下 ...
分类:其他好文   时间:2017-12-28 00:06:03    阅读次数:233
重要博客网址
Java排序 http://blog.csdn.net/happy_wu/article/details/51841244 recyclerview下划线 http://blog.csdn.net/ht1063899049/article/details/56292197 自定义view图片圆形 h ...
分类:其他好文   时间:2017-12-27 14:25:41    阅读次数:166
Python3.6的组件numpy的安装
安装numpy,scipy,scikit-learn,matplotlib 下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/ 我的版本是win10+python3.6,所以对应下载的numpy,scipy,scikit-learn,matplotlib ...
分类:编程语言   时间:2017-12-25 23:22:55    阅读次数:484
linux 系统优化
系统优化 查硬件: dmidecode | grep "Product Name" 查cpu: grep name /proc/cpuinfo 关闭防火墙: chkconfig iptables off /etc/init.d/iptables stop vi /etc/selinux/config ...
分类:系统相关   时间:2017-12-24 15:51:08    阅读次数:203
Lua语言的介绍和编程语言的归类
Lua 本条目介绍的是一种编程语言。关于关于Lua在维基百科中的使用,请见“维基百科:Lua”。关于“Lua”一词的其他意思,请见“卢阿”。 Lua 编程范型 多重编程范式,脚本,命令式编程(过程式,基于原型的编程,面向对象程序),函数编程语言 设计者 Roberto Ierusalimschy W ...
分类:编程语言   时间:2017-12-21 23:07:53    阅读次数:313
[Python] Normalize the data with Pandas
It is easy to compare the data by normalize it. ...
分类:编程语言   时间:2017-12-18 01:16:22    阅读次数:178
[Python] Read and plot data from csv file
Install: ...
分类:编程语言   时间:2017-12-15 21:37:43    阅读次数:415
679条   上一页 1 ... 43 44 45 46 47 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!