<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kasyoki Thano</title>
    <description>The latest articles on DEV Community by Kasyoki Thano (@collinskasyoki).</description>
    <link>https://dev.to/collinskasyoki</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1160560%2F51235d2d-223a-425c-9b83-32900054ee6a.jpg</url>
      <title>DEV Community: Kasyoki Thano</title>
      <link>https://dev.to/collinskasyoki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/collinskasyoki"/>
    <language>en</language>
    <item>
      <title>Data Science for Beginners: 2023 - 2024 Complete Road Map</title>
      <dc:creator>Kasyoki Thano</dc:creator>
      <pubDate>Sun, 01 Oct 2023 06:32:27 +0000</pubDate>
      <link>https://dev.to/collinskasyoki/data-science-for-beginners-2023-2024-complete-road-map-26jd</link>
      <guid>https://dev.to/collinskasyoki/data-science-for-beginners-2023-2024-complete-road-map-26jd</guid>
      <description>&lt;p&gt;The pathway to data science can be a daunting task in this world filled with tutorials, courses, articles, and more. While this is yet another data science article, it takes a different approach to simplicity and brevity.&lt;/p&gt;

&lt;h2&gt;
  
  
  Understanding Data Science
&lt;/h2&gt;

&lt;p&gt;Data science covers the collection, analysis, and interpretation of data to uncover patterns and insights. It helps you make informed decisions and solve problems. Let's break it down.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prerequisites (Programming and Math)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python or R – These are versatile programming languages built specifically to be easy to use for handling and manipulating data.&lt;/li&gt;
&lt;li&gt;Yes. You do need mathematics. Especially statistics and linear algebra.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Gathering
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;This is a skill that is not emphasized enough, but data is the main pillar for the entire data science field. Learning how to gather data into a form that can be processed is crucial.&lt;/li&gt;
&lt;li&gt;For this, you need a combination of sources, building Python scripts to combine datasets, getting from other programs, and more.&lt;/li&gt;
&lt;li&gt;For a start, there is no need for complexity, as there are plenty of datasets online to reuse.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Handling
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Master tools like NumPy and Pandas for playing with data.&lt;/li&gt;
&lt;li&gt;Visualize data using Matplotlib and Seaborn.&lt;/li&gt;
&lt;li&gt;Learn how to clean and transform data.&lt;/li&gt;
&lt;li&gt;Use EDA techniques to understand your data better.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Extracting Insight from Data
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;This is possible through visualizations, with Python having libraries like Matplotlib and Seaborn for that. Other useful tools include R and its powerful ggplot2 library, Tableau, Power BI, and more.&lt;/li&gt;
&lt;li&gt;The key is to pick a few and get good at using them, the importance lies in understanding what the data represents rather than using the tools.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Machine Learning Basics
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Machine learning (ML) is basically divided into supervised, unsupervised and semi-supervised learning. 
Supervised data includes data that has labels, so the ML labels understand its structure. &lt;/li&gt;
&lt;li&gt;Unsupervised is the opposite, where the models have to figure out the structure and patterns. &lt;/li&gt;
&lt;li&gt;Semi-supervised strikes a balance between the previous two (don't worry, there is more to learn as you progress).&lt;/li&gt;
&lt;li&gt;Other notable mentions are deep learning and reinforcement learning, but these come in the advanced stages of data science and might not be suitable for a beginner.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Applying the Knowledge
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Make noise and keep documenting your journey through articles and social media posts. Oh, and do not forget to build a portfolio while at it, you need to prove your skills if you expect to get hired.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;NB: Keep learning.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>data</category>
      <category>dataengineering</category>
    </item>
  </channel>
</rss>
