From c3aaddf9cf8aaeb477595d2c6de869e52789f1bc Mon Sep 17 00:00:00 2001 From: Benjamin Main Date: Wed, 10 Nov 2021 16:34:02 -0600 Subject: [PATCH] feat(1.2-HistoryOfML): Add to history of ml. --- 1-Introduction/2-history-of-ML/index.html | 24 ++++++++ 1-Introduction/2-history-of-ML/timeline.json | 59 ++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 1-Introduction/2-history-of-ML/index.html create mode 100644 1-Introduction/2-history-of-ML/timeline.json diff --git a/1-Introduction/2-history-of-ML/index.html b/1-Introduction/2-history-of-ML/index.html new file mode 100644 index 00000000..937dd9d9 --- /dev/null +++ b/1-Introduction/2-history-of-ML/index.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/1-Introduction/2-history-of-ML/timeline.json b/1-Introduction/2-history-of-ML/timeline.json new file mode 100644 index 00000000..7467ee75 --- /dev/null +++ b/1-Introduction/2-history-of-ML/timeline.json @@ -0,0 +1,59 @@ +{ + "title": { + "media": { + "url": "https://static01.nyt.com/images/2011/02/17/us/17jeopardy_337-span/17jeopardy_337-span-jumbo.jpg?quality=75&auto=webp", + "caption": "Watson on Jeopardy", + "credit": "flickr/New York Times" + }, + "text": { + "headline": "History Of Machine Learning
1963 - 2012", + "text": "

A History of machine learing

" + } + }, + "events": [ + { + "media": { + "url": "https://miro.medium.com/max/4560/0*3jGv1es40NHPcTE3.jpg", + "caption": "Dem boys: Marvin Minsky, Claude Shannon, Ray Solomonoff and other scientists at the Dartmouth Summer Research Project on Artificial Intelligence (Photo: Margaret Minsky)", + "credit": "(Photo: Margaret Minsky)" + }, + "start_date": { + "month": "8", + "day": "9", + "year": "1956" + }, + "text": { + "headline": "A Beginning", + "text": "

The Dartmouth Summer Research Project on Artificial Intelligence was a summer workshop widely considered to be the founding moment of artificial intelligence as a field of research

" + } + }, + { + "media": { + "url": "https://upload.wikimedia.org/wikipedia/commons/7/79/ELIZA_conversation.png", + "caption": "Eliza", + "credit": "Wikipedia" + }, + "start_date": { + "year": "1966" + }, + "text": { + "headline": "First Natural Language Processing", + "text": "NLP. But it sucks." + } + }, + { + "media": { + "url": "https://www.youtube.com/watch?v=P18EdAKuC1U", + "caption": "Watson on Jeopardy", + "credit": "IBM" + }, + "start_date": { + "year": "20111" + }, + "text": { + "headline": "Watson", + "text": "Watson destroys Ken and Brad." + } + } + ] +} \ No newline at end of file