码迷,mamicode.com
首页 > 其他好文
CNN for Visual Rcognition --- Stanford 2015 (一)
总结斯坦福2015李飞飞教授以及Andrej Karpathy教授的上课的slides中关于CNN的一些内容一:神经网络实验的基本策略:1.对输入数据进行预处理: 2.网络结构和数据集设置:(1)-随机初始化weights为一些比较小的数(fan-in,fan-out),bias设置为0(2)-利用好cv集,可以在少量epoch的结果下选择最好的params,然后进行更多的epoch3.分析实验结...
分类:其他好文   时间:2015-08-09 20:44:59    阅读次数:222
HDU 1083
Courses Time Limit: 20000/10000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4975    Accepted Submission(s): 2390 Problem Description Consider a group o...
分类:其他好文   时间:2015-08-09 20:43:46    阅读次数:93
实现一个Material效果的ProgressBar
先来看看效果: 分析下难点: 1. 动画的实现; 2. 边界的控制; 3. 状态保存与恢复; 4. 两种状态的实现,loading状态(不停旋转)、progress状态。分别来看下。 1. 动画如何实现: 将动画进行拆解,可以发现它其实是一个弧不断变长变短的一个过程+弧本身在绕圆形转动两部分组成。 所以可以分开来处理,弧度变长变短可以通过canvas.drawArc的参数st...
分类:其他好文   时间:2015-08-09 20:42:19    阅读次数:140
HDU 1150
Machine Schedule Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6900    Accepted Submission(s): 3465 Problem Description As we all kno...
分类:其他好文   时间:2015-08-09 20:43:08    阅读次数:110
hdu 2119
Matrix Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2205    Accepted Submission(s): 975 Problem Description Give you a matrix(only c...
分类:其他好文   时间:2015-08-09 20:42:22    阅读次数:168
ZOJ 3885 The Exchange of Items(费用流)
ZOJ 3885 The Exchange of ItemsDescription Bob lives in an ancient village, where transactions are done by one item exchange with another. Bob is very clever and he knows what items will become more va...
分类:其他好文   时间:2015-08-09 20:43:25    阅读次数:141
UVA 348 Optimal Array Multiplication Sequence(最优矩阵链乘)
L - Optimal Array Multiplication Sequence Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 348 Appoint description:  acmparand  (2013-08-02...
分类:其他好文   时间:2015-08-09 20:41:53    阅读次数:115
HDU 4160
Dolls Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1288    Accepted Submission(s): 617 Problem Description Do you remember the box o...
分类:其他好文   时间:2015-08-09 20:42:53    阅读次数:117
Poj 2492 A Bug's Life
Poj 2492 的传送门题目大意:输入n个bug,bug之间有interaction,当前假设异性之间才interaction,但是需要验证,给定这些interaction对,判定是否满足假设,如果相同则有同性恋,后面就算输入数据也不用做处理了,否则就一直处理下去。解题思路:并查集,具体详见代码:#include #include #include <cst...
分类:其他好文   时间:2015-08-09 20:42:43    阅读次数:138
Poj 1182 食物链
Poj 1198的传送门 食物链Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 53343 Accepted: 15629 Description动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道...
分类:其他好文   时间:2015-08-09 20:42:50    阅读次数:134
[转]在Arcmap中加载互联网地图资源的4种方法
转自http://blog.3snews.net/space.php?uid=6955280&do=blog&id=67981 前一段时间想在Arcmap中打开互联网地图中的地图数据,如影像数据、基础地图数据等,经过简单研究目前总结了四种方法,整理下与大家分享,有些内容可能理解有误,希望大家多多指教...
分类:其他好文   时间:2015-08-09 20:40:04    阅读次数:114
Foundation框架—字符串
一、Foundation框架中一些常用的类字符串型:NSString:不可变字符串NSMutableString:可变字符串集合型:1)NSArray:OC不可变数组NSMutableArray:可变数组2)NSSet:NSMutableSet:3)NSDictioraryNSMutableDict...
分类:其他好文   时间:2015-08-09 20:37:31    阅读次数:98
Program E-- CodeForces 18C
DescriptionOnce Bob took a paper stripe of n squares (the height of the stripe is 1 square). In each square he wrote an integer number, possibly negat...
分类:其他好文   时间:2015-08-09 20:39:17    阅读次数:171
OC面向对象—多态
一、基本概念多态在代码中的体现,即为多种形态,必须要有继承,没有继承就没有多态。在使用多态是,会进行动态检测,以调用真实的对象方法。多态在代码中的体现即父类指针指向子类对象。Animal类的声明Animal类的实现Dog类继承自Animal类Dog类的实现测试程序:二、使用注意代码分析:Dog*d=...
分类:其他好文   时间:2015-08-09 20:39:28    阅读次数:94
mayavi安装
Mayavi是python的一个包,提供方便的可视化方案。目前(20150809)Mayavi还没有py3的支持,以下安装环境在python 2.7.10下进行安装Mayavi:1. 通过pip install mayavi自动检测并且安装大部分的依赖包: apptools、traits、trai....
分类:其他好文   时间:2015-08-09 20:39:28    阅读次数:861
poj 2786 - Keep the Customer Satisfied
DescriptionSimon and Garfunkel Corporation (SG Corp.) is a large steel-making company with thousand of customers. Keeping the customer satisfied is on...
分类:其他好文   时间:2015-08-09 20:37:06    阅读次数:118
【LeetCode】83 - Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:其他好文   时间:2015-08-09 20:39:24    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!