There are 1 repository under model-tuning topic.
Useful tools for constructing species distribution models
An Interactive Approach to Understanding Deep Learning with Keras
Awesome list of AutoML frameworks - curated by @oskar-j
Utilizing Kaggle Data and Real-World Data for Data Science and Prediction in Python, R, Excel, Power BI, and Tableau.
skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.
Project with examples of different recommender systems created with the Surprise framework. Different algorithms (with a collaborative filtering approach) are explored, such as KNN or SVD.
A Predictive Model for Marketing Campaigns
In this section, predicting the energy efficiency of buildings with machine learning algorithms.
TensorFlow and Keras are used for the construction and evaluation of Deep Learning models to predict success of companies that receive funding from a venture capital fund.
Recommender systems with collaborative filtering created with Apache Mahout framework. The system uses a Music Recommendation dataset for research purposes as input, but you can train it and predict recommendations with any other dataset.
Evolutionary Neural Architecture Search framework that improves performance of your DL models
Over-fitting and model tuning
In this project we will try to predict if the person has diabetes has or not.
A project featuring use of statistical techniques for exploratory data analysis and data mining techniques for predicting the quality of wine. 🍷🍸🍹
Analyze the customer data, build a neural network to help the operations team identify the customers that are more likely to churn, and provide recommendations on how to retain such customers
This Repository contains the projects which are part of Udacity Machine Learning Nanodegree
Apply supervised machine learning techniques and an analytical mind on data collected for the U.S. census to help CharityML (a fictitious charity organization) identify people most likely to donate to their cause
The folliwing ML project involves EDA analysis of Election Dataset, Data preparation for modelling, and prediction using ML models. Also Text Analysis on the inaugral corpora from nltk to analyse the most frequently used words in Presidents' Speeches.
Udacity Data Scientist Nanodegree Project - Employ supervised algorithms to accurately model individuals income
The data from this survey are used for a wide range of equipment design, sizing, and tariffing applications within the military and have many potential commercial, industrial, and academic applications.
Applying AI to medical use cases: Diagnoses of lung and brain disorders, Building risk models and survival estimators for heart disease via RF, and Using NLP to extract information from radiology reports.
18 Projects in AI & ML
Austin Housing Price Predictions is a start-to-finish regression project which includes image processing, NLP, Neural Networks, transfer learning, and model ensembling.
Predicting potential donors using various machine learning models for Charity
The Disease Prediction Project uses AI/ML to predict diseases based on selected symptoms, designed for low-resource communities. It delivers fast, accurate predictions using a MLP model, offering tailored, efficient diagnostics for areas with limited healthcare access.
I have developed a GitHub project on ex-showroom car price prediction. The project includes data cleaning, data modeling, and data selection for accurate predictions. It also involves feature selection, model evaluation, testing, and comparison to determine the most effective model.
A website with an AI model fine-tuned for the specific requirements provided by the University, allowing users to ask questions on various topics and receive quick responses.
The project was accomplished by employing supervised learning, ensemble modeling, and unsupervised learning techniques to build and train a prediction model to identify Pass/Fail yield of a particular process entity for a semiconductor manufacturing company.
The goal of this project is to build a machine learning model that automatically classifies emails as spam (unwanted) or ham (legitimate). The model will be trained on a labeled dataset and use features extracted from the email content to predict whether an email is spam or not.
Build deep learning model for detecting hand gestures for Smart TVs using CNN and RNN
Jupyter notebooks exploring various model enhancement techniques for XGBoost, Decision Trees, and Random Forest Regressors.
Heart Failure Mortality Prediction with R & Tidymodels Using R and Tidymodels, this project predicts heart failure mortality with models like Logistic Regression, Random Forest, GBMs, and SVM, identifying key risk factors for better clinical decisions
Comprehensive implementation of an Applied Machine Learning model for Diabetes Prediction. The project aims to leverage machine learning techniques to predict the likelihood of an individual developing diabetes based on various health and lifestyle factors.
Basic iterative hyperparameter search algorithm for custom models and training loops.