本部分Miguel Grinberg教程的翻译地址:http://www.pythondoc.com/flask-mega-tutorial/webforms.html开源中国的:http://www.oschina.net/translate/the-flask-mega-tutorial-par...
分类:
Web程序 时间:
2015-01-31 12:06:23
阅读次数:
270
原文Install Apache, PHP And MySQL On CentOS 7 (LAMP)This tutorial shows how you can install an Apache2 webserver on a CentOS 7.0 server with PHP5 suppor...
分类:
数据库 时间:
2015-01-31 01:42:40
阅读次数:
319
斯坦福大学机器学习公开课 ---Octave Tutorial Transcript
Prompt can be changed with the command PS1('>> ').
Transcript
1 Basics
1.1 Basic algebra in Octave
Elementary
+; -; *; / ; %arith...
分类:
其他好文 时间:
2015-01-30 22:44:37
阅读次数:
311
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-o...
分类:
编程语言 时间:
2015-01-30 17:15:07
阅读次数:
182
继续学习flask本部分mega教程的翻译地址:http://www.pythondoc.com/flask-mega-tutorial/templates.html一、为什么使用模板?以下做一个小小的扩展:输出一个大标题。一个容易的选择就是改变我们的视图功能,输出 HTML。修改app/views...
分类:
其他好文 时间:
2015-01-30 16:51:27
阅读次数:
215
本文主要讲解将CNN应用于人脸识别的流程,程序基于python+numpy+theano+PIL开发,采用类似LeNet5的CNN模型,应用于olivettifaces人脸数据库,实现人脸识别的功能,模型的误差降到了5%以下。本程序只是个人学习过程的一个toy implement,模型可能存在overfitting,因为样本小,这一点也无从验证。
但是,本文意在理清程序开发CNN模型的具体步骤,特别是针对图像识别,从拿到图像数据库,到实现一个针对这个图像数据库的CNN模型,我觉得本文对这些流程的实现具有参考...
分类:
其他好文 时间:
2015-01-30 09:13:55
阅读次数:
452
参考官方文档:http://gora.apache.org/current/tutorial.html
一、环境准备
1、下载gora并解压
2、分别进入$GORA_HOME/gora-hbase/,$GORA_HOME/gora-core,$GORA_HOME/gora-compiler,$GORA_HOME/gora-compiler-CLI执行
$ mvn clean i...
分类:
其他好文 时间:
2015-01-29 17:46:11
阅读次数:
178
This tutorial will walk you through the easiest way to generate an IPA using Xcode 5. We will be using a sample project which will walk through creati...
分类:
其他好文 时间:
2015-01-29 17:33:15
阅读次数:
163
How to use GitHub with Android Studio | London App DeveloperUPDATE: This is an old tutorial written for Android Studio Beta. Since then there have bee...
分类:
移动开发 时间:
2015-01-28 19:45:50
阅读次数:
536
poj1251 Jungle Roads
思路:最小生成树 解题报告Here
CodeForces 472D Design Tutorial: Inverse the Problem
思路:最小生成树 解题报告Here
poj1789 Truck History
思路:最小生成树 解题报告Here
...
分类:
其他好文 时间:
2015-01-28 09:59:09
阅读次数:
196