世界三大数学猜想编辑
即费马猜想、四色猜想和哥德巴赫猜想。
费马猜想的证明于1994年由英国数学家安德鲁·怀尔斯(Andrew Wiles)完成,遂称费马大定理;
四色猜想的证明于1976年由美国数学家阿佩尔(Kenneth Appel)与哈肯(Wolfgang Haken)借助计算机完成,遂称四色定理;
哥德巴赫猜想尚未解决,目前最好的成果(陈氏定理)乃于1966年由中国数学家陈景润取得。这三个...
分类:
其他好文 时间:
2015-04-03 11:29:49
阅读次数:
167
这是UFLDL的编程练习。具体教程参照官网。PCAPCA will find the priciple direction and the secodary direction in 2-dimention examples.
then
x~(i)=x(i)rot,1=uT1x(i)∈R.\begin{align}
\tilde{x}^{(i)} = x_{{\rm rot},1}^{(i)}...
分类:
其他好文 时间:
2015-04-03 09:31:01
阅读次数:
326
使用CSS3 Grid布局实现内容优先http://www.w3cplus.com/css3/css3-grid-layout-module.html本文由大漠根据Rachel Andrew的《Giving Content Priority with CSS3 Grid Layout》所译,整个译文...
分类:
Web程序 时间:
2015-04-02 16:21:05
阅读次数:
253
C++ 新标准 C++11 的发布导致了大批新书的出现,还有一些经典书籍也进行了更新。Andrew Binstock 在 Dr.dobbs 上给大家推介一些学习 C++ 必需的核心书籍。 ? 1. 《C++程序设计语言》英文第四版,作者: Bjarne S...
分类:
编程语言 时间:
2015-04-02 10:32:39
阅读次数:
299
首先要说讲述计算机网络和TCP/IP的书很多。 ? 先要学习网络知识才谈得上编程 讲述计算机网络的最经典的当属Andrew S.Tanenbaum的《计算机网络》第五版,这本书难易适中。 《计算机网络(第5版)》是国内外使用最...
分类:
系统相关 时间:
2015-04-01 15:37:59
阅读次数:
187
机器学习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
1、linux kernel development 3rd edition 中,Andrew Morton 说 " The best way to understand a part of of the kernel is to make changes to it. Making a chang...
分类:
系统相关 时间:
2015-03-30 22:39:10
阅读次数:
118
机器学习Machine Learning - Andrew NG
courses学习笔记
Dimensionality Reduction降维
Motivation Data Compression数据压缩
Motivation Visualization可视化
Principal Component Analysis Problem Formulation主成...
分类:
系统相关 时间:
2015-03-28 20:25:57
阅读次数:
209
本系列内容均来自Standford公开课machine learning中Andrew老师的讲解,附加自己的一些编程实现和学习笔记。第一章 Linear regression 1.线性回归线性回归是一种监督学习的方法。线性回归的主要想法是给出一系列数据,假设数据的拟合线性表达式为:如何求得参数θ成为...
分类:
系统相关 时间:
2015-03-28 12:47:22
阅读次数:
214
Optimization Objective
Large Margin Intuition
Mathematics Behind Large Margin Classification (Optional)
Kernels...
分类:
系统相关 时间:
2015-03-21 23:02:31
阅读次数:
606