2016年7月15日 星期五

Vpython

有關程式教學之中文化,
Turtle 是第一彈。
VPython 也許可做第二彈!

在 已安裝了 Anaconda 之情況下,
使用 pip install vpython

但現階段僅能在 ipython 中運作。
因為它須透過 javascript 在 Browser 中繪圖之故。

於 spyder 中,還不行。

參考 VPython 官網。

參考:臺大石明豐教授、林宗男教授。
https://www.facebook.com/ntuvphysics

這裡有 Python 3.4 的版本,在我的 Acer 小筆電上,OK!
http://www.lfd.uci.edu/~gohlke/pythonlibs/#vpython

下載以下4個 .whl
先玩一個: ry驚人的馬達.py




2016年7月11日 星期一

Machine Learning: Google's Vision - Google I/O 2016




MNist  數字辨識資料庫

---------------
TensorFlow  ---- Deep Learning 之 目前 最有名 的 Lib 之一
Scikit-Learn  ---- Pattern Recognition
----------------
Numpy --- DSP
Scipy
Matplotlib
----------------
Turtle
Python





2015年9月23日 星期三

google Translate 上的 語音合成 以及 注音

python ryGoogleTTS2015.py
----

D:\Dropbox\ryResearchHTK2015\ryWork03_googleTTS>python ryGoogleTTS2015.py
ttsIt--> _tts.mp3, _tts.tmx
ttsIt--> en00_wiki.txt.mp3, en00_wiki.txt.tmt
ttsIt--> jp00_wiki.txt.mp3, jp00_wiki.txt.tmt
mecab -o jp00_wiki.txt.mecab jp00_wiki.txt  ---->  jp00_wiki.txt.mecab
 --->  jp00_wiki.txt.wp
ttsIt--> tc00_wiki.txt.mp3, tc00_wiki.txt.tmt
---->  tc00_wiki.txt.gTrans
---->  tc00_wiki.txt.wp

D:\Dropbox\ryResearchHTK2015\ryWork03_googleTTS>python ryGoogleTTS2015.py enTest.txt en
ttsIt--> enTest.txt.mp3, enTest.txt.tmt

D:\Dropbox\ryResearchHTK2015\ryWork03_googleTTS>python ryGoogleTTS2015.py jpTest.txt ja
ttsIt--> jpTest.txt.mp3, jpTest.txt.tmt
mecab -o jpTest.txt.mecab jpTest.txt  ---->  jpTest.txt.mecab
 --->  jpTest.txt.wp

D:\Dropbox\ryResearchHTK2015\ryWork03_googleTTS>python ryGoogleTTS2015.py tcTest.txt zh-tw
ttsIt--> tcTest.txt.mp3, tcTest.txt.tmt
---->  tcTest.txt.gTrans
---->  tcTest.txt.wp