<?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: Ali Akber </title>
    <description>The latest articles on DEV Community by Ali Akber  (@aliakberaakash).</description>
    <link>https://dev.to/aliakberaakash</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%2F400999%2F98cdec9b-ad38-428e-a969-96dd578fe0c5.png</url>
      <title>DEV Community: Ali Akber </title>
      <link>https://dev.to/aliakberaakash</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aliakberaakash"/>
    <language>en</language>
    <item>
      <title>Journey to Machine Learning (Day 005)</title>
      <dc:creator>Ali Akber </dc:creator>
      <pubDate>Wed, 10 Jun 2020 16:38:03 +0000</pubDate>
      <link>https://dev.to/aliakberaakash/journey-to-machine-learning-day-005-22bi</link>
      <guid>https://dev.to/aliakberaakash/journey-to-machine-learning-day-005-22bi</guid>
      <description>&lt;p&gt;Helloo Devs! It's another day and once again I'm here. I'm thinking I'll not be adding references to previous posts anymore as it's quite troublesome :p If someone is interested to read previous posts kindly check my profile. &lt;/p&gt;

&lt;p&gt;Today I finished pandas section, after that there was control section ( if - else - loops ), It took me like 15 mins to complete all the exercises (Duh! I'm an android developer remember? :p ) Idk why they added this in the advanced python course though! I'm gonna be done with this course by tomorrow. There's a project at the end of the course. I'm excited about it &lt;em&gt;_&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I was able to debug the problem &lt;a href="https://leetcode.com/problems/merge-k-sorted-lists/"&gt;Merge K sorted list&lt;/a&gt;. The problem was that I forgot to define a way to compare elements in the heap. I'm thinking of writing more details about these problems, probably in another thread. &lt;/p&gt;

&lt;p&gt;As for Django, I watched more tutorials than I should've last night. Mainly because it's very easy to understand and fun to do. I learned about urls, views and templates. Created a static page with template extension. &lt;/p&gt;

&lt;p&gt;I'm looking a bit into statistics as it is required for one of the exercises of ML. I'm thinking of watching this &lt;a href="https://www.youtube.com/watch?v=iYiOVISWXS4"&gt;Gaussian Distribution&lt;/a&gt; tutorial. Maybe I'll watch it after posting this :p &lt;/p&gt;

&lt;p&gt;That's it for today folks! Hope to write another one tomorrow! Thanks for reading &amp;lt;3&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>database</category>
      <category>datascience</category>
      <category>python</category>
    </item>
    <item>
      <title>Journey to Machine Learning (Day 004)</title>
      <dc:creator>Ali Akber </dc:creator>
      <pubDate>Tue, 09 Jun 2020 16:21:56 +0000</pubDate>
      <link>https://dev.to/aliakberaakash/journey-to-machine-learning-day-004-4dha</link>
      <guid>https://dev.to/aliakberaakash/journey-to-machine-learning-day-004-4dha</guid>
      <description>&lt;p&gt;Hello Devs! It's day 4 and once again I'm here to rant! If you wanna read the previous post see here :&lt;br&gt;
&lt;a href="https://dev.to/aliakberaakash/journey-to-machine-learning-day-001-14n4"&gt;day 001&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/aliakberaakash/journey-to-machine-learning-day-002-3f49"&gt;day 002&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/aliakberaakash/journey-to-machine-learning-day-003-3d2o"&gt;day 003&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today I finished the matplotlib section and also read a bit of pandas. I created this beautiful graph in an exercise. It's probably nothing but I'm proud of it :D&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YW7ORxNy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/AliAkberAakash/Notification-payload/master/gdp%2520graph.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YW7ORxNy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/AliAkberAakash/Notification-payload/master/gdp%2520graph.PNG" alt="graph"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I found some great resources today on machine learning. This &lt;a href="https://github.com/AliAkberAakash/PythonDataScienceHandbook"&gt;Book&lt;/a&gt; looks great and it has interractive exercise too. It's completely free so, if you wanna try it go ahead. &lt;/p&gt;

&lt;p&gt;As for leetcode problems I solved &lt;a href="https://leetcode.com/explore/learn/card/binary-search/125/template-i/951/"&gt;Guess the number&lt;/a&gt;. I also tried to solve &lt;a href="https://leetcode.com/submissions/detail/345714677/"&gt;Merge K sorted Arrays&lt;/a&gt; but got stuck and wasn't able to debug it yet. &lt;/p&gt;

&lt;p&gt;I haven't watched Django today till now, but I still have some time left before I call it a day. So I might watch it. &lt;/p&gt;

&lt;p&gt;Yesterday I said that I was gonna drop the math course but I had some time left before going to bed, so I saw a few videos. I might/might not drop it, but this is surely on the last of my priorities for now.&lt;/p&gt;

&lt;p&gt;That's pretty much it for today. Hope to write tomorrow again. Thanks for reading! &amp;lt;3 &lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>datascience</category>
      <category>pandas</category>
    </item>
    <item>
      <title>Journey to Machine Learning (Day 003)</title>
      <dc:creator>Ali Akber </dc:creator>
      <pubDate>Mon, 08 Jun 2020 14:19:34 +0000</pubDate>
      <link>https://dev.to/aliakberaakash/journey-to-machine-learning-day-003-3d2o</link>
      <guid>https://dev.to/aliakberaakash/journey-to-machine-learning-day-003-3d2o</guid>
      <description>&lt;p&gt;Hi devs! It's another day and once again I'm here to rant :v This is the 3rd post of the series, you can find the previous posts here :&lt;br&gt;
&lt;a href="https://dev.to/aliakberaakash/journey-to-machine-learning-day-001-14n4"&gt;day 001&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/aliakberaakash/journey-to-machine-learning-day-002-3f49"&gt;day 002&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Okay, so today I finally finished the beginner python course from DataCamp, it took me around 3 days. Here's the completion statement (Yaay!)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FAliAkberAakash%2FNotification-payload%2Fmaster%2Fnumpy%2520certificate.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2FAliAkberAakash%2FNotification-payload%2Fmaster%2Fnumpy%2520certificate.PNG" alt="statement"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also started the next course which is, Intermedite python. Learned a bit about matplotlib. It was cool. &lt;/p&gt;

&lt;p&gt;For leetcode problems, today I solved &lt;a href="https://leetcode.com/problems/kth-largest-element-in-an-array/" rel="noopener noreferrer"&gt;K'th Largest element in an array&lt;/a&gt;&lt;br&gt;
It'a heap based problem. &lt;/p&gt;

&lt;p&gt;Yesterday i said I started a math course. I'm thinking of dropping it, as I don't feel I need right now, maybe I'll start it again after going a bit into machine learning.&lt;/p&gt;

&lt;p&gt;I was also seeing a bit of Django, as i'm thinking of making a blog site of my own. Today I learned what virtual environments are and how to setup one from &lt;a href="https://www.youtube.com/watch?v=N5vscPTWKOk" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's pretty much it for today. Hope to write tomorrow too. Thanks for reading &amp;lt;3&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>datascience</category>
      <category>matplotlib</category>
    </item>
    <item>
      <title>Journey to Machine Learning (Day 002)</title>
      <dc:creator>Ali Akber </dc:creator>
      <pubDate>Sun, 07 Jun 2020 17:06:54 +0000</pubDate>
      <link>https://dev.to/aliakberaakash/journey-to-machine-learning-day-002-3f49</link>
      <guid>https://dev.to/aliakberaakash/journey-to-machine-learning-day-002-3f49</guid>
      <description>&lt;p&gt;Hey guys! So this is my day 2 of journey to machine learning. You can find day 001 &lt;a href="https://dev.to/aliakberaakash/journey-to-machine-learning-day-001-14n4"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today I learned a bit more about numPy. I learned to slice 1D and 2D vetors and played around with them a little. &lt;/p&gt;

&lt;p&gt;I solved &lt;a href="https://leetcode.com/problems/single-number/"&gt;Single Number&lt;/a&gt; and &lt;a href="https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/"&gt;Find All missing numbers&lt;/a&gt; from leetcode with python. &lt;/p&gt;

&lt;p&gt;I was browsing youtube and found a &lt;a href="https://www.youtube.com/watch?v=jGwO_UgTS7I&amp;amp;list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU"&gt;Machine learning course&lt;/a&gt; from Stanford. I thought I'd give it a try but I realized it requires some mathematics which I have done before but now completely forgotten them. So I started another course which is kind of a refreshment course of &lt;a href="https://www.youtube.com/watch?v=SPj8ARqpFEU&amp;amp;list=PL2jykFOD1AWazz20_QRfESiJ2rthDF9-Z"&gt;linear algebra&lt;/a&gt;. I plan to complete it alongside the Datacamp course.&lt;/p&gt;

&lt;p&gt;Tbh the Datacamp course seems to be very easy and I could finish it in one day, but I don't wanna forget everything the next day so, I'm taking things a bit slowly. Hopefully It'll be done by 10th June. &lt;/p&gt;

&lt;p&gt;So yeah that's pretty much it for today. Thanks for reading. Hope to write another one tomorrow! &amp;lt;3&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>linearalgebra</category>
    </item>
    <item>
      <title>Journey to Machine Learning (Day 001)</title>
      <dc:creator>Ali Akber </dc:creator>
      <pubDate>Sat, 06 Jun 2020 14:23:57 +0000</pubDate>
      <link>https://dev.to/aliakberaakash/journey-to-machine-learning-day-001-14n4</link>
      <guid>https://dev.to/aliakberaakash/journey-to-machine-learning-day-001-14n4</guid>
      <description>&lt;p&gt;So this is my first post as I just started my journey to machine learning. Its more like a journal, I'll try to write one post everyday. So, lets get started.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;A little bit about my programming background&lt;/b&gt;&lt;br&gt;
I'm a computer science student, final year. I have been learning programming for about 4 years. I do a bit of problem solving. I have been learning android since 2018 and I published two apps in google playstore. I'm currently working as a flutter developer in a small company with very little pay :p&lt;/p&gt;

&lt;p&gt;&lt;b&gt; Why machine learning? &lt;/b&gt; &lt;br&gt;
I've always been interested in AI since childhood, though I didn't quite understand what it was. I wanted to learn it in the first year of college, but there aren't many jobs with machine learning in my country. So, I had to learn a development platform first (Android) to get a job as soon as I graduate. It's not that I don't like Android, I love it. But I also wanna do something amazing rather than making commercial applications. Mixing machine learning and my development skills I might be able to achieve that! &lt;/p&gt;

&lt;p&gt;&lt;b&gt; My progress till now &lt;/b&gt;&lt;br&gt;
Though this is the first post, it's been 6 days since I started learning python. So far so good. I have been solving leetcode problems with python (which is also to prepare for a good job). &lt;/p&gt;

&lt;p&gt;I subscribed to Data Camp's student package, which is 3 months of premium subscription free for students, and started a python course. I've moved onto NumPy today on Data Camp. I plan to finish this course by 10th June and take part in an assessment to check my skills. &lt;/p&gt;

&lt;p&gt;After that I'm gonna shift to machine learning specific track. I have 3 months of subscription only and gotta take what I can in this three months :p&lt;/p&gt;

&lt;p&gt;I guess that's it for today. I'll try to write one post everyday. Follow me to get updates of a struggling developer :p &lt;/p&gt;

&lt;p&gt;Thanks for reading this! &amp;lt;3&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>numpy</category>
      <category>datascience</category>
    </item>
  </channel>
</rss>
