原创 李航《統計學習方法》第4章習題答案參考

第 4 章 樸素貝葉斯法 淺談極大似然估計與貝葉斯估計 極大似然估計:頻率學派,認爲參數是確定存在只是未知的,並且覺得出現的狀態假設是按概率最大的情況出現的,所以對極大似然函數求極值就可以得到參數θ .(下述D 爲訓練數據集) θM

原创 ALGORITHMIC COMPOSITION AS A MODEL OF CREATIVITY

ALGORITHMIC COMPOSITION AS A MODELOF CREATIVITY Bruce L Jacob University of Michigan [email protected]: Briquz E

原创 Machine Learning,Part 1 - Linear Regression

from PIL import Image from numpy import * import copy import pandas as pd import matplotlib.pyplot as plt Machine Lear

原创 手把手編寫語音矯正(Spelling Corrector) -- 玩具級(python)

手把手編寫語音矯正(Spelling Corrector) – 玩具級(python) 這個代碼示例是翻譯Morvig的,原文地址 import re from collections import Counter def words

原创 LeetCode9. Palindrome Number(Python)兼翻譯

9. Palindrome Number 迴文 本題來自LeetCode OJ 題目翻譯 Determine whether an integer is a palindrome. Do this without extra space

原创 Caffe SSD

Ubuntu Caffe SSD 1. github上下載ssd的caffe源碼 git clone https://github.com/weiliu89/caffe.git cd caffe 構建 cp Makefile.config

原创 系統學習Machine Learning之路漫漫

系統學習Machine Learning之路漫漫總規劃 本人是一個半吊子的數學專業學生,半吊子的算法學習者,半吊子的機器學習愛好者,半吊子的電腦算法作曲者……自從工作以來深受半吊子的後遺症的殘害。所以想系統的學習一次機器學習……不想再半吊

原创 VIM教程

VIM官方教程 本教程來自vim官方文檔 移動 ^ k < h l > j

原创 [翻譯]A Topic Model for Melodic Sequences

旋律序列的主題模型 原文鏈接 作者 Athina Spiliopoulou [email protected] Amos Storkey A.STORKEY@

原创 LeetCode 6. ZigZag Conversion(Python)兼翻譯

6. ZigZag Conversion 轉化成鋸齒形 本題來自LeetCode OJ 題目翻譯 The string "PAYPALISHIRING" is written in a zigzag pattern on a given

原创 LeetCode 5.Longest Palindromic Substring (Python)兼翻譯

5. Longest Palindromic Substring 最長回問子串 本題來自LeetCode OJ 題目翻譯 Given a string s, find the longest palindromic substring

原创 test

just a test

原创 LeetCode10. Regular Expression Matching翻譯

10. Regular Expression Matching 正則匹配 本題來自LeetCode OJ 題目翻譯 Implement regular expression matching with support for '.' a

原创 Ubuntu16.04 安裝python包的一些日常命令

python2 安裝pip sudo apt-get install python-pip