<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Integrating machine learning algorithms for LULC classification using python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754556#M367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen the basic information links in the help topics?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/introduction-to-deep-learning.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/introduction-to-deep-learning.htm"&gt;Introduction to deep learning—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the samples on the api site&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/" title="https://developers.arcgis.com/python/"&gt;ArcGIS API for Python | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;samples are here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/tree/master/samples" title="https://github.com/Esri/arcgis-python-api/tree/master/samples"&gt;arcgis-python-api/samples at master · Esri/arcgis-python-api · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jul 2020 19:27:56 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-07-19T19:27:56Z</dc:date>
    <item>
      <title>Integrating machine learning algorithms for LULC classification using python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754555#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone provide me platform for learning image classification of Landsat imagery using machine algorithms(RF, SVM, DL, DT, KNN, NN) in python???? Are there tutorials regarding this where i can learn to integrate GIS and machine learning. I am new to machine learning and python so dont know the bridge between it. So tutorials would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2020 19:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754555#M366</guid>
      <dc:creator>Bashyal_Suraj</dc:creator>
      <dc:date>2020-07-19T19:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating machine learning algorithms for LULC classification using python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754556#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen the basic information links in the help topics?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/introduction-to-deep-learning.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/image-analyst/introduction-to-deep-learning.htm"&gt;Introduction to deep learning—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the samples on the api site&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/" title="https://developers.arcgis.com/python/"&gt;ArcGIS API for Python | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;samples are here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/tree/master/samples" title="https://github.com/Esri/arcgis-python-api/tree/master/samples"&gt;arcgis-python-api/samples at master · Esri/arcgis-python-api · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2020 19:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754556#M367</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-07-19T19:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating machine learning algorithms for LULC classification using python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754557#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is &lt;A href="https://developers.arcgis.com/python/sample-notebooks/detecting-settlements-using-supervised-classification-and-deep-learning/"&gt;this sample&lt;/A&gt;&amp;nbsp;on the &lt;A href="https://developers.arcgis.com/python/"&gt;developers site&lt;/A&gt;&amp;nbsp;that has a section where LULC is performed on Landsat8 imagery using SVM classifier. Also now you can perform LULC using DL models like U-Net, &lt;A href="https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-unet/"&gt;here&lt;/A&gt; is a sample for that too.&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 17:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/integrating-machine-learning-algorithms-for-lulc/m-p/754557#M368</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-20T17:11:09Z</dc:date>
    </item>
  </channel>
</rss>

