Skip to content
#

modelevaluation

Here are 49 public repositories matching this topic...

Realtime-Sign-Language-Detection-Using-LSTM-Model

Model Evaluation is the process through which we quantify the quality of a system’s predictions. To do this, we measure the newly trained model performance on a new and independent dataset. This model will compare labeled data with it’s own predictions.

  • Updated Jul 8, 2021
  • JavaScript

To import data from multiple sources, clean and wrangle data, perform exploratory data analysis (EDA), and create meaningful data visualizations. I will then predict future trends from data by developing linear, multiple, polynomial regression models & pipelines and learn how to evaluate them.

  • Updated Feb 15, 2023
  • Jupyter Notebook

A bike-sharing system is a service in which bikes are made available for shared use to individuals on a short term basis for a price or free. Many bike share systems allow people to borrow a bike from a "dock" which is usually computer-controlled wherein the user enters the payment information, and the system unlocks it.

  • Updated Apr 5, 2024
  • Jupyter Notebook

The process of computationally identifying and categorizing opinions expressed in a piece of text, especially to determine whether the writer's attitude towards a particular topic, product, etc. is positive, negative, or neutral. Understanding people’s emotions is essential for businesses since customers are able to express their thoughts and fe…

  • Updated Nov 7, 2021
  • Python

This repository contains code for evaluating different machine learning models for classifying fake news. The dataset used for this evaluation consists of labeled news articles as either "REAL" or "FAKE". Three popular classifiers, Support Vector Machine (SVM), Decision Tree, and Logistic Regression, are trained and evaluated on this dataset.

  • Updated Jul 22, 2023
  • Jupyter Notebook

Improve this page

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

Learn more