Skip to content

Files

Latest commit

e62f568 · Mar 27, 2023

History

History
43 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.56 KB

Natural Language Processing Course

I made this cuorse of NLP and Machine Learning to dictate at ITM.

Libraries:


    • Introduction to Python and intermediate Python.
    • Introduction to text mining.
    • Text processing.
    • Text characterization.
    • Build dataset - Unstructured Data to Structure Data.
    • Regression logistics
    • Wordembeddings: One Hot encoding, Word2Vec.
    • Building text classification model with Machine Learning.

Classes

You will know about basic python programming like variable types, loops and basic operations.

You will learn to process text with the NLTK library and string operations.

Basic example of how to do text mining, from text extracted from an html page.

Dataframe manipulation, relevant data extraction and characterization.

You will know the handling of the twitter api and learn data structuring from a json file.

Logistic regressor for analysis of sentiments in tweets.

Vectorization of text with Wordembeddings.

Construction of a classifier from machine learning techniques.