Skip to content
#

model-training-and-evaluation

Here are 71 public repositories matching this topic...

Go AI Reinforcement Learning Project - This repository is dedicated to exploring and comparing two reinforcement learning methods—gradient descent and Q-value learning—in developing intelligent agents for the board game Go. The goal is to observe the model’s evolution after generating thousands of self-played games and compare agents’ results.

  • Updated Sep 5, 2024
  • Python

This project implements **Random Forest Regression** to predict the salary of an employee based on their position level. Using a dataset that includes position levels and corresponding salaries, this project demonstrates how an ensemble method like Random Forest can improve prediction accuracy by averaging multiple decision trees.

  • Updated Aug 29, 2024
  • Python

Explore advanced neural networks for crafting captivating headlines! Compare LSTM 🔄 and Transformer 🔀 models through interactive notebooks 📓 and easy-to-use wrapper classes 🛠️. Ideal for content creators and data enthusiasts aiming to automate and enhance headline generation ✨.

  • Updated Aug 26, 2024
  • Jupyter Notebook

This repository contains a Loan Approval Prediction Model. The model predicts the likelihood of loan approval based on applicant data. The model deployment is done using FastAPI to allow applicant data to be entered in order to obtain an approval prediction.

  • Updated Aug 16, 2024
  • Jupyter Notebook

Successfully established a machine learning model using PySpark which can precisely predict the energy consumption of the steel industry, up to an r2 score of approximately 99.5%.

  • Updated Aug 9, 2024
  • Jupyter Notebook

The Pneumonia Detection App is a web application designed to assist in the diagnosis of pneumonia using chest X-ray images. This project utilizes deep learning techniques implemented with TensorFlow and Keras for image classification, and is deployed using Streamlit for a user-friendly interface.

  • Updated Jul 3, 2024
  • Jupyter Notebook

This repository contains a machine learning project aimed at predicting housing prices in Boston. This project showcases the end-to-end process of building and deploying a machine learning model, from data preprocessing and model training to serialization and deployment.

  • Updated Jun 22, 2024
  • Jupyter Notebook

Successfully fine-tuned a pretrained DistilBERT transformer model that can classify social media text data into one of 4 cyberbullying labels i.e. ethnicity/race, gender/sexual, religion and not cyberbullying with a remarkable accuracy of 99%.

  • Updated Jun 10, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the model-training-and-evaluation 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 model-training-and-evaluation topic, visit your repo's landing page and select "manage topics."

Learn more