1.科目: R or Python 进行 data mining、machine learning、project 专案开发
2.地点:台北 or 全国 ( skype or 其他语音软件 ),可当面也可远端
3.时间:私谈
4.希望待遇:700 ~ 1000,看想学什么
5.教师性别:男
6.学历:东华大学研究所 应用数学系 - 统计组
7.连络方式:站内信
8.自介或经历:
1. PTT data open source ,在 github 上得到 140 stars
1.1 对于资料经过萃取(extract)、转置(transform)、加载(load)的 ETL 经验,
收集 DATA,建置数据库,并写成 package,提供 API 给使用者读取
https://github.com/linsamtw/PTTData
1.2 使用 PTT 文章,搭配 LSTM 自动生成文章
https://github.com/linsamtw/PTTData/blob/master/PTTDATA_lstm_article_generation.py
2. data mining 、ML 方面,在 kaggle 上三个比赛,赛后分析皆进入前 10% 排名
3. 台铁验证码辨识,并转成文字,在 github 上得到 50 stars
从验证码模拟生成,建立 DL model,并写成 package,
提供使用者 input 验证码image,output 辨识后的 text
https://github.com/linsamtw/TaiwanTrainVerificationCode2text
4. 金融 data open source,在 github 上得到 100 stars
4.1 收集超过15种金融 data,使用分布式架构 rabbitmq & flower & celery
data 包含股价、财报、股利、融资融券、外资买卖,金价,油价,各国汇率、利率、债券
document : https://linsamtw.github.io/FinMindDoc/
github : https://github.com/linsamtw/FinMind
4.2 DASH 视觉化
https://imgur.com/5uuIovs.jpg
http://139.162.122.184:5050/
4.3 使用 GRU & LSTM 进行预测
https://imgur.com/1KwRu7w.jpg
https://github.com/linsamtw/FinMind/tree/master/Mining