Difference between revisions of "Finding Paul Revere"

From
Jump to: navigation, search
(Helpful Items)
(Helpful Items)
Line 22: Line 22:
 
<youtube>qOVz_dVbTrE</youtube>
 
<youtube>qOVz_dVbTrE</youtube>
  
== Helpful Items ==
+
== To play... get resources ==
1. Obtain a [[Colaboratory]] account; Note: [http://colab.research.google.com/notebooks/welcome.ipynb#recent=true Open to recent files]
 
  
2. Setup [https://drive.google.com/drive/my-drive Colab app in your Google Drive account] by watching 1:45 minutes into this video:
+
1. Download from [https://github.com/kjhealy/revere Kieran Healy files for reference | Github]
  
<youtube>1EHWYTUL6vU</youtube>
+
2. Download from [https://github.com/mdmurph/CS570_MBERNICO_cloned Mark Bernnico's cloned files | GitHub]
 +
 
 +
3. Upload to your Google Drive [http://colab.research.google.com/drive/1XbQFxMRNcSyydY6PfuWxge2F_qDGFYS7#scrollTo=uxtVGpRWQ9wv Boston - 1776.ipynb & PaulRevereAppD.csv]
 +
 
 +
=== Notebook Setup ===
  
3. Download from [https://github.com/kjhealy/revere Kieran Healy files for reference | Github]
+
4. Obtain a [[Colaboratory]] account; Note: [http://colab.research.google.com/notebooks/welcome.ipynb#recent=true Open to recent files]
  
4. Download from [https://github.com/mdmurph/CS570_MBERNICO_cloned Mark Bernnico's cloned files | GitHub]
+
5. Setup [https://drive.google.com/drive/my-drive Colab app in your Google Drive account] by watching 1:45 minutes into this video:
  
5. Upload to your Google Drive [http://colab.research.google.com/drive/1XbQFxMRNcSyydY6PfuWxge2F_qDGFYS7#scrollTo=uxtVGpRWQ9wv Boston - 1776.ipynb and PaulRevereAppD.csv]
+
<youtube>1EHWYTUL6vU</youtube>
  
 
6. How to upload from a local file on your computer to Colab by watching the following video, and   
 
6. How to upload from a local file on your computer to Colab by watching the following video, and   
[https://colab.research.google.com/notebooks/io.ipynb#scrollTo=BaCkyg5CV5jF from this Colab's Help Notebook 'Copy and Paste' per the video]
+
[https://colab.research.google.com/notebooks/io.ipynb#scrollTo=BaCkyg5CV5jF from this Colab's Help Notebook 'Copy and Paste' into new cells per the video]
  
 
<youtube>SHYAQHDQoU4</youtube>
 
<youtube>SHYAQHDQoU4</youtube>
  
7. Note: As you step though the notebook, you will need to put parenthesis around two print statements.
+
7. Note: As you step though the notebook, you will need to put parenthesis around two print statements; print(people_x_groups.shape) & print(groups_x_people.shape)
 +
 
 +
8. Save your notebook; File | Save
 +
 
 +
=== Functional Explanations ===
 +
 
 +
* [[Dot Product]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
  
 +
=== Optional using Google Drive for datastore ===
  
 
Option 6b. How to upload from a local file on your computer to Colab by watching 6:30 minutes into the same video.  [https://colab.research.google.com/notebooks/io.ipynb#scrollTo=p2E4EKhCWEC5 From this Colab's Help Notebook 'Copy and Paste' per the video]
 
Option 6b. How to upload from a local file on your computer to Colab by watching 6:30 minutes into the same video.  [https://colab.research.google.com/notebooks/io.ipynb#scrollTo=p2E4EKhCWEC5 From this Colab's Help Notebook 'Copy and Paste' per the video]

Revision as of 21:00, 16 July 2019

YouTube search... ...Google search

London, 1772.

I have been asked by my superiors to give a brief demonstration of the surprising effectiveness of even the simplest techniques of the new-fangled Social Networke Analysis in the pursuit of those who would seek to undermine the liberty enjoyed by His Majesty’s subjects. This is in connection with the discussion of the role of “metadata” in certain recent events and the assurances of various respectable parties that the government was merely “sifting through this so-called metadata” and that the “information acquired does not include the content of any communications”. I will show how we can use this “metadata” to find key persons involved in terrorist groups operating within the Colonies at the present time. I shall also endeavour to show how these methods work in what might be called a relational manner...

revere-closeup.png

To play... get resources

1. Download from Kieran Healy files for reference | Github

2. Download from Mark Bernnico's cloned files | GitHub

3. Upload to your Google Drive Boston - 1776.ipynb & PaulRevereAppD.csv

Notebook Setup

4. Obtain a Colaboratory account; Note: Open to recent files

5. Setup Colab app in your Google Drive account by watching 1:45 minutes into this video:

6. How to upload from a local file on your computer to Colab by watching the following video, and from this Colab's Help Notebook 'Copy and Paste' into new cells per the video

7. Note: As you step though the notebook, you will need to put parenthesis around two print statements; print(people_x_groups.shape) & print(groups_x_people.shape)

8. Save your notebook; File | Save

Functional Explanations




Optional using Google Drive for datastore

Option 6b. How to upload from a local file on your computer to Colab by watching 6:30 minutes into the same video. From this Colab's Help Notebook 'Copy and Paste' per the video