官方教程,讲的还行,我用自己的实例讲解。 1:引入module: 2:创建网络: 3:显示网络: 不过这个在spyder上无法显示,所以本人使用这个,会在运行目录下创建jpg的图: 4:加载数据: 由于官方mxnet只用mnist数据来测试,所以: 又由于data很难下下来,所以在example目录 ...
分类:
Web程序 时间:
2017-03-30 21:24:08
阅读次数:
2227
1. Ipython 安装 : http://ipython.readthedocs.io/en/stable/install/install.html 2. Ipython 安装 Kernel Kernels for Python2 And Python3 安装Python2 的Kernel 使用 ...
分类:
编程语言 时间:
2017-03-30 16:09:24
阅读次数:
235
创:unknow 修:26_3_2017 python是如何出现的? python之父吉多·范罗苏姆在1989年圣诞节为了打发时间,决定去写一个新的脚本解释器,没想到,python到现在成为最流行的编程语言之一 --唯一有哲学意境的语言? import this(运行这句程序) --优雅、清晰、简约 ...
分类:
其他好文 时间:
2017-03-26 18:43:14
阅读次数:
154
Merge, join, and concatenate pandas provides various facilities for easily combining together Series, DataFrame, and Panel objects with various kinds ...
分类:
其他好文 时间:
2017-03-19 15:54:54
阅读次数:
571
python: http://nbviewer.jupyter.org/github/lijin-THU/notes-python/blob/master/index.ipynb https://github.com/lijin-THU/notes-python https://www.hacker ...
分类:
数据库 时间:
2017-03-11 11:36:41
阅读次数:
191
首先,先切换root权限,切换到管理员权限:sudo-s本文是在干净的ubuntu14.04上用源码安装:gitclonehttps://github.com/haypo/python-ipy.gitcdpython-ipypythonsetup.pyinstall
分类:
其他好文 时间:
2017-03-09 01:09:26
阅读次数:
172
WEB架构 阐述各服务器用途: 1、haproxy 实现后端Web服务器负载均衡 2、keepalived 实现对haproxy的高可用 3、apache static 实现静态页面的访问 4、aoache dynamic 实现动态页面的访问 What is Keepalived ? Keepali ...
分类:
系统相关 时间:
2017-02-20 07:38:29
阅读次数:
479
本文转自:https://zhuanlan.zhihu.com/p/25191377 AI突破性论文及代码实现汇总 极视角 · 2 天前 What Can AI Do For You? “The business plans of the next 10,000 startups are easy ...
分类:
其他好文 时间:
2017-02-13 23:42:27
阅读次数:
313
WPF的ImageBrush是一个比较常见也比较复杂的笔刷,它继承自图块笔刷(TileBrush)。使用图块画笔绘制区域涉及以下三个组成部分:内容、基本图块和输出区域。基本输出过程如下图所示: 其中,图块部分有Viewbox控制,输出区域有Viewport控制,它们默认情况下都是一个(0,0,1,1... ...