码迷,mamicode.com
首页 >  
搜索关键字:coursera    ( 598个结果
Coursera Algorithms week4 基础标签表 练习测验:Inorder traversal with constant extra space
题目原文: Design an algorithm to perform an inorder traversal of a binary search tree using only a constant amount of extra space. 1 public void traverse( ...
分类:其他好文   时间:2017-08-14 19:00:13    阅读次数:202
Coursera Algorithms week4 基础标签表 练习测验:Check if a binary tree is a BST
题目原文: Given a binary tree where each 𝙽𝚘𝚍𝚎 contains a key, determine whether it is a binary search tree. Use extra space proportional to the height ...
分类:其他好文   时间:2017-08-14 17:23:14    阅读次数:159
Andrew Ng Machine Learning 专题【Linear Regression】
此文是斯坦福大学,机器学习界 superstar — Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记。力求简洁,仅代表本人观点,不足之处希望大家探讨。 课程网址:https://www.coursera.org/learn/machine-lear ...
分类:系统相关   时间:2017-08-11 22:08:20    阅读次数:279
Backpropagation 算法的推导与直观图解
摘要 本文是对 Andrew Ng 在 Coursera 上的机器学习课程中 Backpropagation Algorithm 一小节的延伸。文章分三个部分:第一部分给出一个简单的神经网络模型和 Backpropagation(以下简称 BP)算法的具体流程。第二部分以分别计算第一层和第二层中的第 ...
分类:编程语言   时间:2017-08-06 21:50:10    阅读次数:311
Coursera Algorithms Programming Assignment 4: 8 Puzzle (100分)
题目原文:http://coursera.cs.princeton.edu/algs4/assignments/8puzzle.html 题目要求:设计一个程序解决8 puzzle问题以及该问题的推广,例如8-puzzle是3*3,程序要能解决n*n的同类问题(2 ≤ n < 128) 典型的8 p ...
分类:其他好文   时间:2017-08-04 01:16:37    阅读次数:511
Coursera Algorithms week3 快速排序 练习测验: Selection in two sorted arrays(从两个有序数组中寻找第K大元素)
题目原文 Selection in two sorted arrays. Given two sorted arrays a[] and b[], of sizes n1 and n2, respectively, design an algorithm to find the kth larges ...
分类:编程语言   时间:2017-08-02 15:07:54    阅读次数:637
機器學習基石(Machine Learning Foundations) 机器学习基石 作业四 Q13-20 MATLAB实现
大家好,我是Mac Jiang,今天和大家分享Coursera-NTU-機器學習基石(Machine Learning Foundations)-作业四 Q13-20的MATLAB实现。曾经的代码都是通过C++实现的。可是发现C++实现这些代码太麻烦。这次作业还要频繁更改參数值,所以选择用MATLA ...
分类:系统相关   时间:2017-07-31 15:56:07    阅读次数:315
Learning How To Learn notes-Coursera
Learning How To Learn notes-Coursera-Designed By Dr.Hannibal Lecter回忆比思维导图有用before you deeply understand material.More practice.Don’t just read answer... ...
分类:其他好文   时间:2017-07-30 10:12:36    阅读次数:217
Coursera - multi regression - notes
下一步plotData一大堆复杂逻辑 太复杂我放弃 matlab选择列的方法 ...
分类:其他好文   时间:2017-07-28 19:26:38    阅读次数:138
(未完待续)机器学习教程视频资料汇总
在学习机器学习的过程中,我陆陆续续收集了些免费的教程资料,希望能和您共享。 如果您有好的网站希望分享就评论吧,我也会整理到文章中。 1 机器学习基础篇 (1)课程资源 吴恩达《机器学习》coursera课程 台大林教授《机器学习基石》coursera课程 (2)机器学习算法: 感知机 K近邻法 朴素 ...
分类:其他好文   时间:2017-07-28 17:11:52    阅读次数:194
598条   上一页 1 ... 14 15 16 17 18 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!