码迷,mamicode.com
首页 >  
搜索关键字:training    ( 1539个结果
Android Gradle插件用户指南(译)
Android Gradle插件用户指南(译) 原文Gradle Plugin User Guide - Android Tools Project Site samples see bottom of New Build System 参考Gradle For Android Training Course 1 简介这篇文档是基于0.9版本的Gradle插件,1.0以前的版本由于不...
分类:移动开发   时间:2015-04-05 13:24:09    阅读次数:296
取证学习资料DVD
http://www.infiniteskills.com/training/learning-computer-forensics.htmlhttps://www.youtube.com/watch?v=nxpu7ZeK2fMhttps://www.youtube.com/results?sear...
分类:其他好文   时间:2015-04-03 18:44:33    阅读次数:110
A Context Clustering Technique for Average Voice Models(1)
3.Shared Decision Tree Context Clustering3.1Training of Average Voice ModelA block diagram of the training stage of average voice model using the prop...
分类:其他好文   时间:2015-04-02 13:18:15    阅读次数:127
栈式自动编码器(Stacked AutoEncoder)
起源:自动编码器单自动编码器,充其量也就是个强化补丁版PCA,只用一次好不过瘾。于是Bengio等人在2007年的 Greedy Layer-Wise Training of Deep Networks中,仿照stacked RBM构成的DBN,提出Stacked AutoEncoder,为非监督学...
分类:Web程序   时间:2015-03-30 18:13:46    阅读次数:217
动态规划之插头DP入门
基于联通性的状态压缩动态规划是一类很典型的状态压缩动态规划问题,因为其压缩的本质并不像是普通的状态压缩动态规划那样用0或者1来表示未使用、使用两种状态,而是使用数字来表示类似插头的状态,因此,它又被称作插头DP。 插头DP本质上是一类状态压缩DP,因此,依然避免不了其指数级别的算法复杂度,即便如此,它依然要比普通的搜索算法快很多。 【例】Postal Vans(USACO training...
分类:其他好文   时间:2015-03-20 14:36:10    阅读次数:232
Android 高效的 Layout
心静志远 | 技术会被淘汰,但思想会一直永存(多思考,多总结,多分享)我们知道随着我们业务越来越负责,UI布局也会越来越复杂,大量的布局信息必定会带来一定的性能损耗,那么我们怎么才能写出高效的布局呢?1. 使用 标签。https://developer.android.com/training/im...
分类:移动开发   时间:2015-03-18 01:08:30    阅读次数:140
Training little cats(poj3735,矩阵快速幂)
Training little catsTime Limit:2000MSMemory Limit:65536KTotal Submissions:10737Accepted:2563DescriptionFacer's pet cat just gave birth to a brood of l...
分类:其他好文   时间:2015-03-17 21:40:03    阅读次数:206
Android Location API
LocationClient现在无法使用,以下是新的解决方案https://developer.android.com/training/location/retrieve-current.htmlpublic class MainActivity extends ActionBarActivity...
分类:移动开发   时间:2015-03-16 00:51:28    阅读次数:231
正则化方法:L1和L2 regularization、数据集扩增、dropout
本文是《Neural networks and deep learning》概览 中第三章的一部分,讲机器学习/深度学习算法中常用的正则化方法。(本文会不断补充)正则化方法:防止过拟合,提高泛化能力在训练数据不够多时,或者overtraining时,常常会导致overfitting(过拟合)。其直观的表现如下图所示,随着训练过程,网络在training data上的error渐渐减小,但是在验证集上...
分类:其他好文   时间:2015-03-14 18:32:59    阅读次数:63684
ActivityLifeCycle官方demo解析
1.关于Activity的生命周期的几篇文章: http://1.duoinfo.sinaapp.com/?p=330 http://1.duoinfo.sinaapp.com/?p=332 http://1.duoinfo.sinaapp.com/?p=335 http://1.duoinfo.sinaapp.com/?p=337 training课程给的图是这样的: ...
分类:其他好文   时间:2015-03-14 11:07:03    阅读次数:565
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!