Skip to content
#

ensemble-learning

Here are 1,031 public repositories matching this topic...

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jun 8, 2024
  • Jupyter Notebook

A face recognition model build with an ensemble of popular pre-trained models like FaceNet and OpenFace, on training with a dataset of 31 celebrity images. Built an application which can recognise a new person based on stored embedding of him and relate his facial features to the 31 celebrities it was trained.

  • Updated Jun 6, 2024
  • Jupyter Notebook

This model utilizes regression models and accurately predicts employee salaries based on experience, previous CTC, and job roles, promoting fair salary structures and optimizing resource allocation for streamlined HR operations.

  • Updated Jun 4, 2024
  • Jupyter Notebook

This project employs ensemble learning methods to forecast cybercrime rates, utilizing datasets with population, internet subscriptions, and crime incidents. By analyzing trends and employing metrics like R2 Score and Mean Squared Error, it aims to enhance prediction accuracy and provide insights for effective prevention strategies.

  • Updated Jun 4, 2024
  • Python

This code performs email spam classification using three machine learning models: Naive Bayes, Support Vector Machines (SVM), and Random Forest Classifier. It evaluates their performance using accuracy scores and classification reports, ultimately identifying Random Forest Classifier as the best performer among the three.

  • Updated Jun 2, 2024
  • Jupyter Notebook

This project uses an ensemble of CNN, RNN, and VGG16 models to enhance CIFAR-10 image classification accuracy and robustness. By combining multiple architectures, we significantly outperform single-model approaches, achieving superior classification performance.

  • Updated Jun 1, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the ensemble-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ensemble-learning topic, visit your repo's landing page and select "manage topics."

Learn more