- 博客(134)
- 资源 (2)
- 收藏
- 关注
转载 Gradient Boosting
Very interesting theory! 1. 混合模型之boosting 与 Gradient Boosting http://www.cnblogs.com/LeftNotEasy/archive/2011/01/02/machine-learning-boosting-and-gradient-boosting.html
2016-10-26 19:05:21
755
转载 [Longest Increasing Subsequence]--N^2 vs NlogN
[Longest Increasing Subsequence]--N^2 vs NlogN
2016-10-19 19:54:11
412
转载 [SGD]--Optimization(SGD, Momentum, Adagrad, Adadelta)
[SGD]--Optimization(SGD, Momentum, Adagrad, Adadelta)
2016-10-18 14:44:58
459
转载 [Machine Learning]--MAP, MLE, EM, GMM
http://blog.youkuaiyun.com/hencoff/article/details/9001751
2016-10-17 21:30:06
463
转载 1
http://www.cnblogs.com/starrybird/p/4445566.html https://pythonandr.com/2015/10/13/karatsuba-multiplication-algorithm-python-code/http://blog.youkuaiyun.com/sunnylinner/article/details/52592496?locationNum=
2016-10-10 15:15:10
352
原创 [Linux]---Add a new user to sudo group
[Linux]---Add a new user to sudo group
2016-09-22 16:09:52
3992
转载 [Machine Learning]--Single Value Decomposition(奇异值分解) & PCA & LDA
[Machine Learning]--SVD & PCA & LDA
2016-09-18 16:01:08
530
转载 [Machine Learning]--Word2Vector from Google
[Machine Learning]--Word2Vector from Google
2016-09-16 21:56:30
369
转载 [Machine Learning]--PMI(Pointwise Mutual Information)
[Machine Learning]--PMI(Pointwise Mutual Information)
2016-09-16 20:36:17
1565
原创 [Machine Learning]---ROC(Receiver Operating Characteristic) Curve
[Machine Learning]---ROC(Receiver Operating Characteristic) Curve
2016-09-16 10:26:56
561
转载 [Machine Learning]随机梯度下降(Stochastic gradient descent)和 批量梯度下降(Batch gradient descent )的对比
[Machine Learning]随机梯度下降(Stochastic gradient descent)和 批量梯度下降(Batch gradient descent )的对比
2016-09-15 19:17:00
452
原创 [Paper Reading]--Joint multi-model representations for e-commerce catalog search driven by visual
1. Related Work1.1 Learning attributesLearn the visual attributes.
2016-09-15 14:23:21
263
原创 [Mahout in Action] Representating Recommender Data
In-memory representations without preference valuesGenericBooleanPrefDataModel , which is similar with GenericDataModel but without preference values.
2016-09-15 09:51:28
313
原创 [Mahout in action]--Recommender System
[Mahout in action]--Recommender System
2016-09-14 19:06:22
318
转载 Installing maven 3.3.3 on Ubuntu
sudo apt-get purge -y mavenwget http://apache.cs.utah.edu/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gztar -zxf apache-maven-3.3.3-bin.tar.gzsudo cp -R apache-maven-3.3.3 /usr/localsud
2016-09-14 12:49:24
366
转载 [Machine Learning] SVM系列转载文章
转载大神写的SVM系列,很明了!向作者致敬! http://www.blogjava.net/zhenandaci/category/31868.html
2016-09-09 20:37:04
318
原创 机器学习中Training, Validation 和 Test 集合之间的区别
机器学习中Training, Validation 和 Test 集合之间的区别
2016-09-08 20:47:02
14156
转载 [Machine_Learning]--Backpropagation
这里只提供一些关于反向传播(Backpropagation)链接资源, this is part of the neural network. And neural network is basis of deep learning. http://my.oschina.net/findbill/blog/529001
2016-09-02 22:30:54
380
原创 [Machine Learning_Andrew Ng]--Sigmoid() Function.
[Machine Learning_Andrew Ng]--Sigmoid() Function.
2016-08-27 16:52:49
695
原创 Access Modifier(Private & Protected & Public)
http://stackoverflow.com/questions/215497/in-java-difference-between-default-public-protected-and-private
2016-08-25 12:03:01
368
转载 [LeetCode]--131. Palindrome Partitioning(backTracking && DFS && DP)
[LeetCode]--131. Palindrome Partitioning(backTracking && DFS && DP)
2016-08-22 14:38:23
521
转载 [Java]--Java static keyword – Class, Method, Variable, Block, import
The Link:http://www.journaldev.com/1365/java-static-keyword-class-method-variable-block-import 1. Java static variable 2. Java static methods 3. Java static block 4. Java static inner class 5. Jav
2016-08-22 12:32:57
302
原创 [LeetCode]--242. Valid Anagram(Count table && char array sort())
[LeetCode]--242. Valid Anagram(Count table && char array sort())
2016-08-20 21:44:30
590
原创 [Java]--Abstract Class vs Interfaces
[Java]--Abstract Class vs Interfaces
2016-08-20 13:24:48
391
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人