上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: Lecture 15 Anomaly detection problem motivation Gaussian distribution Algorithm Density estimation Training set : \({x^{(1)},x^{(2)},\dots,x^{(m)}}\) 阅读全文
posted @ 2021-12-20 15:52 Un-Defined 阅读(38) 评论(0) 推荐(0)
摘要: 编译程序的逻辑结构 编译程序逻辑结构上至少包含两大阶段 分析(Analysis)阶段 理解源程序,挖掘源程序的语义 综合(Synthesis)阶段 生成与源程序语义上等价的目标程序 编译程序的前端、中端和后端 前端(Front End) 实现主要的分析任务 通常以第一次生成中间代码为标志 后端(Ba 阅读全文
posted @ 2021-12-16 19:27 Un-Defined 阅读(2092) 评论(0) 推荐(0)
摘要: Lecture8 Neural NetWork:Representation Non-linear hypotheses Neural NetWork \(a_i^{(j)}\) = "activation" of unit i in layer j \(\Theta^{(j)}\) = matri 阅读全文
posted @ 2021-12-16 15:15 Un-Defined 阅读(42) 评论(0) 推荐(0)
摘要: Lecture7 Regularization Overfitting : If we have too many features,the learned hypothesis may fit the training set very well,but fail to generalize to 阅读全文
posted @ 2021-12-16 15:14 Un-Defined 阅读(34) 评论(0) 推荐(0)
摘要: Lecture9 Neural Networks:Learning Cost function Neural Network (Classifification) \(L\) = total no. of layer in network \(S_l\) = no. of units (not co 阅读全文
posted @ 2021-12-16 15:12 Un-Defined 阅读(17) 评论(0) 推荐(0)
摘要: Lecture12 Support Vector Machines Alternative view of logistic regression support vector machine: \[ \underset{\theta}{min}C\sum^m_{i=1}[y^{(i)}cost_1 阅读全文
posted @ 2021-12-16 15:11 Un-Defined 阅读(51) 评论(0) 推荐(0)
摘要: ## Matrix Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 34283 Accepted: 12403 Description Given an N*N matrix A, whose elements are eith 阅读全文
posted @ 2021-11-26 09:44 Un-Defined 阅读(39) 评论(0) 推荐(0)
摘要: ## D. Nested Segments time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output You are given n segme 阅读全文
posted @ 2021-11-26 09:43 Un-Defined 阅读(61) 评论(0) 推荐(0)
摘要: ## I Hate It Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 112144 Accepted Submission(s): 418 阅读全文
posted @ 2021-11-26 09:42 Un-Defined 阅读(26) 评论(0) 推荐(0)
摘要: A Simple Problem with Integers Time Limit: 5000MS Memory Limit: 131072K Total Submissions: 152104 Accepted: 47157 Case Time Limit: 2000MS Description 阅读全文
posted @ 2021-11-26 09:41 Un-Defined 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页