0% found this document useful (0 votes)
96 views62 pages

Data Science Learning Path

Uploaded by

helderfox
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views62 pages

Data Science Learning Path

Uploaded by

helderfox
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 62

How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

You have 2 free stories left this month. Sign up and get an extra one for free.

How To Learn Data Science - My


path
Tools and Resources I use

Senthil E Follow
Aug 17, 2019 · 16 min read

Last week I published my 3rd post in TDS. Before the next post, I

1 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

wanted to publish this quick one. I hope this post helps people who
want to get into data science or who just started learning data
science. In this post, I will share the resources and tools I use. It is
basically all the apps and links I use day to day activities. All the
below I used or will be using in the future. If you want me to add
any other info then please post it in the comment section and I will
include it.

My data Science Curriculum


This chart I created. This should give a basic idea of what tools and
skills needed to work in DS and ML.

Roadmapedia - Let's Share Knowledge


Edit description

www.roadmapedia.com

2 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Thanks to Andrew Chen for coming up with the roadmap . Please


check the above link.

Another one I found online

3 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Programming Languages:
I started off with R programming. Then I moved to python and
pretty much stayed with python and Jupyter Notebook. So for me,
python and SQL is a must.

4 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

1.Python or R

From ‘R vs Python’ to ‘R and Python’


Choosing Programming language based on your needs rather
than popularity.

towardsdatascience.com

2.SQL

Python:

Important Libraries used:


NumPy

Pandas

Matplotlib

SciPy

5 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Scikit-Learn

TensorFlow

Keras

Seaborn

NLTK

Gensim

Some useful resources to start

1.Basic python tips

gpetepg/python_tips
If the page notebooks won't load on GitHub view them here:
Note that these were written in Python 3 (3.6) These �les…

github.com

2.Some example

donnemartin/data-science-ipython-notebooks
IPython Notebook(s) demonstrating deep learning functionality.
Additional TensorFlow tutorials: IPython Notebook(s)…

github.com

3.Youtube Channels

6 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

The Ultimate List of Python YouTube Channels - Real


Python
We couldn't �nd a good, up-to-date list of Python developer or
Python programming YouTube channels online. Learning…
realpython.com

SQL

Modern SQL: A lot has changed since SQL-92


Traditional SQL /trəˈdɪʃəˌnəl ˈɛs kjuː ˈɛl/ The widely known sub-
set of SQL-92. Limited to the relational model. Often…

modern-sql.com

SQLBolt - Learn SQL - Introduction to SQL


Welcome to SQLBolt, a series of interactive lessons and exercises designed to help you
quickly learn SQL right in your…
sqlbolt.com

SQLZOO
Learn SQL using: SQL Server, Oracle, MySQL, DB2, and PostgreSQL. How to read the data
from a database. 2 CREATE and…

sqlzoo.net

The SQL Tutorial for Data Analysis


This tutorial is designed for people who want to answer
questions with data. For many, SQL is the "meat and…

mode.com

7 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

2.Data Visualization:

8 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Matlotlib

Seaborn

Altair

Plotly

Tableau

D3.js

Bokeh

Python Seaborn Tutorial For Beginners


One of the best but also more challenging ways to get your
insights across is to visualize them: that way, you can more…

www.datacamp.com

9 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

clair513/Seaborn-Tutorial
Data Visualization is a critical though undermined skill required
in pursuit of a career. This repository is an attempt…

github.com

altair-viz/altair-tutorial
Notebooks for the Altair tutorial, given at PyCon 2018 View the
content at notebooks/Index.ipynb Intro slides on…
github.com

rougier/matplotlib-tutorial
Sources are available from github All code and material is licensed under a Creative
Commons Attribution-ShareAlike…
github.com

d3/d3
Bring data to life with SVG, Canvas and HTML.
:bar_chart::chart_with_upwards_trend::tada: - d3/d3
github.com

What is Tableau? - A guide and tutorial for analysts


I've had the opportunity to use dozens of tools during my
career. Few products have impressed me as much as Tableau.…

www.projectbi.net

3.Web Scraping:

10 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Beautiful Soup

Scrapy

Urllib

Selenium

API’s like Twitter API’s

4.Process

11 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

There are 5 core activities of data analysis:

1. Stating and refining the question

2. Exploring the data

3. Building formal statistical models

4. Interpreting the results

5. Communicating the results

The Art of Data Science


This book describes the process of analyzing data. The authors
have extensive experience both managing data analysts…
leanpub.com

12 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

5.Math in DS/ML

Resources:

19 MOOCs on Mathematics & Statistics for Data


Science & Machine Learning
Before creation, God did just pure mathematics. Then he
thought it would be pleasant change to do some applied…
www.analyticsvidhya.com

13 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

15 Mathematics MOOCs for Data Science


By Matthew Mayo. Most of the mathematics required for Data
Science lie within the realms of statistics and algebra…

www.kdnuggets.com

Khan Academy
Learn for free about math, art, computer programming,
economics, physics, chemistry, biology, medicine, �nance…

www.khanacademy.org

Essential Math And Statistics For Data Science Tutorial


| Edureka
As Josh Wills once said, Math and Statistics for Data Science are
essential because these disciples form the basic…

www.edureka.co

http://www.cis.upenn.edu/~jean/gbooks/linalg.html

6.Machine Learning:

14 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Resources:

15 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

7.Big Data

16 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

17 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

18 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

. . .

The following apps are very helpful and I use it

* Quora

* Medium

* Blind

* Reddit

* Linkedin

* Udemy

19 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

* Coursera

* Youtube

* Meetup

* Datacamp

1. Reddit:
I have subscribed to the following Reddit’s and it is very helpful

Dataengineering

Dataisbeautiful

Datasets

Learndatascience

Learnprogramming

Learnpython

Machinelearning

Learnmachinelearning

Python

Rstats

Computervision

learnprogramming

Businessintelligence

20 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

programming

Rlanguage

Scala

AWS

bigdata

SQL

Create a personalized feed by subscribing to the above


subreddits.In the app, you can sort the post by popularity by the
day, week, month, year,alltime,etc.

2.Blind:
This is a useful community. You can find out what's happening in
DS, ML and Software engineering in other companies.

21 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

3.Udemy for Business:


I think most of the companies have tied up with Udemy and I have
the Udemy for business through my employer. This is very nice and
super helpful. There are around 3000 courses. For example, I was
trying to install spark, Hadoop and scala. There was not much
information available online and was struggling to install it in my
pc. I just went to Udemy and enrolled in a course which teaches
apache spark and pretty much installed in less than an hour or so.
This is really helpful for me. Also, the prices are very reasonable
like 9.99$. There are good courses available.

22 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

4.Linkedin Learning:
Again I have access to all the LinkedIn learning courses. Its been
provided by my employer and also free from the local county
library membership. I found some great python and R courses in
Linkedin Learning.

23 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Also, check the Linkedin Groups


Data Mining, Statistics, Big Data, Data Visualization, and
Data Science

Artificial Intelligence, Deep Learning, Machine Learning

Big Data, Analytics, Business Intelligence & Visualization


Experts Community

KDnuggets Machine Learning, Data Science, Data Mining,


Big Data, AI

24 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Cloud Computing, SaaS & Virtualization

Data Warehouse — Big Data — Hadoop — Cloud — Data


Science — ETL

Artificial Intelligence, Deep Learning and IoT

SQL Server Business Intelligence(BI)

Internet of Things

Bank and Finance Technology — FinTech Banking Systems


Financial Executives

Cloud Computing

Python Community

Python Data Science and Machine Learning

5.Medium:
This is the best platform to learn and also publish your articles.

Some of the publications I follow are

Towards Data Science

The Startup

HackerNoon.com

25 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

TDS is the fastest growing publication in DS .

218,052 subscribers

Growing by 436.8 followers per day

6.Youtube:
Obviously, there are a lot of channels available for DS, ML, and AI. I
follow a few

Data School

Google Cloud Platform

Learn R

Datacamp

Simplilearn

Edureka

Marinstatslectures

Sentdex

Siraj Rawal Channel

26 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

7.Udacity:
I didn’t do any paid courses in Udacity. There are some free courses
and you can check it out.

8.Other useful sites


Kdnuggets.com

27 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Datacamp.com

Khanacademy.org

28 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

geeksforgeeks.org

29 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

9.Kaggle:
I think everyone knows Kaggle and no needs introduction

Also, check out their mini-courses which are helpful

Learn | Kaggle
Edit description
www.kaggle.com

10.Github:
Obviously, you can build your portfolio. I have a few projects like
web scraping, twitter analysis, data visualization using python, etc.
I plan to add more going forward. Also it a great place to search for

30 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

similar projects and you get a lot of help and ideas from other
projects published in Github.

11.Meetup:
I have enrolled in a few local San Jose and San Francisco meetups.
Unfortunately, I don’t have time to make it often. This is very
helpful in learning and networking. I have seen a python meetup in
Linkedin building which had a few hundred developers attending.
So obviously a golden opportunity to meet people and learn from
them. Even there are some meetups that do hands-on work once or
alternate days during the weekdays. There are some workshops for
the whole weekend. Almost all workshops are free or some charge

31 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

very minimal fees.

12.Quora:
I subscribed to the following feeds

Algorithms

Competitive programming

Data Science

Machine Learning

Deep Learning

Big Data

Data Analysis

Data Visualization

Python

Hakon Hapnes Strand

32 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Mike West

William Chen

Lili Jiang

13.Podcast
Data Skeptic ( Spotify)

The week in machine learning and artificial intelligence(


Spotify )

Superdatascience.com

https://talkpython.fm/

33 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Also, check the below ones

Paysa.com & Levels.fyi

34 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Are you getting paid your Market Salary?


Paysa is a personalized career service for salary compensation and job matching for
corporate employees.

www.paysa.com

Levels.fyi - Compare career levels across companies


Levels.fyi makes it easy to compare and contrast di�erent
career levels across di�erent companies. Find out your new…
www.levels.fyi

14.Stackover�low
I think without StackOverflow you can’t code:-)

35 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

15.Problem Solving sites:

36 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

1. HackerRank (http://hackerrank.com/)

2. CodeChef (http://codechef.com/)

3. HackerEarth(http://hackerearth.com/)

4. LeetCode (http://leetcode.com/)

5. Topcoder (http://topcoder.com/)

6. Kaggle (http://kaggle.com/)

7. ChallengePost (http://challengepost.com/)

8. CodeForces (http://codeforces.com/)

9. Brilliant (http://brilliant.org/)

10. SPOJ (http://www.spoj.com/)

11. Project Euler (https://projecteuler.net/)

12. CodingBat (http://codingbat.com/)

13. Codewars (http://www.codewars.com/)

14. Codility (https://codility.com/)

15. Codingame (https://www.codingame.com/)

16. CoderByte (https://coderbyte.com/)

37 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

17. CodeEval (https://www.codeeval.com/)

18. UVA Online Judge (https://uva.onlinejudge.org/)

19. CodeFights (https://codefights.com/)

20. CheckiO (http://www.checkio.org/)

21. Talentbuddy (http://talentbuddy.co/)

22. PythonChallenge (http://pythonchallenge.com/)

23. LintCode (http://www.lintcode.com/en/)

24. Rosalind (http://rosalind.info/problems/locations/)

25. CrowdANALYTIX (https://www.crowdanalytix.com/)

26. SQL-EX.RU (http://sql-ex.ru/)

27. Kattis (http://www.kattis.com/)

28. CodeKata (http://codekata.com/)

29. CodeAbbey (http://codeabbey.com/)

30. FightCode (http://fightcodegame.com/)

31. BeatMyCode (http://www.beatmycode.com/)

32. TunedIT (http://tunedit.org/)

33. MLComp (http://mlcomp.org/)

34. HPC University (http://hpcuniversity.org/students


/weeklyChallenge/)

35. https://practiceit.cs.washington.edu/

16.Free Courses:
Helsinki University in Finland has launched a course on artificial
intelligence(Elements of AI) — one that’s completely free and open

38 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

to everyone around the world. Unlike Carnegie Mellon’s new


undergrad degree in AI, which the institution created to train
future experts in the field, Helsinki’s offering is more of a beginner
course for those who want to know more about it.

A free online introduction to arti�cial intelligence for


non-experts
In spring 2018, Reaktor and the University of Helsinki came
together with the aim of helping people to be empowered…

www.elementsofai.com

Machine Learning

Free Online Course: Machine Learning from edX | Class


Central
Week 1: maximum likelihood estimation, linear regression, least
squares Week 2: ridge regression, bias-variance, Bayes…

www.classcentral.com

Arti�icial Intelligence

Free Online Course: Arti�cial Intelligence (AI) from edX


| Class Central
Taken this course? Share your experience with other students.
Write review What do self-driving cars, face recognition…

www.classcentral.com

Machine Learning for Data Science and Analytics

Free Online Course: Machine Learning for Data Science


and Analytics from edX | Class Central

39 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Never miss a course. No spam. Unsubscribe at any time. Class


Central is a search engine and reviews site for free…

www.classcentral.com

Machine Learning

Free Online Course: Machine Learning from Udacity |


Class Central
This class is o�ered as CS7641 at Georgia Tech where it is a part
of the Online Masters Degree (OMS). Taking this…

www.classcentral.com

Machine Learning Unsupervised Learning

Free Online Course: Machine Learning: Unsupervised


Learning from Udacity | Class Central
Ever wonder how Net�ix can predict what movies you'll like? Or
how Amazon knows what you want to buy before you do…

www.classcentral.com

. . .
Data Science 21 courses
Some important bookmarks I always refer
400 free Ivy League university courses you can take
online in 2019
1.All DS cheatsheets in one place
The eight Ivy League schools are among the most prestigious
colleges in the world. They include Brown, Harvard…

qz.com
FavioVazquez/ds-cheatsheets
List of Data Science Cheatsheets to rule the world —
FavioVazquez/ds-cheatsheets
Certi�icates
github.com in Big Data, Ai and ML

40 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

2.DS resources in one place

Data-science-resources
A trove of carefully curated resource links (software, platforms, language, techniques,
etc.) for data science, all in…
data-science-resources.readthedocs.io

3.DS Notes

Chris Albon
I am a data scientist with a decade of experience applying statistical learning, arti�cial
intelligence, and software…

chrisalbon.com

4.DS Tutorial

Data ScienceTutorial for Beginners


Using data from Pokemon- Weedle’s Cave
www.kaggle.com

5.ML Tutorial

Machine Learning Tutorial for Beginners


Using data from Biomechanical features of orthopedic patients

www.kaggle.com

41 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

6.DS Glossary

Data Science Glossary on Kaggle


Using data from [Dataset no longer available]
www.kaggle.com

7.DS Toolbox

The Data Scientist’s Toolbox Tutorial — 1


Using data from House Prices: Advanced Regression Techniques

www.kaggle.com

8.Plotly Tutorial

Plotly Tutorial for Beginners


Using data from World University Rankings

www.kaggle.com

9.DS Github repository

donnemartin/data-science-ipython-notebooks
IPython Notebook(s) demonstrating deep learning functionality.
Additional TensorFlow tutorials: IPython Notebook(s)…
github.com

42 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

10.Github

Data science portfolio by Andrey Lukyanenko


This portfolio is a compilation of notebooks which I created for data analysis or for
exploration of machine learning…
erlemar.github.io

11.Industry Machine Learning

�rmai/industry-machine-learning
Also instead of “watching” you can join the link-letter, it’s
already being sent out to about 90 people and you are…
github.com

12.Data Engineering Guide.

andkret/Cookbook
I get asked super often how to become a Data Engineer. That’s
why I decided to start this cookbook with all the topics…

github.com

13.Learn Data Engineering

Tutorials and exercises | Data Engineering | Learndata.engineering


Edit description

www.learndata.engineering

43 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

14.Google Dataset Search

Google Introduces New Search Engine for Finding


Datasets — Search Engine Journal
Google has launched a new type of search engine designed
speci�cally around helping people �nd data. Simply called…

www.searchenginejournal.com

15.Data Engineering Study Guide:

Data Engineering Study Guide — Outline (Make A Copy


:) And Go From There)
Data Engineering Study Guide Contact Us With Questions ,Date
Completed,Notes,Personal Di�culty 1–5 Intro This is a…

docs.google.com

16.Regex

https://regex101.com/

17.Google OpenRe�ine
OpenRefine (formerly Google Refine) is a powerful tool for
working with messy data: cleaning it; transforming it from one
format into another; and extending it with web services and
external data.

openre�ne.github.com
OpenRe�ne (formerly Google Re�ne) is a powerful tool for
working with messy data: cleaning it; transforming it from…

44 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

openre�ne.org

18.Some more ML Youtube Channels:

Ultimate List of Youtube Channels for Deep Learning


and Computer Vision - Coding Woman
I wanted to collect the Youtube channels that have videos about
the topics related to Deep Learning and Computer Vision…
www.codingwoman.com

19. Homemade Machine Learning

trekhleb/homemade-machine-learning
For Octave/MatLab version of this repository please check
machine-learning-octave project. This repository contains…

github.com

20. Machine Learning Terms:

Glossary of Machine Learning Terms


Accuracy is the measure of how good a classi�cation model is. It
is given by the number of correctly classi�ed…

semanti.ca

21.Awesome Data Science

45 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

academic/awesome-datascience
This part is for dummies who are new to Data Science This is a
shortcut path to start studying Data Science. Just…

github.com

22.Data Science Blogs

rushter/data-science-blogs
A curated list of data science blogs A Blog From a Human-engineer-being
http://www.erogol.com/ (RSS) Aakash Japi…

github.com

23.Data Science Specialization Courses

DataScienceSpecialization/courses
These are the course materials for the Johns Hopkins Data
Science Specialization on Coursera…

github.com

24.100 Page Machine Learning Book:

The Hundred-Page Machine Learning Book by Andriy


Burkov
All you need to know about Machine Learning in a hundred
pages. Supervised and unsupervised learning, support vector…

themlbook.com

46 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

47 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

48 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

. . .

. . .

Hope this post is helpful to you guys. If you want to add anything
please post in the comment section. Thank you for reading my
post:-)

Passed the TensorFlow Exam:

49 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

I just passed TensorFlow Developer Certificate exam and thought of


sharing the sources which helped me.

The Google ‘vs’ Trick


How ego graphs can help you learn about AI, play chess, eat
healthier, buy a dog and �nd love.

medium.com

Definitely interesting and worth preparing. I think for experienced


TensorFlow developers it might be simple and easy.

50 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Sources I used :
The main one is the TensorFlow in Practice in Coursera or Intro to
TensorFlow in Udacity. Other sources helped me in broader
understanding. For a certification point of view, either Udacity or
TensorFlow in practice in Coursera is enough.

Only for Certification:Either Coursera or Udacity

TensorFlow in Practice from Coursera

Intro to TensorFlow — Udacity

Receive the TensorFlow Developer Certi�cate -


TensorFlow
Di�erentiate yourself with the TensorFlow Developer Certi�cate
Demonstrate your pro�ciency in using TensorFlow to…

www.tensor�ow.org

Monthly 49$. Coursera.

TensorFlow in Practice
O�ered by deeplearning.ai. Discover the tools software
developers use to build scalable AI-powered algorithms in…

www.coursera.org

Udacity Free Course — Similar to Coursera one.

51 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Intro to TensorFlow for Deep Learning


Free Course by This course is a practical approach to deep
learning for software developers Start Free Course About…

www.udacity.com

Udacity — Github

tensor�ow/examples
You can't perform that action at this time. You signed in with
another tab or window. You signed out in another tab or…

github.com

Book:

Hands-On Machine Learning with Scikit-Learn, Keras,


and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has
boosted the entire �eld of machine learning. Now, even…

www.oreilly.com

Additional Sources :

Youtube Channel

52 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

TensorFlow
Welcome to the o�cial TensorFlow YouTube channel. Stay up to
date with the latest TensorFlow news, tutorials, best…

www.youtube.com

53 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Pycharm

Google Colab

54 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

TensorFlow Basics

55 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

TensorFlow 2.0 Cheatsheet

56 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Gradient Descent explained step by step: My fav one

57 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Education - Google AI
Learn with Google AI. Whether you're just learning to code or
you're a seasoned machine learning practitioner, you'll…

ai.google

Machine Learning Crash Course | Google Developers


Learn and apply fundamental machine learning concepts with
the Crash Course, get real-world experience with the…

developers.google.com

How I passed the TensorFlow Developer Certi�cation


Exam
And how you can too

towardsdatascience.com

58 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Some Tips for Tensor�ow Developer Certi�cate Exam


As you may know, Tensor�ow team opens up Tensor�ow
Developer Certi�cate, which takes $100 out of our pocket…

medium.com

Reviewing the ‘Tensor�ow Developer Certi�cation’ by Google


Everything you need to know about the certi�cation

medium.com

59 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Get this newsletter

60 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

Create a free Medium account to get The Daily Pick in


your inbox.

Data Science Machıne Python Data Visualization Big Data

Discover Medium Make Medium yours Become a member


Welcome to a place where Follow all the topics you care Get unlimited access to the
words matter. On Medium, about, and we’ll deliver the best stories on Medium —
smart voices and original best stories for you to your and support writers while
ideas take center stage - with homepage and inbox. Explore you’re at it. Just $5/month.
no ads in sight. Watch Upgrade

About Help Legal

61 sur 62 08/07/2020 à 21:40


How To Learn Data Science - My path | by Senth... https://towardsdatascience.com/how-to-learn-da...

62 sur 62 08/07/2020 à 21:40

You might also like