- Deep Learning Quick Reference
- Mike Bernico
- 106字
- 2021-06-24 18:40:09
Defining our example problem
In our example problem, we will be using a wine quality dataset created by P. Cortez et al. (https://archive.ics.uci.edu/ml/datasets/wine+quality). We will be predicting the percentage of alcohol present in the white wine data, given the wine's 10 other chemical traits.
There are 4,898 total observations or elements in this dataset, which is perhaps large for a classic regression problem but it's quite small for a deep learning problem.
Some quick exploratory data analysis will tell us that the 10 chemical traits we'll be using to predict alcohol content are all continuous variables, on various scales.
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 人工智能超越人類
- 智能傳感器技術與應用
- 腦動力:C語言函數速查效率手冊
- Linux Mint System Administrator’s Beginner's Guide
- 輕松學Java
- Hands-On Cloud Solutions with Azure
- Supervised Machine Learning with Python
- PVCBOT機器人控制技術入門
- 會聲會影X4中文版從入門到精通
- FANUC工業機器人配置與編程技術
- Java組件設計
- 分布式Java應用
- Java Deep Learning Projects
- R Statistics Cookbook