accuracy

There are 401 repositories under accuracy topic.

  • seeker

    thewhiteh4t/seeker

    Accurately Locate Smartphones using Social Engineering

    Language:CSS6.6k3264251.6k
  • tdunning/t-digest

    A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means

    Language:Java1.9k68124228
  • pycm

    sepandhaghighi/pycm

    Multi-class confusion matrix library in Python

    Language:Python1.4k36198121
  • Alibaba-MIIL/TResNet

    Official Pytorch Implementation of "TResNet: High-Performance GPU-Dedicated Architecture" (WACV 2021)

    Language:Python463194364
  • BasicAirData/GPSLogger

    A GPS logger for Android mobile devices

    Language:Java36821203118
  • Geri-Borbas/Unity.Library.eppz.Geometry

    2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.

    Language:C#31417558
  • safeguards-ai/T-RAGS

    Trustworthy Retrieval Augmented Generation (RAG) with Safeguards

    Language:Python31111844
  • dividiti/ck-caffe

    Collective Knowledge workflow for Caffe to automate installation across diverse platforms and to collaboratively evaluate and optimize Caffe-based workloads across diverse hardware, software and data sets (compilers, libraries, tools, models, inputs):

    Language:CMake1942110441
  • whitebox

    squaredev-io/whitebox

    [Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes

    Language:Python1826775
  • khoih-prog/ESP32TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

    Language:C++173132227
  • jiamings/fast-weights

    Implementation of the paper [Using Fast Weights to Attend to the Recent Past](https://arxiv.org/abs/1610.06258)

    Language:Python1727123
  • react-native-location-enabler

    YsnKsy/react-native-location-enabler

    This package makes it easy for an React Native App to ensure that the Android device's system settings are properly configured for the app's location needs. If your app needs to request location, the device needs to enable the appropriate system settings, such as GPS or Wi-Fi scanning. Rather than directly enabling services such as the device's GPS, your app specifies the required level of accuracy/power consumption, and the device automatically makes the appropriate changes to system settings.

    Language:TypeScript15721725
  • JuliaMath/DoubleFloats.jl

    math with more good bits

    Language:Julia145811531
  • aksh-ai/neuralBlack

    A Multi-Class Brain Tumor Classifier using Convolutional Neural Network with 99% Accuracy achieved by applying the method of Transfer Learning using Python and Pytorch Deep Learning Framework

    Language:Jupyter Notebook11241139
  • sigma-py/accupy

    :dart: Accurate sums and dot products for Python.

    Language:Python1023515
  • Ha0Tang/HandGestureRecognition

    [Neurocomputing 2019] Fast and Robust Dynamic Hand Gesture Recognition via Key Frames Extraction and Feature Fusion

    Language:C++9781026
  • khoih-prog/ESP8266TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

    Language:C++9681925
  • khoih-prog/TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

    Language:C9661811
  • alexh-name/bsec_bme680_linux

    Read the BME680 sensor with the BSEC library on Linux (e.g. Raspberry Pi)

    Language:C87152948
  • beingaryan/Sign-To-Speech-Conversion

    Sign Language Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras frameworks.

    Language:Jupyter Notebook873181
  • uncodead/BrewUNO

    High precision and accuracy, open source, online, extensible and low cost homebrew automation on top of ESP8266 microchip.

    Language:C++87245144
  • JeffreySarnoff/ArbNumerics.jl

    extended precision math, accurate and performant

    Language:Julia7764715
  • MrKhan0747/Diabetes-Prediction

    Machine learning approach to detect whether patien has the diabetes or not. Data cleaning, visualization, modeling and cross validation applied

    Language:Jupyter Notebook734152
  • programmer2514/DPEdit

    A simple Windows command line utility to accurately set the relative position of displays in a dual- or multi-monitor setup.

    Language:C++63126
  • TechnikEmpire/NsfwSqueezenet

    Caffe Squeezenet model for binary classification of pornographic/non-pornographic material

  • amberkakkar01/IRIS-Flower-classification

    This project is for the Identification of Iris flower species is presented

    Language:Jupyter Notebook6010121
  • dnlcrl/deep-residual-networks-pyfunt

    Python implementation of "Deep Residual Learning for Image Recognition" (http://arxiv.org/abs/1512.03385 - MSRA, winner team of the 2015 ILSVRC and COCO challenges).

    Language:Python526310
  • Movie-Recommendation-Netflix

    storieswithsiva/Movie-Recommendation-Netflix

    🔮Trying to find the best movie to watch on Netflix can be a daunting. Case Study for Recommendation System of movies in Netflix.🔧

    Language:Jupyter Notebook513022
  • CobaltFusion/DebugVision

    A Software Oscilloscope and portable set of data collection and visualization tools

    Language:CMake501044
  • watson-developer-cloud/assistant-skill-analysis

    Dialog Skill Analysis framework for Watson Assistant

    Language:Jupyter Notebook40271640
  • khoih-prog/TimerInterrupt_Generic

    This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc. These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

    Language:C++37595
  • ohsome-quality-api

    GIScience/ohsome-quality-api

    Data quality estimations for OpenStreetMap

    Language:Python3373387
  • kentaroy47/Deep-Compression.Pytorch

    Unofficial Pytorch implementation of Deep Compression in CIFAR10

    Language:Python33249
  • khoih-prog/SAMD_TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an SAMD-based board. These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. SAMD21 now can use 6 Timers

    Language:C++3351416
  • khoih-prog/STM32_TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

    Language:C++32567
  • symblai/speech-recognition-evaluation

    Evaluate results from ASR/Speech-to-Text quickly

    Language:JavaScript31447