<?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: Harin!</title>
    <description>The latest articles on DEV Community by Harin! (@harincoder).</description>
    <link>https://dev.to/harincoder</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%2F1120664%2Fe87e6639-efc1-4bb8-b2ff-b734c5042071.png</url>
      <title>DEV Community: Harin!</title>
      <link>https://dev.to/harincoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harincoder"/>
    <language>en</language>
    <item>
      <title>Batch vs Online Learning: Breaking It Down for You</title>
      <dc:creator>Harin!</dc:creator>
      <pubDate>Fri, 18 Oct 2024 16:53:51 +0000</pubDate>
      <link>https://dev.to/harincoder/batch-vs-online-learning-breaking-it-down-for-you-3n8h</link>
      <guid>https://dev.to/harincoder/batch-vs-online-learning-breaking-it-down-for-you-3n8h</guid>
      <description>&lt;p&gt;ok, here's the simplified version of batch learning and Online learning. in batch learning.. the system learn the complete set of data at once, also it requires a lot of computing resources and the system is trained and deployed. this is also called offline learning.&lt;/p&gt;

&lt;p&gt;what if we need to train new data??&lt;br&gt;
yep.. if we have to feed new data, we have to completely retain the system with the new data from the scratch. the new system then replaces the older version. this is a time consuming and with the increase in dataset the required resource can be way costly and resource intensive.&lt;/p&gt;

&lt;p&gt;and when it comes to Online learning, the system may learn from new data's incrementally as we feed the system. and then, it also works well with a limited computation. the learning rate determines how quickly the system learns from the data.. but it can quickly forgot the older information. &lt;/p&gt;

&lt;p&gt;how ever, while training in online data.. feeding biased data can decrease the performance over time. so, its necessary to monitor the flow of the data and systems performance.&lt;/p&gt;

&lt;p&gt;and, finally choosing batch learning and online learning depends upon the application that we choose to work on!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;- I plan to write simplified breakdowns of technical concepts related to AI and robotics. Make sure to follow me!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>ai</category>
      <category>career</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>3 Book for Python Beginners</title>
      <dc:creator>Harin!</dc:creator>
      <pubDate>Fri, 11 Aug 2023 14:36:51 +0000</pubDate>
      <link>https://dev.to/harincoder/3-book-for-python-beginners-3mfh</link>
      <guid>https://dev.to/harincoder/3-book-for-python-beginners-3mfh</guid>
      <description>&lt;p&gt;These three are my most favorite book, as a beginner for python these three book helped me to grasp the concepts and it was explained in a easy way. &lt;/p&gt;

&lt;p&gt;So, these are those three books!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python Crash course : Hands-On Projects for Rapid Progress&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Python Crash Course” is a best book for beginners because it offers a hands-on approach, combining theory with practical exercises, making it easy to learn Python. The book covers essential Python concepts and programming fundamentals, enabling beginners to quickly build real-world projects. Its clear explanations and engaging examples make it accessible and enjoyable for newcomers to programming. The book’s well-structured content and step-by-step learning path make it a go-to resource for those starting their Python journey.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Python Cookbook : Unlocking the Power of Python&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;“Python Cookbook” is one of the best books for beginners because for the following reasons,&lt;/p&gt;

&lt;p&gt;It offers practical and real-world Python solutions that are easy to understand and apply.&lt;br&gt;
The book covers a wide range of topics, providing a comprehensive introduction to Python programming.&lt;br&gt;
It includes a collection of code recipes and examples that help learners grasp Python’s concepts and syntax.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Head First Python: Engaging and Interactive Learning for Beginners&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;“Head First Python” is an good book for beginners because it uses a highly engaging and interactive approach, making learning Python fun and intuitive. The book employs visual aids, puzzles, and real-world examples to reinforce concepts and enhance understanding. It focuses on practical application, enabling learners to build projects and gain hands-on experience. Additionally, the book covers core Python topics and best practices, providing a solid foundation for aspiring programmers.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Conclusion:&lt;/strong&gt;&lt;br&gt;
These Three are the very best way to Get started with Python. They are more than enough for beginners to get the basic Syntax, Functions and workings in python.&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>beginners</category>
      <category>books</category>
    </item>
  </channel>
</rss>
