- Machine Learning with scikit:learn Quick Start Guide
- Kevin Jolly
- 224字
- 2021-06-24 18:15:54
Predicting Categories with K-Nearest Neighbors
The k-Nearest Neighbors (k-NN) algorithm is a form of supervised machine learning that is used to predict categories. In this chapter, you will learn about the following:
- Preparing a dataset for machine learning with scikit-learn
- How the k-NN algorithm works under the hood
- Implementing your first k-NN algorithm to predict a fraudulent transaction
- Fine-tuning the parameters of the k-NN algorithm
- Scaling your data for optimized performance
The k-NN algorithm has a wide range of applications in the field of classification and supervised machine learning. Some of the real-world applications for this algorithm include predicting loan defaults and credit-based fraud in the financial industry and predicting whether a patient has cancer in the healthcare industry.
This book's design facilitates the implementation of a robust machine learning pipeline for each and every algorithm mentioned in the book, and a Jupyter Notebook will be required.
The Jupyter Notebook can be installed on your local machine by following the instructions provided at: https://jupyter.org/install.html.
Alternatively, you can also work with the Jupyter Notebook in the browser by using: https://jupyter.org/try.
- Ansible Configuration Management
- 腦動力:Linux指令速查效率手冊
- Mastering Matplotlib 2.x
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 數據產品經理:解決方案與案例分析
- CorelDRAW X4中文版平面設計50例
- Storm應用實踐:實時事務處理之策略
- PVCBOT機器人控制技術入門
- Machine Learning with the Elastic Stack
- DevOps Bootcamp
- 嵌入式操作系統原理及應用
- Hands-On Dashboard Development with QlikView
- 貫通Hibernate開發
- Xilinx FPGA高級設計及應用
- 30天學通Java Web項目案例開發