Repository navigation

#

precision-recall

Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.

Python
1135
2 年前

BEST SCORE ON KAGGLE SO FAR , EVEN BETTER THAN THE KAGGLE TEAM MEMBER WHO DID BEST SO FAR. The project is about diagnosing pneumonia from XRay images of lungs of a person using self laid convolutional neural network and tranfer learning via inceptionV3. The images were of size greater than 1000 pixels per dimension and the total dataset was tagged large and had a space of 1GB+ . My work includes self laid neural network which was repeatedly tuned for one of the best hyperparameters and used variety of utility function of keras like callbacks for learning rate and checkpointing. Could have augmented the image data for even better modelling but was short of RAM on kaggle kernel. Other metrics like precision , recall and f1 score using confusion matrix were taken off special care. The other part included a brief introduction of transfer learning via InceptionV3 and was tuned entirely rather than partially after loading the inceptionv3 weights for the maximum achieved accuracy on kaggle till date. This achieved even a higher precision than before.

Jupyter Notebook
105
2 年前

Unofficial Python implementation of "Precision and Recall for Time Series".

Python
41
1 年前

Evaluation of 3D detection and diagnosis performance —geared towards prostate cancer detection in MRI.

Python
24
7 个月前

Time-series Aware Precision and Recall for Evaluating Anomaly Detection Methods

Python
17
4 年前

Machine learning utility functions and classes.

Python
12
3 年前

Report various statistics stemming from a confusion matrix in a tidy fashion. 🎯

R
12
5 年前

LSTM based model for Named Entity Recognition Task using pytorch and GloVe embeddings

HTML
9
5 年前

The aim is to find an optimal ML model (Decision Tree, Random Forest, Bagging or Boosting Classifiers with Hyper-parameter Tuning) to predict visa statuses for work visa applicants to US. This will help decrease the time spent processing applications (currently increasing at a rate of >9% annually) while formulating suitable profile of candidates more likely to have the visa certified.

Jupyter Notebook
7
4 年前

An information retrieval system which consists of various techniques' implementations like indexing, tokenization, stopping, stemming, page ranking, snippet generation and evaluation of results

HTML
4
7 年前

BGU, Information Retrieval final project. Search-engine, Wikipedia corpus.

Jupyter Notebook
4
3 年前

📊Course 3: Machine Learning Specialization course of Coursera by the University of Washington on Classification

4
5 年前

Developed a Convolutional Neural Network based on VGG16 architecture to diagnose COVID-19 and classify chest X-rays of patients suffering from COVID-19, Ground Glass Opacity and Viral Pneumonia. This repository contains the link to the dataset, python code for visualizing the obtained data and developing the model using Keras API.

Jupyter Notebook
3
4 年前

Classification problem using multiple ML Algorithms

Jupyter Notebook
3
6 个月前

Classification Metric Manager is metrics calculator for machine learning classification quality such as Precision, Recall, F-score, etc.

Python
3
7 年前

This is the official implementation for the Generative Modeling Density Alignment (GMDA). This work was presented in the paper "Frugal Generative Modeling for Tabular Data" at ECML 2024.

Python
3
1 年前

Resample precision-recall curves correctly!

Jupyter Notebook
2
5 年前

ML-FinFraud-Detector is a machine learning project for detecting financial transaction fraud. Utilizing XGBoost, precision-recall, and ROC curves, it provides accurate fraud detection. Explore feature importance, evaluate model performance, and enhance financial security with this comprehensive fraud detection solution.

Jupyter Notebook
2
2 年前