There are 1 repository under model-building topic.
🌍 Python package of VTK-based algorithms to analyze geoscientific data and models
A collaborative list of awesome CryoEM (Cryo Electron Microscopy) resources.
Worked on Real Estate Price data analysis by scraping website from www.99acres.com to help the housing domain as well as estimate the sale value of various houses and open plots.
The goal of this project is to build an RL-based algorithm that can help cab drivers maximize their profits by improving their decision-making process on the field. Taking long-term profit as the goal, a method is proposed based on reinforcement learning to optimize taxi driving strategies for profit maximization. This optimization problem is formulated as a Markov Decision Process i.e. MDP.
The Heart Disease Prediction project aims to predict the likelihood of heart disease using machine learning techniques.
This project consists of custom built modelling frameworks for pricing equity assets. Through the project's evolution, the framework evolves from a single case Discounted Cash Flow model to an interactive Probability Weighted Discounted Cash Flow model that includes multiple cases, multiple supporting models and is all built in Excel while utilizing the Visual Basic programming language.
Assignment-04-Simple-Linear-Regression-2. Q2) Salary_hike -> Build a prediction model for Salary_hike Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization. Correlation Analysis. Model Building. Model Testing. Model Predictions.
The goal of this project is to build multiple linear regression models for the prediction of car prices.
A neural network model builder, leveraging a neuro-symbolic interface.
This project focuses on using the AWS open-source AutoML library, AutoGluon, to predict bike sharing demand using the Kaggle Bike Sharing demand dataset.
In this project, data analytics is used to analyze customer-level data of a leading telecom firm, build predictive models to identify customers at high risk of churn, and identify the main indicators of churn. The project focuses on a four-month window, wherein the first two months are the ‘good’ phase, the third month is the ‘action’ phase, while the fourth month is the ‘churn’ phase. The business objective is to predict the churn in the last i.e. fourth month using the data from the first three months.
Tree-level completions of LNV operators for neutrino-mass model building
The goal of this project is to garner data insights using data analytics to purchase houses at a price below their actual value and flip them on at a higher price. This project aims at building an effective regression model using regularization (i.e. advanced linear regression: Ridge and Lasso regression) in order to predict the actual values of prospective housing properties and decide whether to invest in them or not.
The goal of this project is to build a neural network that takes an MNIST handwritten digit (0-9) image and a random number (digit 0-9) as inputs and returns the predicted class label (0-9) for the input image and its addition (sum) with the input random number as summed output (range 0-18) label as outputs.
💰 I’d be walking us through Loan prediction using some selected Machine Learning Algorithms.
Runtime EntityFramework model builder from metadata tables. Provides a static usage at compile time via proxies classes. Created as CRM/ERP core.
Tool demonstrating building credit risk models
This project aims to develop a robust classification model using test-takers' demographics and questionnaire responses from the ASD screening dataset to accurately identify individuals with Autistic Spectrum Disorder (ASD) through optimization of performance metrics.
The objective of this project is to recognize hand gestures using state-of-the-art neural networks.
Build an RL (Reinforcement Learning) agent that learns to play Numerical Tic-Tac-Toe. The agent learns the game by Q-Learning.
NLP: HMMs and Viterbi algorithm for POS tagging
Applying knowledge of image processing and deep learning to create a convolutional neural network (CNN) for facial keypoints (eyes, mouth, nose, etc.) detection.
Jupyter Notebooks for visualizing and exploring empirical model building. http://charlesreid1.github.io/empirical-model-building
To create a Decision Tree classifier and visualize it graphically, the purpose is if we feed any new data to this classifier, it would be able to predict the right class accordingly.
Supervised Binary Classifier For IoT Data Stream
In this project, I predict which customers are more likely to respond positively to a bank marketing call by setting up a regular savings deposit or subscribing the term “made_deposit”. Three classification algorithms have been developed in order to predict the target variable. Logistic Regression, Decision Tree and Multi-Layer Perceptron (MLP). The analysis of the project includes Data Summary, Data Preparation, Modelling, Results and Errors using Evaluation Metrics, Confusion Matrices and ROC Curve.
Assignment-04-Simple-Linear-Regression-1. Q1) Delivery_time -> Predict delivery time using sorting time. Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization, Feature Engineering, Correlation Analysis, Model Building, Model Testing and Model Predictions using simple linear regression.
Multi-Linear-Reg
Supervised-ML-Decision-Tree-C5.0-Entropy-Iris-Flower-Using Entropy Criteria - Classification Model. Import Libraries and data set, EDA, Apply Label Encoding, Model Building - Building/Training Decision Tree Classifier (C5.0) using Entropy Criteria. Validation and Testing Decision Tree Classifier (C5.0) Model
Stroke prediciton with EDA, data preprocessing, model building and sampling
This repository is dedicated to the AI Amigos team's participation in the Artificial Intelligence (AI) competition with a focus on Data Science.
This project carefully studies the customer reviews of a airline company, around 10,000+ reviews are collected through webscrapping and and by sentiment analysis captured the expierence of the customers. And based on that designed a Machine learning algorithm which is a random forest classifier to predict customers who are likely to book seats.
Analyzing and predicting Google's stock prices through detailed data exploration and advanced LSTM models. This project involves data preprocessing, creating time-series sequences, constructing and training LSTM networks, and evaluating their performance to forecast future stock prices utilizing Python and Machine Learning libraries.