Skip to content

harshadeepg/machine-learning

 
 

Repository files navigation

Machine Learning

Workshop material for Machine Learning in Python by Amit Kapoor and Bargava Subramanian

  1. Time Series (8 hours, Datasets - Onion)

    • Linear Trend Model
    • Exponential Smoothing
    • ARIMA Models
    • Tweaking Model Parameters
    • Time series modeling with Regressors
  2. Association Rule Mining (4 hours, Dataset - Grocery)

    • Apriori Algorithm
    • Market Basket Analysis
  3. Random Forest / Gradient Boosting (4 hours, Dataset - UCI)

    • Intro to Ensemble Models, Bagging and Boosting
    • Gradient Boosting Classifier & Regressor
    • Random Forest Classifier & Regressor
    • Tuning Model Parameters
  4. Text Mining (6 hours, Dataset - DataTau and Twitter)

    • Regular Expression
    • Stopword Removal, Stemming
    • Word Cloud
    • Creating features from text
    • Term Frequency and Inverse Document Frequency (TF-IDF)
    • Sentiment Analysis
    • Topic Modeling - Latent Dirichlet Allocation (LDA)

###Script to check if requisite libraries for the workshop are present Please execute the following at the command prompt

$ python check_env.py

If any library has a FAIL message, please install/upgrade that library.

Installation instructions can be found here


Licensing

Machine Learning using Python by Amit Kapoor and Bargava Subramanian is licensed under a MIT License.

About

Workshop on Machine Learning in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.3%
  • Jupyter Notebook 32.7%