- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 199字
- 2021-08-13 15:53:06
Our First Analysis - The Boston Housing Dataset
So far, this chapter has focused on the features and basic usage of Jupyter. Now, we'll put this into practice and do some data exploration and analysis.
The dataset we'll look at in this section is the so-called Boston housing dataset. It contains US census data concerning houses in various areas around the city of Boston. Each sample corresponds to a unique area and has about a dozen measures. We should think of samples as rows and measures as columns. The data was first published in 1978 and is quite small, containing only about 500 samples.
Now that we know something about the context of the dataset, let's decide on a rough plan for the exploration and analysis. If applicable, this plan would accommodate the relevant question(s) under study. In this case, the goal is not to answer a question but to instead show Jupyter in action and illustrate some basic data analysis methods.
Our general approach to this analysis will be to do the following:
- Load the data into Jupyter using a Pandas DataFrame
- Quantitatively understand the features
- Look for patterns and generate questions
- Answer the questions to the problems
- Apache ZooKeeper Essentials
- TypeScript Blueprints
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 基于Java技術的Web應用開發
- PostgreSQL Replication(Second Edition)
- Learning Salesforce Einstein
- Learning FuelPHP for Effective PHP Development
- 愛上micro:bit
- Mastering C++ Multithreading
- Programming with CodeIgniterMVC
- Spring Security Essentials
- SQL Server on Linux
- Java自然語言處理(原書第2版)
- Mastering OpenStack
- 和孩子一起學編程:用Scratch玩Minecraft我的世界