Dropout in Deep Learning
-
Updated
Mar 28, 2023 - Jupyter Notebook
Dropout in Deep Learning
Fraud detection over twitter feed data
A series of documented Jupyter notebooks implementing polynomial regression models and model performance analysis
Python version of Andrew Ng's Machine Learning Course.
Adding noise as regularization method to reduce overffiting in neural networks
Implementation of Decision Tree and Random Forest algorithms, with various hyperparameters, developed from scratch and using scikit-learn for comparison and analysis.
A visual example of the concepts of under and overfitting in supervised machine learning using U.S. state border data.
Xinshao Wang, Ex-Postdoc and Ex-Visit Scholar@University of Oxford, Ex-Senior Researcher@ZenithAI
Evaluating classifier using Python focus on evaluation metrics and hyperparameter turning
This repository provides a series of interactive Jupyter Notebook exercises designed to teach fundamental deep learning concepts through hands-on implementation and experimentation.
Overfitting and Underfitting in Machine Learning
A repository documenting the work for the Special Course with Professor Søren Hauberg from DTU Cognitive Systems.
In this repository you will learn how to handle overfitting with the help of Lasso and Ridge Regression regularizations, also working mechanism of those while using useful charts.
Supervised Learning - Regression Algorithm
Overfitting is often caused by using a model with too many parameters or if the model is too powerful for the given dataset. On the other hand, underfitting is often caused by the model with too few parameters or by using a model that is not powerful enough for the given dataset. In this we are discussing about that.
Make use of PyTorch's custom modules to define a network architecture and train a model. Investigate how to improve a model's performance and deploy your model for wider use.
IMP KEYS OF ML MODEL
Brief study on Underfitting and Overfitting in Machine Learning
Recognize underfitting and overfitting, implement bagging and boosting, and build a stacked ensemble model using a number of classifiers.
Pursued an Introductory Machine Learning course in Python on Kaggle in my free time, where I practiced on a dataset and built a small model on Kaggle.
Add a description, image, and links to the underfitting topic page so that developers can more easily learn about it.
To associate your repository with the underfitting topic, visit your repo's landing page and select "manage topics."