上課時間
修課班級
課程資訊
選課分析
| 作業 | 30 | |
| 期中考試 | 30 | |
| 期末分組報告 | 30 | |
| 出席狀況與平時表現 | 10 |
Machine learning is the science of data analysis that enables computers to learn without being explicitly programmed. From the computer science point of view, unlike computational statistics dealing with prediction-making or data mining focusing on data-exploring, machine learning uses data to iteratively detect patterns and adjust models accordingly. This introductory course provides students an overview of the field of machine learning, as well as of its fundamental concepts and algorithms from practical perspective. Usually, machine learning algorithms are categorized as being supervised or unsupervised. Some of the important topics include (1) Supervised learning (Linear and Logistic Regressions, Classification and Regression Trees, Support Vector Machines, and Neural Networks). (2) Unsupervised learning (Association Rules and Cluster Analysis). (3) Others (Boosting and Random Forests).
這門課程主要介紹「機器學習」所需處理的各類問題,以及所使用的分析方法和模型。課程將以簡單的概念與理論講解各類方法與模型,並以 Python 進行演示。課程結束後,學生們將能夠運用「機器學習」的方法進行分析與建模。
1. James, G., Witten, D., Hastie, T., Tibshirani, R., & Taylor, J. (2023). An introduction to statistical learning: With applications in python. Springer Nature.
2. Géron, A. (2022). Hands-on machine learning with Scikit-Learn, Keras, and TensorFlow. " O'Reilly Media, Inc.".