• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Data Science Capstone

    Learner Reviews & Feedback for Data Science Capstone by Johns Hopkins University

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.5
    stars
    1,230 ratings

    About the Course

    The capstone project class will allow students to create a usable/public data product that can be used to show your skills to potential employers.
    Projects will be drawn from real-world problems and will be conducted with industry, government, and academic partners.
    ...

    Top reviews

    NT

    Mar 5, 2018

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Capstone did provide a true test of Data Analytics skills. Its like a being left alone in a jungle to survive for a month. Either you succumb to nature or come out alive with a smile and confidence.

    SS

    Mar 29, 2017

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Wow i finally managed to finish the specialization!! definitely learned a lot and also found out difficulties in building predictors by trying to balancing speed, accuracy and memory constraints!!!

    Filter by:

    301 - 318 of 318 Reviews for Data Science Capstone

    Filled StarFilled StarFilled StarStarStar

    By Adam B

    •

    Jun 6, 2016

    I liked every course in this specialization except

    Filled StarFilled StarFilled StarStarStar

    By Tracy S

    •

    Nov 28, 2016

    it could've given more instructions!

    Filled StarFilled StarStarStarStar

    By Jeffrey G

    •

    Jan 17, 2018

    With the exception of R Shiny programming, there was nothing about this course that required any real knowledge of anything in any course of the JHU Data Science certificate track. Why do you ask? Well, most of the class was just about learning natural language processing (NLP), which wasn't covered. What about R programming, you ask? Most of the NLP packages in R that I tested out couldn't process a 200MB text file in a reasonable amount of time or with a reasonable memory footprint. I ran Python and R programs in parallel to do sentence and word tokenization, and Python's nltk was (not exaggerating) 100x faster than R's NLP package, and R's tm package took 4GB of memory to parse the same 200MB corpus. In 2018, that's just unacceptable. There's no way you could ever write production-quality NLP code using these R packages. After the course was finished, someone pointed out an R package that could adequately accomplish the task, but by then it was far too late. Even R's basic data structures themselves weren't up to the challenge. I ended up building my model in Python, exporting it as JSON, and then importing that into my Shiny app. Comparing basic data structures in Python and R to represent the same JSON file (i.e., just read in the file and measure the size of the resulting object), R's list was nearly 2x as large in RAM than Python's dict. All of this combined with really very little reference to most of the material in the other nine classes in this track left me very disappointed. The reason I gave the class two stars and not one was because what we did learn about NLP was useful. Having to solve a gnarly, real-world problem starting from raw data is useful. Having to write an app with actual users interacting with it is useful. But could just about everything about this class have been done a lot better? Yes. I think a machine learning project that tied together everything that we'd worked on up until this point would have been a lot more fun and rewarding.

    Filled StarFilled StarStarStarStar

    By Leo C

    •

    Jul 23, 2020

    Sadly disappointed. I can see how this worked before, when most people were active on the forums, but now it's extremely frustrating. Not because it's hard, I do not mind that, but because you really have to DIG through the forums to find vital information.

    For instance, there are two quizes, you need 80 % or more to pass. However, the app you are simulating only get 20-30 % on such quizes, and you're not REALLY supposed to get that high. That's in the forums, but not on the quiz itself.

    Also, very few things you've learned in the ML part of the specialization is actually used, and they specifically points you to a MOOC by another university. That's not very comforting.

    The good part though is that the actual final exam does not really need good predictions to work, just an app that functions as you say it does. My tip? Look at the NLP, google a bit and learn the basics, then make an app that's as simple as possible - Then learn NLP with some guidance.

    Filled StarFilled StarStarStarStar

    By Michael S

    •

    Jul 2, 2016

    Of all the offerings in the specialization, this one felt like it was thrown together in less than hour. I expected to have to learn quite a bit of material on my own, but even the references to additional materials were very thin.

    I could have saved many days if more guidance on the project workflow would have been given. The pre-processing of the data was quite extensive (9 steps before generating the ngram tables I used in my model) and was the key to getting decent results IMHO, but one had to step on a quite a few landmines to figure this out.

    The problem was an interesting one and I ended up reworking it after passing with 95% (the only class in the specialization I didn't get 100% on) because I didn't have time to implement much of what I had to figure out by 'hard-knocks'

    Filled StarFilled StarStarStarStar

    By Marco S C

    •

    May 26, 2016

    Unfortunately this project is not fully aligned with all the previous program, which is a shame. Ideally, the project was more related to quantitative data, or have compulsory module NPL. It was certainly a very important learning, but very stressful to have to grasp NPL and do the project in a short time.

    Learning NPL in short time in a DIY way without any help it was very negative and stressful.

    Filled StarFilled StarStarStarStar

    By Sandro R

    •

    Jun 28, 2019

    As other reviewers said, the Capstone is too unconnected to the rest of the specialization. In the end, there is no metric as to what makes your model successful, it's just the Slides and the appearance of the Shiny app that counts towards the total mark. Also, the topic (Natural Language Processing) is just too unconnected to anything seen in the other courses. It was fun, but felt a bit off.

    Filled StarFilled StarStarStarStar

    By Tavin C

    •

    Aug 17, 2017

    The series leading up to the capstone was excellent but the capstone itself was a disappointment. Very little instruction was provided and the grading criteria were flawed. Also, most of what we learned in the first 9 courses about statistics and machine learning turned out to be irrelevant to the capstone project.

    Filled StarFilled StarStarStarStar

    By Claudia R

    •

    Sep 21, 2016

    The course has nearly nothing to do with the previous themes. I already have had enough knowledge, but as there is no support by the team it seems to be rather time consuming for others.

    Filled StarFilled StarStarStarStar

    By WONG L C

    •

    Jun 8, 2016

    I hope it will involve statistics analysis in the capstone project. It is kind of bias to apply NLP knowledge and develop data product in the capstone project.

    Filled StarFilled StarStarStarStar

    By Sevdalena L

    •

    Dec 10, 2016

    Not enough information on how to approach the final project. The project itself is very time consuming with lots of self learning and unclear specifications.

    Filled StarFilled StarStarStarStar

    By Mei S L

    •

    Apr 23, 2016

    The capstone project doesn't fully utilise d knowledge from earlier modules such as Machine Learning, statistical analysis, regression models n etc.

    Filled StarFilled StarStarStarStar

    By CW

    •

    Jul 17, 2017

    No physical way to complete the class within one session. Little is learned, no instruction is given, just build a thing that sort of works.

    Filled StarFilled StarStarStarStar

    By Dmitri P

    •

    Mar 30, 2016

    The course is outdated and abandoned by the teachers.

    SwiftKey engineers are nowhere to be seen.

    There is no guidance.

    Filled StarFilled StarStarStarStar

    By yohan A H

    •

    Dec 17, 2019

    Thanks for the guide but I did the hole course without instructions, there were new thing that could be tougth.

    Filled StarFilled StarStarStarStar

    By unijoy

    •

    Mar 23, 2016

    need more details

    Filled StarStarStarStarStar

    By Stephen E

    •

    Jun 27, 2016

    A poor end to a poor Coursera specializations.

    Filled StarStarStarStarStar

    By Runhao Z

    •

    Nov 28, 2017

    bad ending

    • Chevron Left
    • 1
    • ...
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Sign up

    Learn on your own time from top universities and businesses.

    ​
    ​
    Between 8 and 72 characters
    Your password is hidden
    ​

    or

    Already on Coursera?


    I accept Coursera's Terms of Use and Privacy Notice. Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.