原创 jQuery報錯:Uncaught ReferenceError: $ is not defined

最近在做系統,前端後端都在學習,會遇到很多問題,所以把解決方案都列在這裏,算作筆記吧。 在使用jQuery的時候,發現有如下報錯: Uncaught ReferenceError: $ is not defined  (anonym

原创 數據標準化(data normalization)

本文引用地址:http://blog.sciencenet.cn/blog-638750-510738.html 此文來自科學網王磊博客 數據的標準化(normalization)是將數據按比例縮放,使之落入一個小的特定區間。在某些比較

原创 Python Selenium 鍵盤和鼠標操作

原文章地址:  http://blog.sina.com.cn/s/blog_620987bf0102v2r8.html       Python也可以模擬鼠標和鍵盤的操作,不過要注意的是鍵盤帶來的

原创 Python Neurolab for neural network

Today, I tried to use Neurolab to build a NN. Many things to learn and consider. Here are some points. 1. The newff ou

原创 Difference between argument and parameter

Parameter is variable in the declaration of function. Argument is the actual value of this variable that gets passed

原创 Neural networks and deep learning materials

I'm going to study deep learning. Yeah, I should use present progressive tense. I'm collecting information about deep l

原创 理解Python中的with…as…語法

原文地址:http://zhoutall.com/archives/325 最近寫東西的時候,用with open打開,結果裏面只能進行一層for循環。查資料的過程中,發現了一篇不錯的blog。在這邊記下來,方便以後查找。 使用語言的

原创 python 爬蟲小記

本文偏向於個人學習筆記,不一定很強的參考價值。 網頁爬取分爲動態和靜態。 靜態:較爲簡單,用urllib,urllib2,beautifulsoup之類的組合可以完成。 動態:主要思想是模擬人的瀏覽行爲,通過點擊等,讓頁面完全加載出來,

原创 Autoencoders in Deep Learning

感謝原文作者通俗的講解。地址:  http://blog.sina.com.cn/s/blog_593af2a70101endk.html  深度學習有一個重要的概念叫autoencoder,這是個

原创 Precision and Recall

From Cousera Machine Learning

原创 投行簡史——筆記

此爲微信公衆號“長江商業評論”推送文章的筆記。作者爲香帥無花。 1. 起源——投資銀行業務始於有價證券的承銷 1783年,獨立戰爭結束,美國政府欠下鉅額債務。 漢密爾頓提出解決方案: 以美國政府的信用爲擔保,統一發行新的國債來償還各種舊

原创 Mongodb 簡單指令

1. cd /usr/local/monodb/bin   ---進入mongodb所在文件夾 2. ./mongo   ---打開monogodb

原创 Note coursera-machine learning

This is the note of machine learning course on Cousera. I will continuously update this blog. ------------------------

原创 selenium2.0關於python的常用函數

目前我用到的大多數函數都在這裏了,防止以後忘記又要重新查找,都在這裏記錄下來。 其實到目前爲止,我是懷疑用selenium作爲爬蟲在工程化項目中的應用的。 原地址:http://blog.sina.com.cn/s/blog_b5fe6b

原创 NOTE: Coursera-Machine learning-linear regression

- Supervised Learning: given the "right answer" for each example in the data - Regression problem: predict real-valued