题目原文: 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
题目原文: 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
此文是斯坦福大学,机器学习界 superstar — Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记。力求简洁,仅代表本人观点,不足之处希望大家探讨。 课程网址:https://www.coursera.org/learn/machine-lear ...
分类:
系统相关 时间:
2017-08-11 22:08:20
阅读次数:
279
摘要 本文是对 Andrew Ng 在 Coursera 上的机器学习课程中 Backpropagation Algorithm 一小节的延伸。文章分三个部分:第一部分给出一个简单的神经网络模型和 Backpropagation(以下简称 BP)算法的具体流程。第二部分以分别计算第一层和第二层中的第 ...
分类:
编程语言 时间:
2017-08-06 21:50:10
阅读次数:
311
题目原文: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
题目原文 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
大家好,我是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-Designed By Dr.Hannibal Lecter回忆比思维导图有用before you deeply understand material.More practice.Don’t just read answer... ...
分类:
其他好文 时间:
2017-07-30 10:12:36
阅读次数:
217
下一步plotData一大堆复杂逻辑 太复杂我放弃 matlab选择列的方法 ...
分类:
其他好文 时间:
2017-07-28 19:26:38
阅读次数:
138
在学习机器学习的过程中,我陆陆续续收集了些免费的教程资料,希望能和您共享。 如果您有好的网站希望分享就评论吧,我也会整理到文章中。 1 机器学习基础篇 (1)课程资源 吴恩达《机器学习》coursera课程 台大林教授《机器学习基石》coursera课程 (2)机器学习算法: 感知机 K近邻法 朴素 ...
分类:
其他好文 时间:
2017-07-28 17:11:52
阅读次数:
194