<?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: Bhumi lad</title>
    <description>The latest articles on DEV Community by Bhumi lad (@bhumilad).</description>
    <link>https://dev.to/bhumilad</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%2F542770%2Fc6ed1662-70cb-408b-a261-0160cf8d7385.png</url>
      <title>DEV Community: Bhumi lad</title>
      <link>https://dev.to/bhumilad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhumilad"/>
    <language>en</language>
    <item>
      <title>roadmap of machine learning</title>
      <dc:creator>Bhumi lad</dc:creator>
      <pubDate>Sat, 03 Apr 2021 06:16:40 +0000</pubDate>
      <link>https://dev.to/bhumilad/roadmap-of-machine-learning-hb8</link>
      <guid>https://dev.to/bhumilad/roadmap-of-machine-learning-hb8</guid>
      <description>&lt;p&gt;I am here for you ..so guys are you ready?&lt;/p&gt;

&lt;h1&gt;
  
  
  steps how to become a machine learning programmer:
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthumbor.forbes.com%2Fthumbor%2F960x0%2Fhttps%253A%252F%252Fspecials-images.forbesimg.com%252Fdam%252Fimageserve%252F966248982%252F960x0.jpg%253Ffit%253Dscale" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthumbor.forbes.com%2Fthumbor%2F960x0%2Fhttps%253A%252F%252Fspecials-images.forbesimg.com%252Fdam%252Fimageserve%252F966248982%252F960x0.jpg%253Ffit%253Dscale" alt="image" width="958" height="616"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.suitable language for machine learning&lt;/strong&gt;:-&lt;br&gt;
-Python is a simple and easy-to-learn language. less step of code gives you amazing output. so you can prefer this language.&lt;br&gt;
-I suggest the best course ...you can follow it.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=aqvDTCpNRek&amp;amp;list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=aqvDTCpNRek&amp;amp;list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.mathematics is required&lt;/strong&gt;:-&lt;br&gt;
-Linear Algebra&lt;br&gt;
-Optimization Theory&lt;br&gt;
-Probability and Statistics&lt;br&gt;
-Signal Processing&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.you must know how to use a python library&lt;/strong&gt;:-&lt;br&gt;
-NumPy&lt;br&gt;
-scipy&lt;br&gt;
-pandas&lt;br&gt;
-matplotlib&lt;br&gt;
-seaborn&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.TensorFlow library:&lt;/strong&gt;&lt;br&gt;
-TensorFlow is a free and open-source software library for machine learning. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;the best course for ML. I personally recommend:&lt;/strong&gt;&lt;br&gt;
-Coursera&lt;br&gt;
-udemy&lt;br&gt;
-youtube&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>how to create a word cloud in python?</title>
      <dc:creator>Bhumi lad</dc:creator>
      <pubDate>Mon, 21 Dec 2020 10:33:43 +0000</pubDate>
      <link>https://dev.to/bhumilad/how-to-create-a-word-cloud-in-python-1dm0</link>
      <guid>https://dev.to/bhumilad/how-to-create-a-word-cloud-in-python-1dm0</guid>
      <description>&lt;p&gt;if you don't have python.&lt;br&gt;
download on below link:&lt;br&gt;
python(&lt;a href="https://www.python.org/downloads/" rel="noopener noreferrer"&gt;https://www.python.org/downloads/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;and if you have then &lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fpxpie12ndz2ljng97sui.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fpxpie12ndz2ljng97sui.jpg" alt="image of clapping" width="236" height="182"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;start word cloud&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fpbll1iv8illry3sp3v8z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fpbll1iv8illry3sp3v8z.png" alt="image of wordcloud" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;before starting the code, we have to install a module.&lt;/strong&gt;&lt;br&gt;
pip install wordcloud&lt;br&gt;
or &lt;br&gt;
conda install wordcloud&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;we need some libraries-&lt;/strong&gt;&lt;br&gt;
pip install matplotlib &lt;br&gt;
pip install numpy&lt;/p&gt;

&lt;h2&gt;
  
  
  start creating wordcloud
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhr0qsbg55fi8qy95anv1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhr0qsbg55fi8qy95anv1.png" alt="code" width="800" height="64"&gt;&lt;/a&gt;&lt;br&gt;
so, we are imported modules and libraries...&lt;br&gt;
and STOPWORDS is using to remove stopwords in the cloud, stop wards like is, are, HTTP etc.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F01j2y89oub4d5anb8k6o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F01j2y89oub4d5anb8k6o.png" alt="code" width="800" height="69"&gt;&lt;/a&gt;&lt;br&gt;
we have to open a txt file in reading mode and set STOPWORD by creating variables.&lt;br&gt;
you can create txt file by own in notepad.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhb154cb2e93rw8u7kbnt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhb154cb2e93rw8u7kbnt.png" alt="code" width="800" height="113"&gt;&lt;/a&gt;&lt;br&gt;
you can download spyider pic using this link:&lt;br&gt;
(&lt;a href="https://www.google.com/url?sa=i&amp;amp;url=https%3A%2F%2Fwww.kissclipart.com%2Fspider-black-and-white-widow-spider-arachnid-line-8wkqnf%2F&amp;amp;psig=AOvVaw21JbV148DVgwKPNtOBXZt5&amp;amp;ust=1608631393595000&amp;amp;source=images&amp;amp;cd=vfe&amp;amp;ved=0CAIQjRxqFwoTCNCEn9bp3u0CFQAAAAAdAAAAABAO" rel="noopener noreferrer"&gt;https://www.google.com/url?sa=i&amp;amp;url=https%3A%2F%2Fwww.kissclipart.com%2Fspider-black-and-white-widow-spider-arachnid-line-8wkqnf%2F&amp;amp;psig=AOvVaw21JbV148DVgwKPNtOBXZt5&amp;amp;ust=1608631393595000&amp;amp;source=images&amp;amp;cd=vfe&amp;amp;ved=0CAIQjRxqFwoTCNCEn9bp3u0CFQAAAAAdAAAAABAO&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Using a mask you can generate wordclouds in arbitrary shapes.so we take custom mask.you change background and word size. and generate text.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fh7u2mx6ae1o4e9z7x0uh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fh7u2mx6ae1o4e9z7x0uh.png" alt="code" width="800" height="65"&gt;&lt;/a&gt;&lt;br&gt;
you must know about matplotlib library. if you don't know how it's work then click on this link :(&lt;a href="https://matplotlib.org/3.3.3/contents.html#" rel="noopener noreferrer"&gt;https://matplotlib.org/3.3.3/contents.html#&lt;/a&gt;)&lt;br&gt;
you can change figure size and if you have to save this wordcloud on your pc then save plt.savefig(text='MY wordcloud').you can use another name to save the image...&lt;/p&gt;

&lt;p&gt;if you like this post like share and comment. Share your feedback, please &lt;br&gt;
thank you&lt;/p&gt;

</description>
      <category>python</category>
      <category>wordcloud</category>
    </item>
    <item>
      <title>why do we learn python?</title>
      <dc:creator>Bhumi lad</dc:creator>
      <pubDate>Fri, 18 Dec 2020 10:31:59 +0000</pubDate>
      <link>https://dev.to/bhumilad/why-do-we-learn-python-4pno</link>
      <guid>https://dev.to/bhumilad/why-do-we-learn-python-4pno</guid>
      <description>&lt;p&gt;why do we learn python?&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Flvt2e5xp1q04s4wr13jr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Flvt2e5xp1q04s4wr13jr.png" alt="image of python" width="200" height="200"&gt;&lt;/a&gt;&lt;br&gt;
-python is one of the most popular languages for programming.&lt;br&gt;
-it's easy to understand as compared to other languages&lt;br&gt;
-less code &lt;br&gt;
-different module in python&lt;br&gt;
      like; for creating GUI Tkinter, for gaming pygame, etc.&lt;/p&gt;

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