码迷,mamicode.com
首页 >  
搜索关键字:deep learning模型    ( 2007个结果
深度学习论文笔记--Recover Canonical-View Faces in the Wild with Deep Neural Network
文章来源:CVPR2014作者:Zhenyao Zhu,Ping Luo,Xiaogang Wang,Xiaoou Tang(香港中文大学果然牛啊,CVPR一刷一大堆)主要内容:提出了利用深度学习(还是CNN)来进行人脸图像重构正面人脸,然后利用重构的正面人脸图像来进行人脸的verification...
分类:Web程序   时间:2014-06-17 14:31:01    阅读次数:330
深度学习论文阅读笔记--Deep Learning Face Representation from Predicting 10,000 Classes
来自:CVPR 2014 作者:Yi Sun ,Xiaogang Wang,Xiaoao Tang题目:Deep Learning Face Representation from Predicting 10,000 Classes主要内容:通过深度学习来进行图像高级特征表示(DeepID),进而进...
分类:其他好文   时间:2014-06-17 13:33:25    阅读次数:380
[Source] Paper references on Deep Learning
Deep Learning References.
分类:其他好文   时间:2014-06-15 22:23:25    阅读次数:286
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper:ImageNet Classification with Deep Convolutional Neual NetworkAchievements:The model addressed by Alex etl.achieved top-1 and top-5 test error ra...
分类:Web程序   时间:2014-06-15 12:22:10    阅读次数:320
如何在SharePoint2010中添加Deep Zoom Image
本文在SharePoint站点添加Deep Zoom Image,给站点带来乐趣,使浏览者流连忘返。^_^....
分类:其他好文   时间:2014-06-08 15:18:25    阅读次数:214
DIP常用资源整理
Deep Learning(深度学习):ufldl的2个教程(这个没得说,入门绝对的好教程,Ng的,逻辑清晰有练习):一ufldl的2个教程(这个没得说,入门绝对的好教程,Ng的,逻辑清晰有练习):二Bengio团队的deep learning教程,用的theano库,主要是rbm系列,搞pytho...
分类:其他好文   时间:2014-06-07 20:05:57    阅读次数:849
美国深泉学院(Deep Springs College)
这个学院有些特色。网上的介绍:http://www.deepsprings.edu/homehttp://news.mydrivers.com/1/304/304702.htmhttp://edu.qq.com/a/20110428/000006.htmhttp://news.ifeng.com/a...
分类:编程语言   时间:2014-06-06 15:12:35    阅读次数:293
五.jQuery源码解析之jQuery.extend(),jQuery.fn.extend()
给jQuery做过扩展或者制作过jQuery插件的人这两个方法东西可能不陌生. jQuery.extend([deep],target,object1,,object2...[objectN]) jQuery.fn.extend([deep],target,object1...
分类:Web程序   时间:2014-06-05 13:24:35    阅读次数:369
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper: ImageNet Classification with Deep Convolutional Neual Network Achievements: The model addressed by Alex etl. achieved top-1 and top-5 test error rate of 37.5% and 17.0% of classifyin...
分类:Web程序   时间:2014-06-02 15:08:24    阅读次数:369
HDU - 4815 Little Tiger vs. Deep Monkey (长春赛区C题)
题意:有A,B两个人,n道题目,每题有对应的分数,B答对题目的概率是0.5,求A不输给B的概率不小于P要拿的最低分数 思路:DP,dp[i][j]来表示B答了前i题后分数为j的概率,,然后通过B的概率求A的最低分数#include #include #include #include using namespace std; const int MAXN = 40010; int a[...
分类:其他好文   时间:2014-06-02 02:25:20    阅读次数:243
2007条   上一页 1 ... 197 198 199 200 201 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!