Text Analytics and Predictions with Python Essential Training

Go to class
Write Review

Free Online Course: Text Analytics and Predictions with Python Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Text Analytics and Predictions with Python Essential Training is taught by Kumaran Ponnambalam.

Overview
  • Learn about the techniques for analyzing text data in Python and perform machine learning and predictions.

Syllabus
  • Introduction

    • The need for text mining skills in data science
    • Introduction to text analytics
    • Course prerequisites
    • Using Jupyter Notebook
    1. Word Cloud
    • Word Cloud concepts
    • Preparing data for a word cloud
    • Displaying the word cloud
    • Enhancing the word cloud
    2. Sentiment Analysis
    • Purpose
    • Preparing data for sentiment analysis
    • Finding sentiments
    • Summarization and display
    3. Clustering
    • Purpose
    • Preparing data for clustering
    • k-means clustering
    • k-means optimization
    4. Classification
    • Purpose
    • Preparing data for classification
    • Naïve Bayes classification
    • Predictions for text
    5. Predictive Text
    • Predictive text concepts
    • Preparing data for predictive text
    • Building n-grams database
    • Recommending next word
    Conclusion
    • Next steps