码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
DeepLearning tutorial(4)CNN卷积神经网络原理简介+代码详解
DeepLearning tutorial(4)CNN卷积神经网络原理简介+代码详解 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43225445 本文介绍多层感知机算法,特别是详细解读其代码实现,基于python theano,代码来自:Convolutional Neural ...
分类:其他好文   时间:2015-01-28 09:46:18    阅读次数:360
thrift笔记(未完成)
Thrift tutorial 演示 python服务端与客户端本文的开发环境是windows 7 + python2.7.3Thrift官方主页:http://thrift.apache.org/先来这里下载thrift-0.9.1.tar.gz 和Thrift compiler for Wind...
分类:其他好文   时间:2015-01-27 17:58:05    阅读次数:406
How to install Apache Server on Windows
Note Those of you interested in the Apache 2.0.X tutorial, it has been abandon and I will no longer keep it updated, but it can be foundher...
分类:Windows程序   时间:2015-01-27 12:52:44    阅读次数:238
How To Use NSOperations and NSOperationQueues
Update 10/7/14: This tutorial has now been updated for iOS 8 and Swift;check it out!Everyone has had the frustrating experience of tapping a button or...
分类:其他好文   时间:2015-01-27 11:02:29    阅读次数:222
DeepLearning tutorial(1)Softmax回归原理简介+代码详解
DeepLearning tutorial(1)Softmax回归原理简介+代码详解 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43157801 本文介绍Softmax回归算法,特别是详细解读其代码实现,基于python theano,代码来自:Classifying MNIST...
分类:其他好文   时间:2015-01-27 09:36:44    阅读次数:852
DeepLearning tutorial(2)机器学习算法在训练过程中保存参数
DeepLearning tutorial(2)机器学习算法在训练过程中保存参数 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43169019 参考:pickle — Python object serialization、DeepLearning Getting starte...
分类:编程语言   时间:2015-01-27 09:29:18    阅读次数:329
mina例子中英文对照
英文: This tutorial will walk you through the process of building a MINA based program. This tutorial will walk through building a time server. The following prerequisites are required for this tu...
分类:其他好文   时间:2015-01-26 13:49:39    阅读次数:302
unity3d游戏开发之第一人称射击游戏
简介 这个教程中,我们详细了解下如何制作一个简单的第一人称射击游戏(FPS)。其中将介绍一些基本的3D游戏编程的概念和一些关于怎样如游戏程序员般思考的技巧。 前提 这个教程假定你已经熟悉软件Unity基本操作,掌握了基本的脚本概念。 创建新工程 下载FPS_Tutorial.zip压缩文件,解压,在Unity中打开工程文件。 从Unity...
分类:编程语言   时间:2015-01-26 00:11:00    阅读次数:431
OpenCV学习 5:关于平滑滤波器 cvSmooth()函数
原创文章,欢迎转载,转载请注明出处本节主要了解下cvSmooth函数的一些参数对结果的影响。从opencv tutorial中可以看到这样一段话:像我这样的数学渣,还是看下图来得形象:高斯滤波器的说明如下:反正看得我晕,我只知道一点,高斯滤波对于去除服从正态分布的噪声很有效。看来学好数学还是很重要。...
分类:其他好文   时间:2015-01-24 19:58:58    阅读次数:986
MongoDB整理笔记のID自增长
以下是官网原文地址: http://docs.mongodb.org/manual/tutorial/create-an-auto-incrementing-field/概要 MongoDB 的_id字段作为一个主键存在于所有文档的最顶层,_id必须是唯一的,而且总是具有唯一约束的索引。除了唯一.....
分类:数据库   时间:2015-01-24 13:02:31    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!