- 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.
推薦閱讀
- Istio入門與實(shí)戰(zhàn)
- Augmented Reality with Kinect
- 電腦軟硬件維修大全(實(shí)例精華版)
- OUYA Game Development by Example
- Mastering Adobe Photoshop Elements
- The Deep Learning with Keras Workshop
- 微服務(wù)分布式架構(gòu)基礎(chǔ)與實(shí)戰(zhàn):基于Spring Boot + Spring Cloud
- 筆記本電腦維修300問
- “硬”核:硬件產(chǎn)品成功密碼
- Hands-On Motion Graphics with Adobe After Effects CC
- Hands-On Deep Learning for Images with TensorFlow
- Arduino項(xiàng)目案例:游戲開發(fā)
- Drupal Rules How-to
- Learning Less.js
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)