You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/3-Web-App/translations
Theodore Cooper faa77147a7
Add files via upload
2 years ago
..
README.es.md (spanish) - 3-Web-App/README.md (#511) 2 years ago
README.hi.md [Hi-Hindi] Translation for Web App base README (#409) 3 years ago
README.it.md Italian Translation - Chapter 3 complete 3 years ago
README.ja.md feat: add ja 3. readme 3 years ago
README.ko.md FIX : replace chapter readme ko translation file 3 years ago
README.pt-br.md Add PT-BR Translation: Web App (#424) 3 years ago
README.pt.md Translated files in Web-App to pt (#398) 3 years ago
README.ru.md fix markdown issues and improve wordings in Russian transaltions (#381) 3 years ago
README.zh-cn.md add chapter 4-3 zh translation and tune some trans (#420) 3 years ago
README.zh-tw.md Add files via upload 2 years ago

README.zh-tw.md

構建一個 Web 應用程序來使用您的機器學習模型

課程的本章節將為您介紹機器學習的應用:如何保存您的 Scikit-learn 模型為文件以便在 Web 應用程序中使用該模型進行預測。模型保存後,您將學習如何在一個由 Flask 構建的 Web 應用程序中使用它。首先,您將會使用一些 UFO 目擊事件的數據去創建一個模型!然後,您將構建一個 Web 應用程序,這個應用程序能讓您輸入秒數,經度,緯度來預測哪個國家會報告 UFO 目擊事件。

UFO Parking

圖片由 Michael Herren 拍攝,來自 Unsplash

教程

  1. 構建一個 Web 應用程序

致謝

"構建一個 Web 應用程序" 由 Jen Looper 用 ♥ 編寫️

測驗由 Rohan Raj 用 ♥️ 編寫

數據集來自 Kaggle

Web 應用程序的架構一部分參考了 Abhinav Sagar 的文章倉庫