<?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: Gautam</title>
    <description>The latest articles on DEV Community by Gautam (@gautam1858).</description>
    <link>https://dev.to/gautam1858</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%2F332729%2F2da42bab-eb2c-4de5-98e1-e194934961c3.jpeg</url>
      <title>DEV Community: Gautam</title>
      <link>https://dev.to/gautam1858</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gautam1858"/>
    <language>en</language>
    <item>
      <title>Excellent Python tutorial, please like, sponsor for more tutorials</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Tue, 20 Sep 2022 07:07:40 +0000</pubDate>
      <link>https://dev.to/gautam1858/excellent-python-tutorial-please-sponsor-for-more-tutorials-31po</link>
      <guid>https://dev.to/gautam1858/excellent-python-tutorial-please-sponsor-for-more-tutorials-31po</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/gautam1858/python-awesome"&gt;https://github.com/gautam1858/python-awesome&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Github Curriculum for Python and Machine Learning - Looking for Github Sponsor</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Wed, 25 May 2022 05:06:11 +0000</pubDate>
      <link>https://dev.to/gautam1858/github-curriculum-for-python-and-machine-learning-looking-for-github-sponsor-34pi</link>
      <guid>https://dev.to/gautam1858/github-curriculum-for-python-and-machine-learning-looking-for-github-sponsor-34pi</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/gautam1858/python-awesome"&gt;https://github.com/gautam1858/python-awesome&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>machinelearning</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Parallel-File-Sharing</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Tue, 07 Sep 2021 10:25:48 +0000</pubDate>
      <link>https://dev.to/gautam1858/parallel-file-sharing-331b</link>
      <guid>https://dev.to/gautam1858/parallel-file-sharing-331b</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/gautam1858/Parallel-File-Sharing"&gt;https://github.com/gautam1858/Parallel-File-Sharing&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cpp</category>
    </item>
    <item>
      <title>Learn Python, Easy to learn, way to get started</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Sun, 17 Jan 2021 14:53:27 +0000</pubDate>
      <link>https://dev.to/gautam1858/learn-python-easy-to-learn-way-to-get-started-mn4</link>
      <guid>https://dev.to/gautam1858/learn-python-easy-to-learn-way-to-get-started-mn4</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/gautam1858/python-awesome"&gt;https://github.com/gautam1858/python-awesome&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please star on GitHub &lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Parallel File Sharing platform</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Mon, 06 Jul 2020 05:15:04 +0000</pubDate>
      <link>https://dev.to/gautam1858/parallel-file-sharing-platform-1bbf</link>
      <guid>https://dev.to/gautam1858/parallel-file-sharing-platform-1bbf</guid>
      <description>&lt;p&gt;Parallel upload and download of file&lt;/p&gt;

&lt;p&gt;From the Server this platform allows parallel upload and download. Epoll is used to allow Asynchronous IO and parallel uploads &amp;amp; downloads.&lt;/p&gt;

&lt;p&gt;Principles of Design :&lt;/p&gt;

&lt;p&gt;Client registers to start/initiate the sharing.&lt;br&gt;
Client establishes connectivity to specific client after regsitration with other clients.&lt;br&gt;
The register gets updated every time a new client registers or drops.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/gautam1858/Parallel-File-Sharing"&gt;https://github.com/gautam1858/Parallel-File-Sharing&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>productivity</category>
      <category>github</category>
      <category>c</category>
    </item>
    <item>
      <title>Parallel-File-Sharing</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Sun, 05 Jul 2020 05:45:52 +0000</pubDate>
      <link>https://dev.to/gautam1858/parallel-file-sharing-2jei</link>
      <guid>https://dev.to/gautam1858/parallel-file-sharing-2jei</guid>
      <description>&lt;p&gt;Parallel upload and download of file&lt;/p&gt;

&lt;p&gt;From the Server this platform allows parallel upload and download. Epoll is used to allow Asynchronous IO and parallel uploads &amp;amp; downloads.&lt;/p&gt;

&lt;p&gt;Principles of Design :&lt;/p&gt;

&lt;p&gt;Client regsiteds to start/ initiate the sharing.&lt;br&gt;
Client establishes connectivity to speicif client after regsitration with other clients.&lt;br&gt;
The register gets updated everytime a new client registers or drops.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/gautam1858/Parallel-File-Sharing"&gt;https://github.com/gautam1858/Parallel-File-Sharing&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>python</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>TensorFlow.js: Machine Learning in JavaScript by Jason Mayes (Google)</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Sun, 03 May 2020 12:14:59 +0000</pubDate>
      <link>https://dev.to/gautam1858/tensorflow-js-machine-learning-in-javascript-by-jason-mayes-google-4i6n</link>
      <guid>https://dev.to/gautam1858/tensorflow-js-machine-learning-in-javascript-by-jason-mayes-google-4i6n</guid>
      <description>&lt;p&gt;TensorFlow. js is an open-source hardware-accelerated JavaScript library for training and deploying machine learning models. Develop ML in the Browser. Use flexible and intuitive APIs to build models from scratch using the low-level JavaScript linear algebra library or the high-level layers API.  Join us for a short introductory talk to learn more about machine learning in JavaScript and some of the superpowers you gain by using TensorFlow.js in the browser and beyond.&lt;/p&gt;

&lt;p&gt;Please RSVP here &lt;a href="https://www.meetup.com/TFUG-Mysuru/events/270417132/"&gt;https://www.meetup.com/TFUG-Mysuru/events/270417132/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>news</category>
    </item>
    <item>
      <title>Googel Brain : Intro to TFLite and TFLite Micro</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Fri, 01 May 2020 20:40:46 +0000</pubDate>
      <link>https://dev.to/gautam1858/intro-to-tflite-and-tflite-micro-145k</link>
      <guid>https://dev.to/gautam1858/intro-to-tflite-and-tflite-micro-145k</guid>
      <description>&lt;p&gt;Meghna Natraj is a software engineer on the Google Brain team, USA working on TensorFlow Lite, an open source deep learning framework for on-device inference. Previously, she worked at Bloomberg as a software engineer building scalable machine learning services and completed her M.S in Computer Science from Georgia Institute of Technology.&lt;/p&gt;

&lt;p&gt;Agenda :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Intro to TFLite and TFLite Micro&lt;/li&gt;
&lt;li&gt;Training a model for mobile deployment (+ discuss dos and don'ts to ensure common issues are not encountered). Discuss new features such as Model Maker + Support Library + Quantize Aware Training + Op compatibility.&lt;/li&gt;
&lt;li&gt;Deploy a model and test it.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;RSVP here &lt;a href="https://www.meetup.com/TFUG-Mysuru/events/270390225/"&gt;https://www.meetup.com/TFUG-Mysuru/events/270390225/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>android</category>
    </item>
    <item>
      <title>TensorFlow JS - Show and Tell</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Fri, 03 Apr 2020 11:35:42 +0000</pubDate>
      <link>https://dev.to/gautam1858/tensorflow-js-show-and-tell-40i1</link>
      <guid>https://dev.to/gautam1858/tensorflow-js-show-and-tell-40i1</guid>
      <description>&lt;p&gt;Hosting TFUG Mysore first meetup : TensorFlow JS - Show and Tell by Jason Mayes  - Senior Developer Advocate at Google. 8 presenters showing what they have #MadeWithTFJS with epic demos lined up + more. RSVP now&lt;/p&gt;

&lt;p&gt;&lt;a href="http://meetu.ps/e/HTwBV/jYwqF/a"&gt;http://meetu.ps/e/HTwBV/jYwqF/a&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Full-Stack Webscrapper for ML using nodeJS and mySQL</title>
      <dc:creator>Gautam</dc:creator>
      <pubDate>Sun, 09 Feb 2020 12:31:54 +0000</pubDate>
      <link>https://dev.to/gautam1858/full-stack-webscrapper-for-ml-using-nodejs-and-mysql-31bg</link>
      <guid>https://dev.to/gautam1858/full-stack-webscrapper-for-ml-using-nodejs-and-mysql-31bg</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/gautam1858/FullStack-webscraper-for-ML"&gt;https://github.com/gautam1858/FullStack-webscraper-for-ML&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>database</category>
      <category>node</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
