- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 103字
- 2021-06-24 14:23:11
Data gathering
We need to obtain data and organize it appropriately for the current problem (in our example, this could mean building a dataset linking users to songs they've listened to in the past). Depending on the size of the data, we might pick different technologies for storing the data. For example, it might be fine to train on a local machine using scikit-learn if we're working through a few million records. However, if the data doesn't fit on a single computer, then we must consider AWS solutions such as S3 for storage and Apache Spark, or SageMaker's built-in algorithms for model building.
推薦閱讀
- Android NDK Game Development Cookbook
- 硬件產品經理手冊:手把手構建智能硬件產品
- Mastering Manga Studio 5
- 龍芯自主可信計算及應用
- Spring Cloud微服務和分布式系統實踐
- Blender Game Engine:Beginner's Guide
- 單片微機原理及應用
- The Artificial Intelligence Infrastructure Workshop
- 觸摸屏應用技術從入門到精通
- 微控制器的應用
- Blender 3D By Example
- Zabbix 4 Network Monitoring
- MicroPython Cookbook
- Arduino案例實戰(卷Ⅳ)
- PIC系列單片機的流碼編程