原创 numpy數組基礎知識

#回顧numpy的基礎用法 #1...numpy的數組的屬性 import numpy as np a=np.arange(20,dtype=np.float).reshape(4,5) print a.ndim #數組軸的個數 pr

原创 Resource of computer vision, pattern recognition, machine learning etc.

Resource of computer vision, pattern recognition, machine learning etc. 1.牛人 Serge Belongie at UC San Diego Antonio

原创 python+opencv+numpy入門

(一)簡介 python是一門編程語言,由於其可以調用很多科學計算包,如numpy、scipy、matplotlib等而功能強大; numpy是python可調用的科學計算包,主要用於矩陣運算;它是python的數值計算擴展,這種工具可用

原创 1...Numpy for Python Users

基礎篇 NumPy的主要對象是同種元素的多維數組。這是一個所有的元素都是一種類型、通過一個正整數元組索引的元素表格(通常是元素是數字)。在NumPy中維度(dimensions)叫做軸(axes),軸的個數叫做秩(rank)。 例如

原创 python基礎之數據類型語句

讀教程筆記http://cs231n.github.io/python-numpy-tutorial/ 關於python基礎知識: 1.string: #~len(str):數組長度; #~sprint style string form

原创 Software and Language about Machine Learning

Software and Language about Machine Learning 編程語言:搞實驗個人認爲當然matlab最靈活了(但是正版很貴),但是更爲前途的是python(numpy+scipy+matplotlib)和

原创 start my trip of machine learning...

Today, I begin to write my own blog to record my learning thoughts and fin

原创 ML

原文:https://share.coursera.org/wiki/index.php/ML:Advice_for_Applying_Machine_Learning 面對一個機器學習問題,我們提取好特徵,挑選好訓練集,選擇一種

原创 latex basis

轉載網址:http://blog.renren.com/share/340810614/15159950250#nogo 注:!!!已經寫完了教程中的幾個文件然後加上了註釋。。。 LaTeX新人教程,一小時從完全陌生到基本入門

原创 Boosting

機器學習中的數學(3)-模型組合(Model Combining)之Boosting與Gradient Boosting 版權聲明:     本文由LeftNotEasy發佈於http://leftnoteasy.cnblogs.

原创 Basis-Variance Decomposition

偏差-方差分解 Bias-Variance Decomposition 機器學習的目標是學得一個泛化能力比較好的模型。所謂泛化能力,是指根據訓練數據訓練出來的模型在新的數據上的性能。這就牽扯到機器學習中兩個非常重要的概念:欠擬

原创 matlab tips

Matlab高階應用——matlab工程程序轉成C,並在VC2010環境下編譯運行(codesgen) 參考:http://www.chinadmd.com/file/xtvatuzuiwscixvszrupaoct_4.html

原创 Dropout

http://www.cnblogs.com/tornadomeet/p/3258122.html 前言   訓練神經網絡模型時,如果訓練樣本較少,爲了防止模型過擬合,Dropout可以作爲一種trikc供選擇。Dropout是h

原创 anconda無法plot問題的解決:更新qt

問題描述: python環境下,在調用matplotlib.pyplot的plot畫圖時,彈出如圖對話框。 此外,直接運行anaconda自帶的spyder編輯器時也不能打開,並彈出該對話框。 問題解決: conda install q

原创 HIstograms of Oriented Gradients

(一)HoG 論文理解(類似翻譯):HIstograms of Oriented Gradients for human detection HOG descriptors 是應用在計算機視覺和圖像處理領域,用於目標檢測的特徵描述器。這項