Repository navigation

#

confusion-matrix

Confusion Matrix in Python: plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib

Python
532
5 天前

Neo: Hierarchical Confusion Matrix Visualization (CHI 2022)

TypeScript
308
18 天前

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

Python
183
2 年前

Seamlessly integrate matplotlib figures as tensorflow summaries.

Python
120
6 年前

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
104
2 年前

Measure and visualize machine learning model performance without the usual boilerplate.

Python
97
7 个月前

Python class for calculating confusion matrix for object detection task

Python
89
3 年前

Detecting Frauds in Online Transactions using Anamoly Detection Techniques Such as Over Sampling and Under-Sampling as the ratio of Frauds is less than 0.00005 thus, simply applying Classification Algorithm may result in Overfitting

Jupyter Notebook
82
6 年前

✋🏼🛑 This one stop project is a complete COVID-19 detection package comprising of 3 tasks: • Task 1 --> COVID-19 Classification • Task 2 --> COVID-19 Infection Segmentation • Task 3 --> Lung Segmentation

Jupyter Notebook
69
4 年前

Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine

Python
62
6 年前

Solutions to kdd99 dataset with Decision tree and Neural network by scikit-learn

Python
58
8 年前

Confusion matrix metrics directly from your pandas DataFrame

Python
34
4 年前

Reinforcement Learning with Perturbed Reward, AAAI 2020

Python
29
9 个月前

Confusion matrix for Mask R-CNN (Matterport implementation)

Jupyter Notebook
25
4 年前