LULC Satellite Image Classification Using Deep Learning: How to Train a Deep Learning Model in Colab

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • In this video, we will learn together how to train a deep learning model for land use land cover classification using Sentinel-2 satellite data.
    The code examples are available on our GitHub page:
    github.com/BEEILAB/LULC-Class...
    The EuroSat dataset can be found in the following link:
    github.com/phelber/eurosat#
    👍 Subscribe for more Python tutorials like this: / @beeilabtv
    📺 RELATED VIDEOS
    - Playlist with all our videos on land use and land cover classification using deep learning:
    • LULC Satellite Image C...
    Other Social:
    📸 Instagram: / beeilab
    🌎 Website: mahdianpari.ca/
    📱 Twitter: beeilab?lang=en
    📝 LinkedIn: / beeilab
    #BEEILAB #Python, #programming, #Coding, #pythonTutorial, #PythonCourse, #geospatial, #RemoteSensing, #GIS, #Geoscience, #AI, #ArtificialIntelligence, #geopython, #landuse #landcover #JupyterNotebook, #DeepLearning, #MachineLearning, #SatelliteImage, #ImageProcessing, #DataScience, #DataAnalysis, #DataVisualization, #SpatialAnalysis, #DataProcessing, #DataAnalytics, #DataMining, #ProgrammingTips, #AIProgramming, #GeospatialDataScience, #SpatialAnalysisTools, #PythonCode
    ~-~~-~~~-~~-~
    Please watch: "GeoSpatial Tutorial: What is Remote Sensing? Active and Passive Remote Sansing Sensors "
    • GeoSpatial Tutorial: W...
    ~-~~-~~~-~~-~
  • НаукаНаука

Комментарии • 19

  • @TomBiensia
    @TomBiensia 5 месяцев назад +1

    Your videos are always a joy to watch. Thanks for the great content!

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад

      Glad you like them!

  • @vloghung118
    @vloghung118 5 месяцев назад +1

    Your positive energy always shines through in your videos. Keep up the amazing work!

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад

      Thank you so much!

  • @amjedmehmood5654
    @amjedmehmood5654 5 месяцев назад +1

    The information in this video is so helpful. Thank you for sharing!

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад

      Glad it was helpful!

  • @user-ei7rn2wh6u
    @user-ei7rn2wh6u 5 месяцев назад +1

    Your channel is truly a treasure trove of amazing content. Keep up the great work!

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад

      Glad you enjoy it!

  • @Nightmare.826
    @Nightmare.826 5 месяцев назад +1

    Your videos are always so unique and creative. Keep up the great work!

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад

      Thank you so much!

  • @AlexAnticona94
    @AlexAnticona94 4 месяца назад

    Felicidades por su video y muchas gracias por la enseñanza, saludos desde Perú

  • @fifa22golpanikfcultimatete29
    @fifa22golpanikfcultimatete29 6 месяцев назад

    🎉🎉🎉

  • @peruvian12
    @peruvian12 5 месяцев назад +1

    I love the way you explain things in your videos. So clear and easy to understand!

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад

      Glad you like them!

  • @explorethebeautyofnature3530
    @explorethebeautyofnature3530 8 дней назад

    Thank you for the insights.
    Suppose I want to perform x-class classification using my own data, such as Sentinel-2. How do I modify this for my case?

  • @saleemullahbaig9925
    @saleemullahbaig9925 5 месяцев назад +1

    I am a little confused here as to why you use binary cross entropy as the loss function because you are working on a multi-class classification dataset.

    • @BEEiLabTV
      @BEEiLabTV  5 месяцев назад +1

      Yes, you are right. Here, we have two options. First, we can use sigmoid acrivation function with binary cross entropy and secondly, we can use softmax with categorical cross entropy.

    • @saleemullahbaig9925
      @saleemullahbaig9925 5 месяцев назад +1

      ​@@BEEiLabTV oh. i got it and thanks for your response.