码迷,mamicode.com
首页 >  
搜索关键字:courses    ( 539个结果
Machine Learning - XV. Anomaly Detection异常检测(Week 9)
机器学习Machine Learning - Andrew NG courses学习笔记 Anomaly Detection异常检测 Problem Motivation问题的动机 Gaussian Distribution高斯分布 Algorithm算法 Developing and Evaluating an Anomaly Detection S...
分类:系统相关   时间:2015-03-31 20:09:18    阅读次数:204
[POJ] 2239 Selecting Courses(二分图最大匹配)
题目地址:http://poj.org/problem?id=2239Li Ming大学选课,每天12节课,每周7天,每种同样的课可能有多节分布在不同天的不同节。问LiMing最多可以选多少节课。把n种课划分为X集合,把一周的84节课划分为Y集合,从Xi向Yi连边,那么就转化成了求二分图的最大匹配数...
分类:其他好文   时间:2015-03-30 23:01:10    阅读次数:212
Machine Learning - XIV. Dimensionality Reduction降维
机器学习Machine Learning - Andrew NG courses学习笔记 Dimensionality Reduction降维 Motivation Data Compression数据压缩 Motivation Visualization可视化 Principal Component Analysis Problem Formulation主成...
分类:系统相关   时间:2015-03-28 20:25:57    阅读次数:209
poj1469 COURSES 二分匹配模板水题
#include #include #include using namespace std; const int maxn = 310; int match[maxn]; int line[maxn][maxn]; int vis[maxn]; int N , P; int find(int start) {     for(int i = 1;i     {    ...
分类:其他好文   时间:2015-03-17 20:19:15    阅读次数:124
POJ2239 Selecting Courses【二分图最大匹配】
题目大意: 学校总共有N门课程,并且学校规定每天上12节可,一周上7天。给你每门课每周上的次数,和哪一天哪一节 课上的。如果有多门课程在同一天同一节课上,那么你只能选择其中一门。那么问题来了:最多能同时选多少 门课而不发生冲突呢。 输入说明: 先给你一个N,表示有N门课。接下来N行,每行第一个数字x,表示这门课每周上几节。接下来是x对数。第 一个数D表示是这一周哪一天上的,第二个数C表示是这一天哪一节课上的。 思路: 将这道题来看做二分图匹配问题。建立一个二分图,一边代表课程,一边代表某一节课(将一周7...
分类:其他好文   时间:2015-03-17 09:02:47    阅读次数:138
Hdoj 3697 Selecting courses 【贪心】
Selecting courses Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 62768/32768 K (Java/Others) Total Submission(s): 2082    Accepted Submission(s): 543 Problem Description     A new...
分类:其他好文   时间:2015-03-16 21:21:17    阅读次数:146
A1012. The Best Rank (25)
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat...
分类:其他好文   时间:2015-03-14 10:48:30    阅读次数:156
Machine Learning - X. Advice for Applying Machine Learning (Week 6)
http://blog.csdn.net/pipisorry/article/details/44119187 机器学习Machine Learning - Andrew NG courses学习笔记 Advice for Applying Machine Learning对应用机器学习的建议 Deciding What to Try Next决定接下来尝试什么 Eva...
分类:移动开发   时间:2015-03-13 20:44:37    阅读次数:166
Machine Learning - XI. Machine Learning System Design
http://blog.csdn.net/pipisorry/article/details/44119187 机器学习Machine Learning - Andrew NG courses学习笔记 Machine Learning System Design机器学习系统设计 Prioritizing What to Work On优先考虑做什么 Error Anal...
分类:系统相关   时间:2015-03-13 20:44:08    阅读次数:168
算法基础之微积分--线性代数--离散数学
最近在实施算法的时候,感觉数学知识不足了,在此大补一哈 --------------------------------------------------微积分---------------------------------------------------------- 微积分公开课: 麻省理工学院:单变量微积分 http://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/ http...
分类:编程语言   时间:2015-03-13 12:47:52    阅读次数:170
539条   上一页 1 ... 44 45 46 47 48 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!