- Supervised Machine Learning with Python
- Taylor Smith
- 91字
- 2021-06-24 14:01:05
Hill climbing and loss functions
In the last section, we got comfortable with the idea of supervised machine learning. Now, we will learn how exactly a machine learns underneath the hood. This section is going to examine a common optimization technique used by many machine learning algorithms, called hill climbing. It is predicated on the fact that each problem has an ideal state and a way to measure how close or how far we are from that. It is important to note that not all machine learning algorithms use this approach.
推薦閱讀
- Word 2003、Excel 2003、PowerPoint 2003上機指導與練習
- Introduction to DevOps with Kubernetes
- Learning Apache Cassandra(Second Edition)
- 大數據技術入門(第2版)
- JMAG電機電磁仿真分析與實例解析
- PostgreSQL Administration Essentials
- JBoss ESB Beginner’s Guide
- 數據挖掘方法及天體光譜挖掘技術
- 運動控制器與交流伺服系統的調試和應用
- JavaScript典型應用與最佳實踐
- 影視后期編輯與合成
- Pentaho Analytics for MongoDB
- Mastering Geospatial Analysis with Python
- 基于敏捷開發的數據結構研究
- 深度學習原理與 TensorFlow實踐