今天刚刚有一门Coursera课程得到了证书,那么就聊聊这个自我学习,自我提升的话题:MOOC。
从去年10月份到现在,半年的时间里,我尝试了若干门课程,其中真正上完课,得到证书的,总共有2门:
Stanford University的Algorithms: Design and Analysis(1);
瑞士,洛桑联邦理工学院的Digital Signal Processing。
先Show off一下:...
分类:
其他好文 时间:
2015-04-23 23:32:46
阅读次数:
225
The Antialiasing (PostEffect) offers a set of algorithms designed to give a smoother appearance to graphics. When two areas of different colour adjoin...
分类:
其他好文 时间:
2015-04-20 18:19:30
阅读次数:
365
摘要: 本文主要是评估多种监督机器学习算法的有效性,这些算法用于判断一个错误报告是否是reopened的,算法如下: 7种监督学习算法:kNN,SVM, SimpleLogistic,Bayesian Network, Decision Table, CARTand LWL; 3种集成学习算法: A...
分类:
其他好文 时间:
2015-04-20 10:58:45
阅读次数:
160
CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are...
分类:
Web程序 时间:
2015-04-19 06:29:39
阅读次数:
158
一、 Arena插件配置1. 下载Arena 指针:http://community.topcoder.com/tc?module=MyHome 左边Competitions->Algorithms->Single Match Rounds->Launch Arena->Load Competi.....
分类:
其他好文 时间:
2015-04-17 13:19:30
阅读次数:
135
以下是computer vision:algorithm and application计算机视觉算法与应用这本书中附录里的关于计算机视觉的一些测试数据集和源码站点,我整理了下,加了点中文注解。ComputerVision:Algorithms and ApplicationsRichard Sze...
分类:
其他好文 时间:
2015-04-17 13:13:14
阅读次数:
189
分享一个标准PHP的AES加密算法类,其中mcrypt_get_block_size('rijndael-128','ecb');,如果在不明白原理的情况下比较容易搞错,可以通过mcrypt_list_algorithms函数查看你需要的加密算法标识。_secrect_key = 'MYgGnQE2...
分类:
编程语言 时间:
2015-04-14 12:31:13
阅读次数:
230
No 1.书中提到的四本经典书籍the C++ standard library //本书the art of computer programming//一套算法经典书籍,太厚太贵,没读过algorithms in c//依旧很经典的算法书,几年前读过一遍effective C++//没读过,会买...
分类:
其他好文 时间:
2015-04-09 15:23:10
阅读次数:
151
一直对这redis和memcached的两个开源缓存系统的LRU算法感兴趣。今天就打算总结一下这两个LRU算法的实现和区别。
首先要知道什么是LRU算法:LRU是Least Recently Used 近期最少使用算法。相关的资料网上一大堆。http://en.wikipedia.org/wiki/Cache_algorithms#LRU
redis的六种策略
rewrite...
分类:
编程语言 时间:
2015-04-07 00:48:16
阅读次数:
177
Introduction to Distributed Algorithms Gerard Tel@ Cambridge University Press 1994, 2000 ref: Distributed Algorithms for Message-Passing Systems1 Intr...
分类:
其他好文 时间:
2015-04-04 12:07:07
阅读次数:
239