You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presents what metadata is and how it can be used to track people even though
78
+
it is often thought of as less of a problem than typical stored data.
79
+
80
+
*[A visual introduction to machine learning](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/)
81
+
provide a spectacular example of
82
+
[data visualization](/data-visualization.html) to explain what a machine
83
+
learning model does on a San Francisco and New York housing data set.
84
+
85
+
*[Earthquake recurrence and survival analysis: How long should we wait for an overdue earthquake?](http://rocksandwater.net/blog/2016/07/wrightwood-recurrence/)
86
+
combines earthquake data with questions around earthquake recurrence
87
+
probabilities to tell its story.
88
+
89
+
90
+
### Example data sets
91
+
Looking for freely-available data to use in your projects but aren't
92
+
sure where to get it? The following links have large free, open data
93
+
sets.
94
+
95
+
* Check out the
96
+
[awesome public datasets](https://github.com/awesomedata/awesome-public-datasets)
97
+
project repository for data in many different categories ranging from
Copy file name to clipboardExpand all lines: content/pages/03-data/15-data-analysis.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,11 @@ libraries from scratch.
72
72
to show the most-commented issues and issues by version number
73
73
throughout the project's history.
74
74
75
+
*[Divergent and Convergent Phases of Data Analysis](https://simplystatistics.org/2018/09/14/divergent-and-convergent-phases-of-data-analysis/)
76
+
examines the flow most people doing data science and analysis projects
77
+
go through during the exploration, synthesis, modeling and narration
78
+
phases.
79
+
75
80
*[Gender Distribution in North Korean Posters with Convolutional Neural Networks](http://digitalnk.com/blog/2017/09/30/gender-distribution-in-north-korean-posters/)
76
81
is a fascinating post that uses convolutional neural networks as a
77
82
mechanism to identify gender by faces in North Korean posters. The
0 commit comments