An open API service indexing awesome lists of open source software.

https://github.com/ruoheng-du/applied-machine-learning

Applied Machine Learning | Fall 2024
https://github.com/ruoheng-du/applied-machine-learning

imbalanced-data linear-models natural-language-processing neural-networks svm-model tree-based-models

Last synced: 9 months ago
JSON representation

Applied Machine Learning | Fall 2024

Awesome Lists containing this project

README

          

# Applied Machine Learning | Fall 2024
This repository contains code implementations and analysis done in the Applied Machine Learning course during Fall 2024. The course focuses on practical applications of machine learning techniques, exploring various algorithms, tools, and approaches to solve real-world data-driven problems. The objective of the course is to understand machine learning algorithms to solve structured and unstructured data problems, and address challenges in model training, such as overfitting, underfitting, and class imbalance. The repository is organized into the following key notebooks:

1. **Linear_Models_SVMs.ipynb**
Implementation and analysis of linear models and Support Vector Machines (SVMs) for classification and regression tasks.

notebook1

2. **Tree-based_Ensemble_Models.ipynb**
Application of tree-based ensemble methods like Random Forests and Gradient Boosting to enhance predictive performance and interpretability.

notebook2

3. **Imbalanced_Dataset.ipynb**
Techniques and strategies to handle imbalanced datasets, including resampling methods and evaluation metrics tailored for imbalanced data.

notebook3

4. **Natural_Language_Processing.ipynb**
Exploration of NLP techniques, including text preprocessing, tokenization, and machine learning-based language models.

notebook4-1notebook4-2

5. **Neural_Networks.ipynb**
Development and training of neural network models for complex prediction tasks, including hyperparameter tuning and performance evaluation.

notebook5

Please feel free to email me at ruoheng.du@columbia.edu for any more information.