Skip to content

Solutions and Guides to various Kaggle Machine Learning Competitions

License

Notifications You must be signed in to change notification settings

chapagain/kaggle-competitions-solution

Repository files navigation

Kaggle Competitions Guides and Solutions

Solutions and Guides to various Kaggle Machine Learning Competitions.

Guides and solutions are present in Jupyter Notebook format.

Programming Language: Python

Datasets are taken from Kaggle Competitions.

Competitions

Trying out the following classifiers:

  • Decision Tree
  • Random Forest
  • Support Vector Machine (SVM)
  • Logistic Regression
  • Linear SVC
  • Perceptron
  • k-Nearest Neighbor (KNN)
  • Naive Bayes
  • Stochastic Gradient Decent (SGD)

Trying out the following regression models:

  • Lasso
  • Elastic Net
  • Kernel Ridge
  • Gradient Boost
  • XGBoost
  • LightGBM

Using Deep Learning with Keras - the Neural Network Library written in Python.

The following Neural Network models are used for this problem:

  • Multi-layer Perceptron Model (MLP)
  • Convolutional Neural Network (CNN) Model
  • Using Logistic Regression Model

  • Using Multiple Models: Logistic Regression, SGD, Naive Bayes, OneVsOne Models

  • Using Long short-term memory (LSTM) recurrent neural network (RNN) model for IMDB dataset

  • Using Long short-term memory (LSTM) recurrent neural network (RNN) model for Kaggle dataset


My Kaggle Profile

About

Solutions and Guides to various Kaggle Machine Learning Competitions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published