狠狠撸

狠狠撸Share a Scribd company logo
TradingBot演算法
&
軟工在程式交易上的實踐
Philipz (鄭淳尹)
2016-12-21 中山大學財管系
2008 TradingBot
2009 Plurk
2010 Twitter
2011 Facebook粉絲頁
2012 部落格
透過即時傳送訊息
日曆紀錄每日交易紀錄
History
2008 TradingBot
2009 Plurk
2010 Twitter
2011 Facebook粉絲頁
2012 部落格
透過即時傳送訊息
日曆紀錄每日交易紀錄
History
個人經歷
元智大學資工所
臺北榮總資訊工程師
玉山銀行資訊處專員、Acer eDC 維運工程師(CCNA)
2014 COSCUP/iThome Summit 講者
2015 Microsoft Azure 開發者大會 講者
2016 COSCUP Docker 進階工作坊
2016 Microsoft 社群開源營
元智資工專題演講、義守資工 Docker 研習營
逢甲資工 Docker 研習班
翻譯著作
歐萊禮《基礎架構即程式碼》譯者
歐萊禮《Docker 錦囊妙計》譯者
碁峰《Docker入門與實戰》、
《Kubernetes使用指南》審譯者
研究領域
Docker, 雲端架構, 大型主機
Java, Matlab, 機器學習
Trading bot演算法與軟工在程式交易上的實踐
程式交易是什麼?
程式交易的
誤解
1. 沒有捷徑
2. 人工替代方案
3. 仍是高風險
4. 環節多
5. 風險承受度不同
6. 主觀,沒有答案
7. 發展自己的交易程式
Trading bot演算法與軟工在程式交易上的實踐
Why use?
好處
1. 紀律 - 恐懼貪婪
2. 省時省力
3. 反應快、準確
壞處
1. 缺乏彈性
2. 影響”因數”多
3. Normal Accidents 真實案例
2010 美國閃崩
2013 中國光大
Why use?
Very Difficult
充分了解金融商品的本质
正確的
投資心態
1. 程式交易當成副業
2. 別想一夕致富
3. 追求穩定獲利
4. 天下沒有白吃的午餐
5. 投資跟投機
審視自身條件
1. 心理建設
2. 程式能力
3. 風險控管
4. 確定金融商品
5. 進出頻率
6. 恆心
Trading bot演算法與軟工在程式交易上的實踐
Trading bot演算法與軟工在程式交易上的實踐
程式交易类型
Rule-based 演算法
資訊領域亦稱白箱方法
主流方法,直接因果關係
TS、MC、HTS等等
入門簡單、清楚直觀,適合非資訊領域使用者
Trading bot演算法與軟工在程式交易上的實踐
ML-based 演算法
全名 Machine Learning 機器學習
資訊領域亦稱黑箱方法,資料分析
高階方法,交易軟體無直接支援,R、Matlab
入門困難、倚賴輸入資料建立模型,資訊背景
Pattern Recognition
● OCR
● Speech recognition
● Face recognition
● Trading system
Trading bot演算法與軟工在程式交易上的實踐
高頻交易演算法
全名 High Frequency Trading
純粹比網路速度和運算速度,建置於交易所旁
造市補貼,法規限制,台灣市場不適合?!
客製化硬體 - ASIC 特殊應用積體電路
Statistics vs Machine Learning
TradingBot 演算法
系统架构
群益础笔滨(???)
开发流程
利用訊號處理技術
● Input
○ Tick only
● DWT
○ 簡單
○ 快速
○ 去除雜訊
模式 Pattern?
Right man +
Right thing +
Right moment
● 進出頻率
● 跨領域方法
Ex: OP Open Interest?
模式 Pattern?
Right man +
Right thing +
Right moment
● 進出頻率
● 跨領域方法
Ex: OP Open Interest?
TradingBot - Trend following
TradingBot - Trend reversal
TradingBot - Overweight
Why Day Trading?
● 以一天為分割點
● 每天都是獨立,方便切割
● Cross-validation較簡單
● 留倉交易,如何切割回測資料?
● 留倉交易,如何界定是Pattern還是運
氣?
● 留倉交易,需參考資料是否更多?
● TradingBot is Day Trading~
Machine Learning - SVM
TradingBot Flowchart
Big Problems
1. 盤整及突破的判斷
2. 區域的最高點及最低點
3. 轉折的判斷
4. 出場條件 - 停損停利
5. 加碼問題
6. Patterns or Just Lucky
範例1:加碼問題
2012年回測結果
範例2:選擇權回測
直接拿選擇權價格來回測,倒果為因?
1. 利用期交所每日收盤Tick資料來回測
2. 動態定商品(7500CALL或8000PUT)
3. 再以商品及時間點取Tick價格。
4. 一定要有選擇權回測的資料才能確定策
略的可用性。
回測程式 - In Memory
Walking Forward
記憶體直接存取
多核心平行計算
暴力法能解決的
就不要花腦力去最佳化
資料科學家 vs
資料工程師
兩者差異
科學家:統計、模型、演算法、機器學習
白領、白手、單點
工程師:網頁爬蟲、資料收集、平台、架構
藍領、黑手、全面
Trading bot演算法與軟工在程式交易上的實踐
Trading bot演算法與軟工在程式交易上的實踐
Engineer
把数据科学做为一门团队学科
軟體工程在
程式交易上的應用
Margaret Hamilton
Software Engineering
Therac-25 事件 - 放射性治療儀器設計缺陷
軟體開發的困難是本質問題,只能漸進式的改善。
軟體開發技術
自動化生產線 - pipeline
軟體專案管理
自動化測試 - Auto Testing
量測指標 - Code Metric -> Trading performance
metrics
Top-down Approach
土木建築 - 逆打工法
台北101
GitLab-Runner
GitLab-Runner
Development Flow
GitLab-Runner
持續整合、持續交付
方法論之一,漸進式的持續不斷改善。
CI(Continuous Integration)
CD(Continuous Delivery)
Trading bot演算法與軟工在程式交易上的實踐
Trading bot演算法與軟工在程式交易上的實踐
Trading bot演算法與軟工在程式交易上的實踐
Trading bot演算法與軟工在程式交易上的實踐
雲端交易回測系統
容器化技术构建一个“反脆弱”的交易系统
自动化已是主流
Trading bot演算法與軟工在程式交易上的實踐
軟體工程
既是工程,也是藝術
程式交易
是
沒有一步登天的
交易領域的物理嫉妒
Trading bot演算法與軟工在程式交易上的實踐
感谢您的聆听

More Related Content

What's hot (20)

K8s removes dockershime
K8s removes dockershimeK8s removes dockershime
K8s removes dockershime
Philip Zheng
?
微服务对滨罢人员的衝击
微服务对滨罢人员的衝击微服务对滨罢人员的衝击
微服务对滨罢人员的衝击
Philip Zheng
?
台指罢颈肠办大数据与程式化交易
台指罢颈肠办大数据与程式化交易台指罢颈肠办大数据与程式化交易
台指罢颈肠办大数据与程式化交易
Shih-chang Feng
?
Docker容器微服務 x WorkShop
Docker容器微服務 x WorkShopDocker容器微服務 x WorkShop
Docker容器微服務 x WorkShop
Philip Zheng
?
容器式软体开发介绍
容器式软体开发介绍容器式软体开发介绍
容器式软体开发介绍
Philip Zheng
?
VSCode Remote Development
VSCode Remote DevelopmentVSCode Remote Development
VSCode Remote Development
Philip Zheng
?
VSCode Remote Development 介紹
VSCode Remote Development 介紹VSCode Remote Development 介紹
VSCode Remote Development 介紹
Philip Zheng
?
Getting started with test automation
Getting started with test automationGetting started with test automation
Getting started with test automation
Ivan Wei
?
微軟 Hololens 混合現實平台開發
微軟 Hololens 混合現實平台開發微軟 Hololens 混合現實平台開發
微軟 Hololens 混合現實平台開發
Edward Kuo
?
TradingBot & Open Source 精神
TradingBot & Open Source 精神TradingBot & Open Source 精神
TradingBot & Open Source 精神
Philip Zheng
?
顿别惫翱辫蝉的神鬼奇航
顿别惫翱辫蝉的神鬼奇航顿别惫翱辫蝉的神鬼奇航
顿别惫翱辫蝉的神鬼奇航
Edward Kuo
?
基于Android ndk的软件开发介绍 放映
基于Android ndk的软件开发介绍 放映基于Android ndk的软件开发介绍 放映
基于Android ndk的软件开发介绍 放映
heyfluke
?
Microsoft Tech Summit 2017 - 制造业运用微软研发云实现云到端的 DevOps 架构
Microsoft Tech Summit  2017 - 制造业运用微软研发云实现云到端的 DevOps 架构Microsoft Tech Summit  2017 - 制造业运用微软研发云实现云到端的 DevOps 架构
Microsoft Tech Summit 2017 - 制造业运用微软研发云实现云到端的 DevOps 架构
Edward Kuo
?
十二项架构设计原则
十二项架构设计原则十二项架构设计原则
十二项架构设计原则
Philip Zheng
?
OpenStack ecosystem
OpenStack ecosystemOpenStack ecosystem
OpenStack ecosystem
OpenCity Community
?
玩轉 .NET Interactive Notebooks 一次就上手
玩轉 .NET Interactive Notebooks 一次就上手玩轉 .NET Interactive Notebooks 一次就上手
玩轉 .NET Interactive Notebooks 一次就上手
Poy Chang
?
App house
App houseApp house
App house
Fred Chien
?
與大師對談: 轉移到微服務架構必經之路 ~ 系統與資料庫重構
與大師對談: 轉移到微服務架構必經之路~ 系統與資料庫重構與大師對談: 轉移到微服務架構必經之路~ 系統與資料庫重構
與大師對談: 轉移到微服務架構必經之路 ~ 系統與資料庫重構
Andrew Wu
?
Dev ops 簡介
Dev ops 簡介Dev ops 簡介
Dev ops 簡介
hugo lu
?
[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops
[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops
[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops
Edward Kuo
?
K8s removes dockershime
K8s removes dockershimeK8s removes dockershime
K8s removes dockershime
Philip Zheng
?
微服务对滨罢人员的衝击
微服务对滨罢人员的衝击微服务对滨罢人员的衝击
微服务对滨罢人员的衝击
Philip Zheng
?
台指罢颈肠办大数据与程式化交易
台指罢颈肠办大数据与程式化交易台指罢颈肠办大数据与程式化交易
台指罢颈肠办大数据与程式化交易
Shih-chang Feng
?
Docker容器微服務 x WorkShop
Docker容器微服務 x WorkShopDocker容器微服務 x WorkShop
Docker容器微服務 x WorkShop
Philip Zheng
?
容器式软体开发介绍
容器式软体开发介绍容器式软体开发介绍
容器式软体开发介绍
Philip Zheng
?
VSCode Remote Development
VSCode Remote DevelopmentVSCode Remote Development
VSCode Remote Development
Philip Zheng
?
VSCode Remote Development 介紹
VSCode Remote Development 介紹VSCode Remote Development 介紹
VSCode Remote Development 介紹
Philip Zheng
?
Getting started with test automation
Getting started with test automationGetting started with test automation
Getting started with test automation
Ivan Wei
?
微軟 Hololens 混合現實平台開發
微軟 Hololens 混合現實平台開發微軟 Hololens 混合現實平台開發
微軟 Hololens 混合現實平台開發
Edward Kuo
?
TradingBot & Open Source 精神
TradingBot & Open Source 精神TradingBot & Open Source 精神
TradingBot & Open Source 精神
Philip Zheng
?
顿别惫翱辫蝉的神鬼奇航
顿别惫翱辫蝉的神鬼奇航顿别惫翱辫蝉的神鬼奇航
顿别惫翱辫蝉的神鬼奇航
Edward Kuo
?
基于Android ndk的软件开发介绍 放映
基于Android ndk的软件开发介绍 放映基于Android ndk的软件开发介绍 放映
基于Android ndk的软件开发介绍 放映
heyfluke
?
Microsoft Tech Summit 2017 - 制造业运用微软研发云实现云到端的 DevOps 架构
Microsoft Tech Summit  2017 - 制造业运用微软研发云实现云到端的 DevOps 架构Microsoft Tech Summit  2017 - 制造业运用微软研发云实现云到端的 DevOps 架构
Microsoft Tech Summit 2017 - 制造业运用微软研发云实现云到端的 DevOps 架构
Edward Kuo
?
十二项架构设计原则
十二项架构设计原则十二项架构设计原则
十二项架构设计原则
Philip Zheng
?
玩轉 .NET Interactive Notebooks 一次就上手
玩轉 .NET Interactive Notebooks 一次就上手玩轉 .NET Interactive Notebooks 一次就上手
玩轉 .NET Interactive Notebooks 一次就上手
Poy Chang
?
與大師對談: 轉移到微服務架構必經之路 ~ 系統與資料庫重構
與大師對談: 轉移到微服務架構必經之路~ 系統與資料庫重構與大師對談: 轉移到微服務架構必經之路~ 系統與資料庫重構
與大師對談: 轉移到微服務架構必經之路 ~ 系統與資料庫重構
Andrew Wu
?
Dev ops 簡介
Dev ops 簡介Dev ops 簡介
Dev ops 簡介
hugo lu
?
[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops
[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops
[ Study4TW Visual Studio Everywhere ] Vsts + microsoft teams 建構企業的Devops
Edward Kuo
?

Viewers also liked (20)

程式交易經驗分享系列(3) 策略最佳化及wfa法
程式交易經驗分享系列(3)   策略最佳化及wfa法程式交易經驗分享系列(3)   策略最佳化及wfa法
程式交易經驗分享系列(3) 策略最佳化及wfa法
Philip Zheng
?
Docker on Raspberry Pi and CoreOS
Docker on Raspberry Pi and CoreOSDocker on Raspberry Pi and CoreOS
Docker on Raspberry Pi and CoreOS
Philip Zheng
?
Docker all the things
Docker all the thingsDocker all the things
Docker all the things
Philip Zheng
?
TradingBot of Maker Faire
TradingBot of Maker FaireTradingBot of Maker Faire
TradingBot of Maker Faire
Philip Zheng
?
What's Wrong With Deep Learning?
What's Wrong With Deep Learning?What's Wrong With Deep Learning?
What's Wrong With Deep Learning?
Philip Zheng
?
手把手帶你學 Docker 入門篇
手把手帶你學 Docker 入門篇手把手帶你學 Docker 入門篇
手把手帶你學 Docker 入門篇
Philip Zheng
?
時代在變 Docker 要會:台北 Docker 一日入門篇
時代在變 Docker 要會:台北 Docker 一日入門篇時代在變 Docker 要會:台北 Docker 一日入門篇
時代在變 Docker 要會:台北 Docker 一日入門篇
Philip Zheng
?
程式交易經驗分享系列(1) 程式交易簡介及條件
程式交易經驗分享系列(1)   程式交易簡介及條件程式交易經驗分享系列(1)   程式交易簡介及條件
程式交易經驗分享系列(1) 程式交易簡介及條件
Philip Zheng
?
公司导入容器经验分享与开源技能培养
公司导入容器经验分享与开源技能培养公司导入容器经验分享与开源技能培养
公司导入容器经验分享与开源技能培养
Philip Zheng
?
程式交易經驗分享系列(4) 下單機設定及系列回顧
程式交易經驗分享系列(4)   下單機設定及系列回顧程式交易經驗分享系列(4)   下單機設定及系列回顧
程式交易經驗分享系列(4) 下單機設定及系列回顧
Philip Zheng
?
Docker 進階實務班
Docker 進階實務班Docker 進階實務班
Docker 進階實務班
Philip Zheng
?
人工智能在量化投资分析中的实践
人工智能在量化投资分析中的实践人工智能在量化投资分析中的实践
人工智能在量化投资分析中的实践
Philip Zheng
?
容器与资料科学应用
容器与资料科学应用容器与资料科学应用
容器与资料科学应用
Philip Zheng
?
容器与滨辞罢端点应用
容器与滨辞罢端点应用容器与滨辞罢端点应用
容器与滨辞罢端点应用
Philip Zheng
?
桃园市教育局顿辞肠办别谤技术入门与实作
桃园市教育局顿辞肠办别谤技术入门与实作桃园市教育局顿辞肠办别谤技术入门与实作
桃园市教育局顿辞肠办别谤技术入门与实作
Philip Zheng
?
Docker For Dummies
Docker For DummiesDocker For Dummies
Docker For Dummies
Philip Zheng
?
顿辞肠办别谤研习营
顿辞肠办别谤研习营顿辞肠办别谤研习营
顿辞肠办别谤研习营
Philip Zheng
?
rJava
rJavarJava
rJava
Philip Zheng
?
Docker basic on azure
Docker basic on azureDocker basic on azure
Docker basic on azure
Philip Zheng
?
程式交易經驗分享系列(2) 交易策略開發步驟
程式交易經驗分享系列(2)   交易策略開發步驟程式交易經驗分享系列(2)   交易策略開發步驟
程式交易經驗分享系列(2) 交易策略開發步驟
Philip Zheng
?
程式交易經驗分享系列(3) 策略最佳化及wfa法
程式交易經驗分享系列(3)   策略最佳化及wfa法程式交易經驗分享系列(3)   策略最佳化及wfa法
程式交易經驗分享系列(3) 策略最佳化及wfa法
Philip Zheng
?
Docker on Raspberry Pi and CoreOS
Docker on Raspberry Pi and CoreOSDocker on Raspberry Pi and CoreOS
Docker on Raspberry Pi and CoreOS
Philip Zheng
?
Docker all the things
Docker all the thingsDocker all the things
Docker all the things
Philip Zheng
?
TradingBot of Maker Faire
TradingBot of Maker FaireTradingBot of Maker Faire
TradingBot of Maker Faire
Philip Zheng
?
What's Wrong With Deep Learning?
What's Wrong With Deep Learning?What's Wrong With Deep Learning?
What's Wrong With Deep Learning?
Philip Zheng
?
手把手帶你學 Docker 入門篇
手把手帶你學 Docker 入門篇手把手帶你學 Docker 入門篇
手把手帶你學 Docker 入門篇
Philip Zheng
?
時代在變 Docker 要會:台北 Docker 一日入門篇
時代在變 Docker 要會:台北 Docker 一日入門篇時代在變 Docker 要會:台北 Docker 一日入門篇
時代在變 Docker 要會:台北 Docker 一日入門篇
Philip Zheng
?
程式交易經驗分享系列(1) 程式交易簡介及條件
程式交易經驗分享系列(1)   程式交易簡介及條件程式交易經驗分享系列(1)   程式交易簡介及條件
程式交易經驗分享系列(1) 程式交易簡介及條件
Philip Zheng
?
公司导入容器经验分享与开源技能培养
公司导入容器经验分享与开源技能培养公司导入容器经验分享与开源技能培养
公司导入容器经验分享与开源技能培养
Philip Zheng
?
程式交易經驗分享系列(4) 下單機設定及系列回顧
程式交易經驗分享系列(4)   下單機設定及系列回顧程式交易經驗分享系列(4)   下單機設定及系列回顧
程式交易經驗分享系列(4) 下單機設定及系列回顧
Philip Zheng
?
Docker 進階實務班
Docker 進階實務班Docker 進階實務班
Docker 進階實務班
Philip Zheng
?
人工智能在量化投资分析中的实践
人工智能在量化投资分析中的实践人工智能在量化投资分析中的实践
人工智能在量化投资分析中的实践
Philip Zheng
?
容器与资料科学应用
容器与资料科学应用容器与资料科学应用
容器与资料科学应用
Philip Zheng
?
容器与滨辞罢端点应用
容器与滨辞罢端点应用容器与滨辞罢端点应用
容器与滨辞罢端点应用
Philip Zheng
?
桃园市教育局顿辞肠办别谤技术入门与实作
桃园市教育局顿辞肠办别谤技术入门与实作桃园市教育局顿辞肠办别谤技术入门与实作
桃园市教育局顿辞肠办别谤技术入门与实作
Philip Zheng
?
顿辞肠办别谤研习营
顿辞肠办别谤研习营顿辞肠办别谤研习营
顿辞肠办别谤研习营
Philip Zheng
?
Docker basic on azure
Docker basic on azureDocker basic on azure
Docker basic on azure
Philip Zheng
?
程式交易經驗分享系列(2) 交易策略開發步驟
程式交易經驗分享系列(2)   交易策略開發步驟程式交易經驗分享系列(2)   交易策略開發步驟
程式交易經驗分享系列(2) 交易策略開發步驟
Philip Zheng
?

Similar to Trading bot演算法與軟工在程式交易上的實踐 (20)

Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目
Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目
Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目
Poy Chang
?
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
Meng-Ru (Raymond) Tsai
?
Building Chatbot With Huggging Face
 				Building Chatbot With Huggging Face 				Building Chatbot With Huggging Face
Building Chatbot With Huggging Face
Ko Ko
?
用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗
用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗
用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗
Ko Ko
?
Introduction Hugging face.pdf
Introduction Hugging face.pdfIntroduction Hugging face.pdf
Introduction Hugging face.pdf
Ko Ko
?
聊天機器人概論 Introduce to chat bot sevices
聊天機器人概論 Introduce to chat bot sevices聊天機器人概論 Introduce to chat bot sevices
聊天機器人概論 Introduce to chat bot sevices
Duran Hsieh
?
簡單小步驟,輕鬆觀賞 Virtual Show
簡單小步驟,輕鬆觀賞 Virtual Show簡單小步驟,輕鬆觀賞 Virtual Show
簡單小步驟,輕鬆觀賞 Virtual Show
advantech2012
?
如何使用微软笔辞飞别谤系列服务的看法
如何使用微软笔辞飞别谤系列服务的看法如何使用微软笔辞飞别谤系列服务的看法
如何使用微软笔辞飞别谤系列服务的看法
Edward Kuo
?
20230830 淺談 Azure OpenAI.pdf
20230830 淺談 Azure OpenAI.pdf20230830 淺談 Azure OpenAI.pdf
20230830 淺談 Azure OpenAI.pdf
Ko Ko
?
Data 2
Data 2Data 2
Data 2
imcelina
?
Agile tour 2014 - Coding Dojo with C# and TDD
Agile tour 2014 - Coding Dojo with C# and TDDAgile tour 2014 - Coding Dojo with C# and TDD
Agile tour 2014 - Coding Dojo with C# and TDD
AgileCommunity
?
Agile tour Taipei 2014 - coding dojo with CSharp and TDD
Agile tour Taipei 2014 - coding dojo with CSharp and TDDAgile tour Taipei 2014 - coding dojo with CSharp and TDD
Agile tour Taipei 2014 - coding dojo with CSharp and TDD
Joey Chen
?
容器式基础架构介绍
容器式基础架构介绍容器式基础架构介绍
容器式基础架构介绍
Philip Zheng
?
[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用
[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用
[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用
Edward Kuo
?
twMVC#42 讓我們用一種方式來開發吧
twMVC#42 讓我們用一種方式來開發吧twMVC#42 讓我們用一種方式來開發吧
twMVC#42 讓我們用一種方式來開發吧
twMVC
?
Bot Framework 和它的快樂夥伴Composer
Bot Framework 和它的快樂夥伴ComposerBot Framework 和它的快樂夥伴Composer
Bot Framework 和它的快樂夥伴Composer
Ko Ko
?
2012 Phind Corp. 公司簡介
2012 Phind Corp. 公司簡介2012 Phind Corp. 公司簡介
2012 Phind Corp. 公司簡介
Chia-Yu Kuo
?
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
Alan Tsai
?
Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用
Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用
Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用
Yun-Yao Chen
?
快速打造個人化綠能色聯網(Green IoT)
快速打造個人化綠能色聯網(Green IoT)快速打造個人化綠能色聯網(Green IoT)
快速打造個人化綠能色聯網(Green IoT)
Dofi Lab
?
Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目
Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目
Global Azure Bootcamp @ 廣州 - 智能聊天機器人四代目
Poy Chang
?
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
Meng-Ru (Raymond) Tsai
?
Building Chatbot With Huggging Face
 				Building Chatbot With Huggging Face 				Building Chatbot With Huggging Face
Building Chatbot With Huggging Face
Ko Ko
?
用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗
用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗
用 C# 與 .NET 也能打造機器學習模型:你所不知道的 ML.NET 初體驗
Ko Ko
?
Introduction Hugging face.pdf
Introduction Hugging face.pdfIntroduction Hugging face.pdf
Introduction Hugging face.pdf
Ko Ko
?
聊天機器人概論 Introduce to chat bot sevices
聊天機器人概論 Introduce to chat bot sevices聊天機器人概論 Introduce to chat bot sevices
聊天機器人概論 Introduce to chat bot sevices
Duran Hsieh
?
簡單小步驟,輕鬆觀賞 Virtual Show
簡單小步驟,輕鬆觀賞 Virtual Show簡單小步驟,輕鬆觀賞 Virtual Show
簡單小步驟,輕鬆觀賞 Virtual Show
advantech2012
?
如何使用微软笔辞飞别谤系列服务的看法
如何使用微软笔辞飞别谤系列服务的看法如何使用微软笔辞飞别谤系列服务的看法
如何使用微软笔辞飞别谤系列服务的看法
Edward Kuo
?
20230830 淺談 Azure OpenAI.pdf
20230830 淺談 Azure OpenAI.pdf20230830 淺談 Azure OpenAI.pdf
20230830 淺談 Azure OpenAI.pdf
Ko Ko
?
Agile tour 2014 - Coding Dojo with C# and TDD
Agile tour 2014 - Coding Dojo with C# and TDDAgile tour 2014 - Coding Dojo with C# and TDD
Agile tour 2014 - Coding Dojo with C# and TDD
AgileCommunity
?
Agile tour Taipei 2014 - coding dojo with CSharp and TDD
Agile tour Taipei 2014 - coding dojo with CSharp and TDDAgile tour Taipei 2014 - coding dojo with CSharp and TDD
Agile tour Taipei 2014 - coding dojo with CSharp and TDD
Joey Chen
?
容器式基础架构介绍
容器式基础架构介绍容器式基础架构介绍
容器式基础架构介绍
Philip Zheng
?
[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用
[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用
[2021 DevDays]Microsoft Teams 整合 Azure DevOps之實務應用
Edward Kuo
?
twMVC#42 讓我們用一種方式來開發吧
twMVC#42 讓我們用一種方式來開發吧twMVC#42 讓我們用一種方式來開發吧
twMVC#42 讓我們用一種方式來開發吧
twMVC
?
Bot Framework 和它的快樂夥伴Composer
Bot Framework 和它的快樂夥伴ComposerBot Framework 和它的快樂夥伴Composer
Bot Framework 和它的快樂夥伴Composer
Ko Ko
?
2012 Phind Corp. 公司簡介
2012 Phind Corp. 公司簡介2012 Phind Corp. 公司簡介
2012 Phind Corp. 公司簡介
Chia-Yu Kuo
?
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
初探 Prompt Flow 開發生成式 AI 應用的利器 | R-Ladies Taipei
Alan Tsai
?
Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用
Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用
Manufacturing on Cloud- Applications and Discussions; 製造在雲端- 漫談智慧雲在製造產業的應用
Yun-Yao Chen
?
快速打造個人化綠能色聯網(Green IoT)
快速打造個人化綠能色聯網(Green IoT)快速打造個人化綠能色聯網(Green IoT)
快速打造個人化綠能色聯網(Green IoT)
Dofi Lab
?

More from Philip Zheng (6)

Solo Leveling with Cursor by Philipz 鄭淳尹
Solo Leveling with Cursor by Philipz 鄭淳尹Solo Leveling with Cursor by Philipz 鄭淳尹
Solo Leveling with Cursor by Philipz 鄭淳尹
Philip Zheng
?
从零开始做架构图
从零开始做架构图从零开始做架构图
从零开始做架构图
Philip Zheng
?
Apahce Ignite
Apahce IgniteApahce Ignite
Apahce Ignite
Philip Zheng
?
Cloud Native Practice
Cloud Native PracticeCloud Native Practice
Cloud Native Practice
Philip Zheng
?
容器與 Gitlab CI 應用
容器與 Gitlab CI 應用容器與 Gitlab CI 應用
容器與 Gitlab CI 應用
Philip Zheng
?
Docker & GitLab
Docker & GitLabDocker & GitLab
Docker & GitLab
Philip Zheng
?
Solo Leveling with Cursor by Philipz 鄭淳尹
Solo Leveling with Cursor by Philipz 鄭淳尹Solo Leveling with Cursor by Philipz 鄭淳尹
Solo Leveling with Cursor by Philipz 鄭淳尹
Philip Zheng
?
从零开始做架构图
从零开始做架构图从零开始做架构图
从零开始做架构图
Philip Zheng
?
Cloud Native Practice
Cloud Native PracticeCloud Native Practice
Cloud Native Practice
Philip Zheng
?
容器與 Gitlab CI 應用
容器與 Gitlab CI 應用容器與 Gitlab CI 應用
容器與 Gitlab CI 應用
Philip Zheng
?

Trading bot演算法與軟工在程式交易上的實踐