Skip to content

Solutions to the Introduction to Data Science Coursera course problems.

Notifications You must be signed in to change notification settings

calvdee/coursera-data-sci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Introduction to Data Science Solutions

My solutions for the Introduction to Data Science Coursera course.

Assignment 1 - Twitter Sentiment Analysis in Python

Complete Twitter sentiment analysis that involves collecting data from the Twitter API and computing sentiment or "mood" scores from the tweets.

Assignment 2 - Relational Databases, Relational Algebra

Complete Implementing different relational algebra operations, keyword search using a term document matrix and matrix multiplication all using SQL.

Assignment 3 - Map Reduce

Complete Using a mock implementation of MapReduce (written in Python) to complete various tasks that are good use-cases for this large-scale data processing programming model. Includes joins, DNA sequence trimming, and matrix multiplication.

About

Solutions to the Introduction to Data Science Coursera course problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages