码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
【转帖】【面向代码】学习 Deep Learning(四) Stacked Auto-Encoders(SAE)
今天介绍的呢是DL另一个非常重要的模型:SAE 把这个放在最后来说呢,主要是因为在UFLDL tutorial 里已经介绍得比较详细了,二来代码非常简单(在NN的基础之上)
分类:Web程序   时间:2014-12-14 14:27:48    阅读次数:315
ZooKeeper典型应用(二) 生产者与消费者
In this tutorial, we show simple implementations of barriers and producer-consumer queues using ZooKeeper. We call the respective classes Barrier and ...
分类:其他好文   时间:2014-12-14 14:24:59    阅读次数:385
Storyboards Tutorial 02
Adding a Table View Controller连接到tab bar controller中的两个窗口都是regular UIViewControllers.你将使用UITableViewController来替换第一个tab选择第一个view controller然后delete它。拖...
分类:其他好文   时间:2014-12-13 17:49:34    阅读次数:352
Storyboards Tutorial 01
Storyboarding 是在ios 5时候引进入的一个非常出色的特性。节省了为app创建user interfaces的时间。如果你的app有多个屏幕storyboards可以帮助你降低代码的粘合度。比如从一个屏幕进入到另外一个屏幕。不会为每一个view controller使用单独的nib文件...
分类:其他好文   时间:2014-12-13 16:24:57    阅读次数:277
JQuery插件开发精品教程,让你的jQuery提升一个台阶
本文转载自 http://www.cnblogs.com/Wayou/p/jquery_plugin_tutorial.html 要说jQuery 最成功的地方,我认为是它的可扩展性吸引了众多开发者为其开发插件,从而建立起了一个生态系统。这好比大公司们争相做平台一样,得平台者得天下。苹果,微软,谷....
分类:Web程序   时间:2014-12-12 23:36:55    阅读次数:285
Django 1.7 Tutorial 学习笔记
官方教程在这里 : Here写在前面的废话:)) 以前学习新东西,第一想到的是找本入门教程,按照书上做一遍。现在看了各种网上的入门教程后,我觉得还是看官方Tutorial靠谱。书的弊端一说一大推本文不是对Tutorial的翻译,只是写下一些想法:我是为了开发自己的网站而学习的django的(www....
分类:其他好文   时间:2014-12-12 19:00:04    阅读次数:129
Chapel 1.Architecture, history, standards, and trends
Note: Copy fromTCP/IP Tutorial andTechnical Overview (IBM Redbook GG24-3376-07)[000]Release date: 12 December, 20141.1 TCP/IP architectural model1.1.1...
分类:其他好文   时间:2014-12-12 18:29:23    阅读次数:253
Python Tutorial学习(十一)-- Brief Tour of the Standard Library – Part II
11. Brief Tour of the Standard Library – Part II 11.1. Output Formatting 11.2. Templating 11.3. Working with Binary Data Record Layouts 11.4....
分类:编程语言   时间:2014-12-11 23:44:13    阅读次数:340
OpenCV 透视变换实例
// affine transformation.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" /** * Automatic perspective correction for quadrilateral objects. See the tutorial at * http://opencv-code.com/tutorials/automa...
分类:其他好文   时间:2014-12-11 19:15:04    阅读次数:303
python logging 学习笔记
https://docs.python.org/3/howto/logging.html#logging-basic-tutorial更多更好的例子:https://docs.python.org/3/howto/logging-cookbook.html#logging-cookbookimpor...
分类:编程语言   时间:2014-12-11 10:06:31    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!