<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Learn Datascience Updates Weekly</title>
  <id>https://www.trackawesomelist.com/siboehm/awesome-learn-datascience/week/feed.xml</id>
  <updated>2024-06-08T01:35:54.888Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/siboehm/awesome-learn-datascience/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/siboehm/awesome-learn-datascience/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/siboehm/awesome-learn-datascience/week/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>:chart_with_upwards_trend: Curated list of resources to help you get started with Data Science</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2024/23/</id>
    <title>Awesome Learn Datascience Updates on Jun 03 - Jun 09, 2024</title>
    <updated>2024-06-08T01:35:54.888Z</updated>
    <published>2024-06-08T01:35:54.888Z</published>
    <content type="html"><![CDATA[<h3><p>What is Data Science?</p>
</h3>
<ul>
<li><a href="https://www.scaler.com/blog/data-science-process/" rel="noopener noreferrer">Data Science Process: A Beginner’s Comprehensive Guide</a> - Technical Skills for the Data Science: This emphasizes the practical skills needed throughout the data science process.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/23/"/>
    <summary>1 awesome projects updated on Jun 03 - Jun 09, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/30/</id>
    <title>Awesome Learn Datascience Updates on Jul 29 - Aug 04, 2019</title>
    <updated>2019-07-22T16:13:37.000Z</updated>
    <published>2019-07-22T16:13:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data Science using Python / Various other helpful tools and resources</p>
</h3>
<ul>
<li><a href="https://spacy.io/" rel="noopener noreferrer">Spacy</a> - Open source toolkit for working with text-based data.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/30/"/>
    <summary>1 awesome projects updated on Jul 29 - Aug 04, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/20/</id>
    <title>Awesome Learn Datascience Updates on May 20 - May 26, 2019</title>
    <updated>2019-05-13T08:55:33.000Z</updated>
    <published>2019-05-13T08:55:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>What is Data Science?</p>
</h3>
<ul>
<li><a href="https://amzn.to/2voPJUi" rel="noopener noreferrer">Data Science for Business (Book)</a> - An introduction to Data Science and its use as a business asset.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/20/"/>
    <summary>1 awesome projects updated on May 20 - May 26, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/18/</id>
    <title>Awesome Learn Datascience Updates on May 06 - May 12, 2019</title>
    <updated>2019-04-30T07:28:57.000Z</updated>
    <published>2019-04-30T07:28:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data Science using Python / General</p>
</h3>
<ul>
<li><a href="https://amzn.to/2GSjjrK" rel="noopener noreferrer">O'Reilly Data Science from Scratch (Book)</a> - Data processing, implementation, and visualization with example code.</li>
</ul>

<ul>
<li><a href="https://www.coursera.org/specializations/data-science-python" rel="noopener noreferrer">Coursera Applied Data Science</a> - Online Course using Python that covers most of the relevant toolkits.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/18/"/>
    <summary>2 awesome projects updated on May 06 - May 12, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/39/</id>
    <title>Awesome Learn Datascience Updates on Sep 25 - Oct 01, 2017</title>
    <updated>2017-09-25T22:02:18.000Z</updated>
    <published>2017-09-25T22:02:18.000Z</published>
    <content type="html"><![CDATA[<h3><p>What is Data Science?</p>
</h3>
<ul>
<li><a href="https://www.quora.com/What-is-the-difference-between-Data-Analytics-Data-Analysis-Data-Mining-Data-Science-Machine-Learning-and-Big-Data-1?share=1" rel="noopener noreferrer">Explanation of important vocabulary</a> - Differentiation of Big Data, Machine Learning, Data Science.</li>
</ul>
<h3><p>Common Algorithms and Procedures</p>
</h3>
<ul>
<li><a href="https://stackoverflow.com/questions/1832076/what-is-the-difference-between-supervised-learning-and-unsupervised-learning" rel="noopener noreferrer">Supervised vs unsupervised learning</a> - The two most common types of Machine Learning algorithms.</li>
</ul>

<ul>
<li><a href="https://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/05.03-Hyperparameters-and-Model-Validation.ipynb" rel="noopener noreferrer">Cross validation</a> - Evaluate the performance of your algorithm/model.</li>
</ul>

<ul>
<li><a href="https://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/05.04-Feature-Engineering.ipynb" rel="noopener noreferrer">Feature engineering</a> - Modifying the data to better model predictions.</li>
</ul>

<ul>
<li><a href="https://www.analyticsvidhya.com/blog/2017/02/introduction-to-ensembling-along-with-implementation-in-r/" rel="noopener noreferrer">Model ensemble: Explanation</a> - Combine multiple models into one for better performance.</li>
</ul>
<h3><p>Data Science using Python / Learning Python</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=oVp1vrfL_w4&amp;list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M" rel="noopener noreferrer">YouTube tutorial series by sentdex</a></li>
</ul>
<h3><p>Data Science using Python / pandas</p>
</h3>
<ul>
<li><a href="https://www.datacamp.com/courses/pandas-foundations" rel="noopener noreferrer">DataCamp pandas foundations</a> - Paid course, but 30 free days upon account creation (enough to complete course).</li>
</ul>

<ul>
<li><a href="https://github.com/pandas-dev/pandas/blob/master/doc/cheatsheet/Pandas_Cheat_Sheet.pdf" rel="noopener noreferrer">Pandas cheatsheet (⭐42k)</a> - Quick overview over the most important functions.</li>
</ul>
<h3><p>Data Science using Python / Jupyter Notebook</p>
</h3>
<ul>
<li><a href="https://elitedatascience.com/python-seaborn-tutorial" rel="noopener noreferrer">Seaborn data visualization tutorial</a> - Plot library that works great with Jupyter.</li>
</ul>
<h3><p>Data Science using Python / Various other helpful tools and resources</p>
</h3>
<ul>
<li><a href="https://www.continuum.io/downloads" rel="noopener noreferrer">Anaconda Python distribution</a> - Contains most of the important Python packages for Data Science.</li>
</ul>

<ul>
<li><a href="https://github.com/Microsoft/LightGBM" rel="noopener noreferrer">LightGBM gradient boosting framework (⭐16k)</a> - Successfully used in many Kaggle challenges.</li>
</ul>

<ul>
<li><a href="https://aws.amazon.com/" rel="noopener noreferrer">Amazon AWS</a> - Rent cloud servers for more timeconsuming calculations (r4.xlarge server is a good place to start).</li>
</ul>
<h3><p>Data Science Challenges for Beginners / Various other helpful tools and resources</p>
</h3>
<ul>
<li><a href="https://www.dataquest.io/blog/kaggle-getting-started/" rel="noopener noreferrer">Walkthrough: House prices challenge</a> - Walkthrough through a simple challenge on house prices.</li>
</ul>

<ul>
<li><a href="https://www.drivendata.org/competitions/2/warm-up-predict-blood-donations/" rel="noopener noreferrer">Blood Donation Challenge</a> - Predict if a donor will donate again.</li>
</ul>

<ul>
<li><a href="https://www.kaggle.com/c/titanic" rel="noopener noreferrer">Titanic Challenge</a> - Predict survival on the Titanic.</li>
</ul>

<ul>
<li><a href="https://www.drivendata.org/competitions/7/pump-it-up-data-mining-the-water-table/" rel="noopener noreferrer">Water Pump Challenge</a> - Predict the operating condition of water pumps in Africa.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/39/"/>
    <summary>16 awesome projects updated on Sep 25 - Oct 01, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/31/</id>
    <title>Awesome Learn Datascience Updates on Jul 31 - Aug 06, 2017</title>
    <updated>2017-08-06T20:13:51.000Z</updated>
    <published>2017-08-06T20:13:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>What is Data Science?</p>
</h3>
<ul>
<li><a href="https://www.quora.com/What-is-data-science" rel="noopener noreferrer">'What is Data Science?' on Quora</a></li>
</ul>
<h3><p>Common Algorithms and Procedures</p>
</h3>
<ul>
<li><a href="http://www.cs.umd.edu/%7Esamir/498/10Algorithms-08.pdf" rel="noopener noreferrer">Scientific introduction to 10 important Data Science algorithms</a></li>
</ul>
<h3><p>Data Science using Python / scikit-learn</p>
</h3>
<ul>
<li><a href="http://scikit-learn.org/stable/user_guide.html" rel="noopener noreferrer">Scikit-learn complete user guide</a></li>
</ul>

<ul>
<li><a href="http://machinelearningmastery.com/ensemble-machine-learning-algorithms-python-scikit-learn/" rel="noopener noreferrer">Model ensemble: Implementation in Python</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/31/"/>
    <summary>4 awesome projects updated on Jul 31 - Aug 06, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/28/</id>
    <title>Awesome Learn Datascience Updates on Jul 10 - Jul 16, 2017</title>
    <updated>2017-07-15T11:18:46.000Z</updated>
    <published>2017-07-12T13:57:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Common Algorithms and Procedures</p>
</h3>
<ul>
<li><a href="https://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/05.05-Naive-Bayes.ipynb" rel="noopener noreferrer">9 important Data Science algorithms and their implementation</a></li>
</ul>
<h3><p>Data Science using Python / Learning Python</p>
</h3>
<ul>
<li><a href="http://www.learnpython.org/" rel="noopener noreferrer">Interactive Python tutorial website</a></li>
</ul>
<h3><p>Data Science using Python / numpy</p>
</h3>
<ul>
<li><a href="https://www.datacamp.com/community/tutorials/python-numpy-tutorial#gs.h3DvLnk" rel="noopener noreferrer">Numpy tutorial on DataCamp</a></li>
</ul>
<h3><p>Data Science using Python / pandas</p>
</h3>
<ul>
<li><a href="http://www.synesthesiam.com/posts/an-introduction-to-pandas.html" rel="noopener noreferrer">Introduction to pandas</a></li>
</ul>
<h3><p>Data Science using Python / scikit-learn</p>
</h3>
<ul>
<li><a href="https://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/05.02-Introducing-Scikit-Learn.ipynb" rel="noopener noreferrer">Introduction and first model application</a></li>
</ul>

<ul>
<li><a href="http://scikit-learn.org/stable/tutorial/machine_learning_map/" rel="noopener noreferrer">Rough guide for choosing estimators</a></li>
</ul>
<h3><p>Data Science using Python / Jupyter Notebook</p>
</h3>
<ul>
<li><a href="https://jupyter.org/install.html" rel="noopener noreferrer">Downloading and running first Jupyter notebook</a></li>
</ul>

<ul>
<li><a href="https://www.kaggle.com/sudalairajkumar/simple-exploration-notebook-instacart" rel="noopener noreferrer">Example notebook for data exploration</a></li>
</ul>
<h3><p>Data Science using Python / Various other helpful tools and resources</p>
</h3>
<ul>
<li><a href="https://github.com/drivendata/cookiecutter-data-science" rel="noopener noreferrer">Template folder structure for organizing Data Science projects (⭐7.7k)</a></li>
</ul>
<h3><p>More advanced resources and lists / Various other helpful tools and resources</p>
</h3>
<ul>
<li><a href="https://github.com/bulutyazilim/awesome-datascience" rel="noopener noreferrer">Awesome Data Science (⭐24k)</a></li>
</ul>

<ul>
<li><a href="https://github.com/ujjwalkarn/DataSciencePython" rel="noopener noreferrer">Data Science Python (⭐5.1k)</a></li>
</ul>

<ul>
<li><a href="https://github.com/ujjwalkarn/Machine-Learning-Tutorials" rel="noopener noreferrer">Machine Learning Tutorials (⭐15k)</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/28/"/>
    <summary>12 awesome projects updated on Jul 10 - Jul 16, 2017</summary>
  </entry>
</feed>