The Wayback Machine - http://web.archive.org/web/20221001120607/https://github.com/topics/classifiers
Skip to content
#

classifiers

Here are 79 public repositories matching this topic...

Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently trajectories.

  • Updated Jun 22, 2022
  • Python

In this work, we propose a deterministic version of Local Interpretable Model Agnostic Explanations (LIME) and the experimental results on three different medical datasets shows the superiority for Deterministic Local Interpretable Model-Agnostic Explanations (DLIME).

  • Updated Jun 21, 2022
  • Jupyter Notebook

ObjectDetector uses OpenCV Haar cascade classifiers to detect different objects in images and videos with Python. For now, this repository includes my trained haar cascade classifier for detecting cars, the default haar cascade classifier for human faces (haarcascade_frontalface_default), a classifier for bananas from CodingRobin and a classifier for wallclocks which are used and tested in programs, detecting the objects from image/video, comparison between different human body parts classifiers and some other programs, which (will) help training the classifiers (for example, a program downloading the "cat box" synset images from ImageNet).

  • Updated Jun 22, 2019
  • Java

The main aim of the project is to develop a sentiment analyzer that can be used on twitter data to classify it as positive or negative. Our project takes care of the challenge of bilingual comments, where people tweet in two languages, in this case Hindi and English, in the Latin Alphabet.

  • Updated May 19, 2020
  • Jupyter Notebook

Improve this page

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

Learn more