The following problems are taken from the projects / assignments in the edX course Python for Data Science and the coursera course Applied Machine Learning in Python (UMich).
● The IMDB Movie Dataset (MovieLens 20M) is used for the analysis.
● The dataset is downloaded from …
Added by Sandipan Dey on December 16, 2017 at 1:30pm — 5 Comments
he following problems are taken from a few assignments from the coursera courses Introduction to Deep Learning (by Higher School of Economics) and Neural Networks and Deep Learning (by Prof Andrew Ng, deeplearning.ai). The problem descriptions are taken straightaway from the assignments.
Added by Sandipan Dey on November 25, 2017 at 2:00pm — 4 Comments
The following problems appeared as a programming assignment in the Computation Photography course (CS445) at UIUC. The description of the problem is taken from the assignment itself. In this assignment, a python implementation of the problems will be described instead of matlab, as expected in the course.
Added by Sandipan Dey on October 24, 2017 at 1:30pm — No Comments
The following problem appeared as an assignment in the Algorithm Course (COS 226) at Princeton University taught by Prof. Sedgewick. The following description of the problem is taken from the assignment itself.
The Seam Carving Problem
Added by Sandipan Dey on October 14, 2017 at 2:30pm — No Comments
Long title: Measuring Semantic Relatedness using the Distance and the Shortest Common Ancestor and Outcast Detection with Wordnet Digraph in Python
The following problem appeared as an assignment in the Algorithm Course (COS 226) at Princeton University taught by Prof. Sedgewick. The description of the problem is taken from the assignment itself. However, in the…
ContinueAdded by Sandipan Dey on October 13, 2017 at 12:30pm — No Comments
The goal of Poisson image editing is to perform seamless blending of an object or a texturefrom a source image (captured by a mask image) to a target image. We want to create a photomontage by pasting an image region onto a new background using Poisson image editing. This idea is from the P´erez et al’s SIGGRAPH 2003 paper …
ContinueAdded by Sandipan Dey on October 3, 2017 at 10:00pm — No Comments
In this article, some more social networking concepts will be illustrated with a few problems. The problems appeared in the programming assignments in the
coursera course Applied Social Network Analysis in Python. The descriptions of the problems are taken from the assignments. The analysis is done using NetworkX.
The following theory is going to be used to solve the assignment problems.
…
Added by Sandipan Dey on September 21, 2017 at 11:30pm — No Comments
The following problems appeared in the programming assignments in the coursera course Applied Social Network Analysis in Python. The descriptions of the problems are taken from the assignments. The analysis is done using NetworkX.
The following theory is going to be used to solve the assignment problems.
1. Creating and Manipulating…
ContinueAdded by Sandipan Dey on September 20, 2017 at 11:30pm — 6 Comments
The following problem appeared as an assignment in the coursera course Algorithm-I by Prof.Robert Sedgewick from the Princeton University few years back (and also in the course cos226 offered at Princeton). The problem definition and the description is taken from the course website and lectures. The original assignment was to be done in java, where in this article both the java and a corresponding python implementation will…
ContinueAdded by Sandipan Dey on September 11, 2017 at 4:30am — No Comments
In this article, an R-hadoop (with rmr2) implementation of Distributed KMeans Clustering will be described with a sample 2-d dataset.
Added by Sandipan Dey on September 1, 2017 at 11:30am — No Comments
In this article, we shall see how the Bayesian Kalman Filter can be used to predict positions of some moving particles / objects in 2D.
This article is inspired by a programming assignment from the coursera course Robotics Learning by University of Pennsylvania, where the goal was to implement a Kalman filter for ball tracking in 2D space. Some part of the problem description is taken from the assignment description.
The following…
ContinueAdded by Sandipan Dey on August 31, 2017 at 12:30pm — No Comments
Given a set of labeled images of cats and dogs, a machine learning model is to be learnt and later it is to be used to classify a set of new images as cats or dogs.
Added by Sandipan Dey on August 14, 2017 at 1:00pm — 2 Comments
The following problems appeared in the assignments in the Udacity course Deep Learning (by Google). The descriptions of the problems are taken from the assignments (continued from the last post).
Here is how some sample images from the dataset look like:
Let’s try to get the best performance using a multi-layer model!…
ContinueAdded by Sandipan Dey on August 3, 2017 at 10:30pm — No Comments
Added by Sandipan Dey on August 1, 2017 at 1:30am — No Comments
Added by Sandipan Dey on July 31, 2017 at 4:00am — No Comments
The following problems appeared as assignments in the coursera course Data-Driven Astronomy.
…
Added by Sandipan Dey on July 29, 2017 at 12:00pm — No Comments
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Summary
In this report, the spread of the pandemic influenza A (H1N1) that had an outbreak in Kolkata, West Bengal, India, 2010 is going to be simulated. The basic epidemic SIR model will be used, it…
ContinueAdded by Sandipan Dey on July 21, 2017 at 8:30am — No Comments
The following problems appeared in the first few assignments in the Udacity course Deep Learning (by Google). The descriptions of the problems are taken from the assignments.…
Added by Sandipan Dey on June 17, 2017 at 1:30pm — No Comments
This shinyapp is a live shiny/R web application (hosted on shinyapps.io) that implements simple sentiment analysis POC with R, to have an insight about the people's sentiment about the smartphones from different brands released in India for a couple of weeks over a past time period, it was written a few years back (in 2014), for demonstration purpose, with the tweets…
ContinueAdded by Sandipan Dey on June 9, 2017 at 12:30pm — 3 Comments
In this article, the clustering output results using Spectral clustering (with normalized Laplacian) are going to be compared with taht obtained using KMeans clustering on a few shape datasets.
The following couple of slides taken from the Coursera Course: Mining Massive Datasets by Stanford University
describe the basic concepts behind…
Added by Sandipan Dey on June 8, 2017 at 11:00am — 2 Comments
© 2021 TechTarget, Inc.
Powered by
Badges | Report an Issue | Privacy Policy | Terms of Service
Most Popular Content on DSC
To not miss this type of content in the future, subscribe to our newsletter.
Other popular resources
Archives: 2008-2014 | 2015-2016 | 2017-2019 | Book 1 | Book 2 | More
Most popular articles