原创 Max Points on a Line

問題來自http://oj.leetcode.com/problems/max-points-on-a-line/ Max Points on a Line Given n points on a 2D plane, find the

原创 Latent Dirichlet Allocation (LDA)

Latent Dirichlet Allocation 待寫... 1. 2. 3. 4.參考資料 Latent Dirichlet Allocation. David M.Blei Andrew Y.NG Michael I.Jo

原创 Attempt to set model object on null model of component

wicket開發web項目是遇到這個異常,分析總結如下: 1.在採用單個值的控件如input:textfield,label等,其默認值可以爲單個String,定義這些控件同時默認指定一個Model給它,並且提供對應String的get

原创 word2vec學習筆記

2014年5月31日14:49:21 1.英文word2vec: 1.1.下載/git clone/SVN獲取word2vec 查看執行權限:ls -l *.sh 增加可執行權限:chmod a+x *.sh 1.2.運行./dem

原创 Lucene in 5 minutes.

Lucene in 5 minutes from LuceneTutorial.com Now updated for Lucene 4.0! Lucene makes it easy to add full-text se

原创 Implementing a Principal Component Analysis (PCA) in Python step by step

轉載於http://sebastianraschka.com/Articles/2014_pca_step_by_step.html#introduction,分享學習~ Implementing a Principal Compon

原创 Python十分鐘入門

Python十分鐘入門,寫的很精緻~ 轉來分享。 鏈接:http://roclinux.cn/?p=2338 本原創文章屬於《Linux大棚》博客,博客地址爲http://roclinux.cn。文章作者爲Rocrocket Wu。

原创 An Introduction to Deep Learning (in Java)

原文鏈接爲http://www.toptal.com/machine-learning/an-introduction-to-deep-learning-from-perceptrons-to-deep-networks 轉載自http

原创 啓發式搜索(Heuristic Search Methods)尋找問題的最優解

Three different heuristic search methods: 1.random sampling(隨機抽樣): 2.gradient-descent search(梯度下降): 3.simulated annea

原创 wicket框架-ajax原理

1.question:what is ajax? Ajax is an acronym for Asynchronous JavaScript and XML(異步JavaScript和XML)。 2.Jesse James Garret

原创 c++排序系列之插入排序

1.前言 自從大一學過一點點的c++之後,後面一直用java,未得機會去訓練c++。 有時候覺得java不夠帶感,偶然想寫一個簡單的c/c++排序,都不會寫! 尚未晚矣,從頭開始。。。 準備先用c++把所有的排序實現一遍。 本節來看最簡單

原创 代碼面試最常用的10大算法-java

原文出自http://www.csdn.net/article/2014-04-10/2819237-Top-10-Algorithms-for-Coding-Interview 轉載收藏於此,只爲分享,學習。感謝原作者X Wang。

原创 web開發 筆記 - 中文編碼問題

1.起初在windows下,結合eclipse和tomcat開發web應用。後來要求將項目部署到另一臺linux服務器。 2.接着在linux服務器上安裝JDK,tomcat。 3.將windows下的web project打包成war