Natural Language Processing | Text Pre-Processing For Machine Learning in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • In the real world, you will never find complete clean text to jump into machine learning. Text data comes with lots of impurities and requires a lot of preprocessing before you can perform any modeling with it. This tutorial shows some common text preprocessing techniques in Python.
    Please download the dataset from here:
    github.com/ras...
    The link to the video on lambda is here:
    • Lambda, Map, Filter an...
    Please feel free to check out my Data Science blog where you will find a lot of data visualization, exploratory data analysis, statistical analysis, machine learning, natural language processing, and computer vision tutorials and projects:
    regenerativeto...
    Facebook Page:
    regenerativeto...
    Twitter page:
    / rashida048
    #machinelearning #datascience #artificialintelligence #dataAnalytics #python #sklearn #naturallanguageprocessing #testpreparation

ความคิดเห็น • 3

  • @alexramos587
    @alexramos587 11 หลายเดือนก่อน

    Good content.

  • @SimaZahrai
    @SimaZahrai 9 หลายเดือนก่อน

    Thank you for creating these videos. They are very useful. Why did you import "re"? It doesn't look like you have used it.

    • @regenerativetoday4244
      @regenerativetoday4244  9 หลายเดือนก่อน

      Please ignore that. Sometimes I tend to import more things than necessary. I probably thought of using it then it wasn't necessary. Thanks for pointing to that!