Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aman5319/classification-report
This repo helps to track model Weights, Biases and Gradients during training with loss tracking and gives detailed insight for Classification-Model Evaluation
https://github.com/aman5319/classification-report
classification image-classification loss-plotting metrics-visualization model-visualization nlp pytorch sklearn tensorboard tensorboard-pytorch tensorboard-visualization text-classification
Last synced: 30 days ago
JSON representation
This repo helps to track model Weights, Biases and Gradients during training with loss tracking and gives detailed insight for Classification-Model Evaluation
- Host: GitHub
- URL: https://github.com/aman5319/classification-report
- Owner: aman5319
- License: gpl-3.0
- Created: 2020-03-21T07:02:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T01:19:24.000Z (over 4 years ago)
- Last Synced: 2024-10-14T19:21:06.494Z (30 days ago)
- Topics: classification, image-classification, loss-plotting, metrics-visualization, model-visualization, nlp, pytorch, sklearn, tensorboard, tensorboard-pytorch, tensorboard-visualization, text-classification
- Language: Jupyter Notebook
- Homepage: https://classification-report.readthedocs.io/en/latest/
- Size: 8.66 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Classification-Report
Classification Report is a high-level library built on top of Pytorch which utilizes Tensorboard and scikit-learn and can be used for any classification problem. It tracks models Weight, Biases and Gradients during training and generates a detailed evaluation report for the model, all of this can be visualized on Tensorboard giving comphrensive insights. It can also be used for HyperParameter tracking which then can be utilized to compare different experiments.
![](https://classification-report.readthedocs.io/en/latest/_images/overall_plotting.png)
## Features
1. Model Weights, Biases and Gradients Tracking and plotting on histogram.
2. Visualizing the distribution of above described Model parameters.
3. Generating an interactive graph of the entire Model.
4. Graph of Precision, Recall and F1 Score for all the classes for each epoch.
5. Graph of Macro Avg and Weighted Avg of Precision, Recall and F1-score for each epoch.
6. Training and Validation Loss tracking for each epoch.
7. Accuracy and MCC metric tracking at each epoch.
8. Generating Confusion Matrix after certain number of epochs.
9. Bar Graph for False Positive and False Negative count for each class.
10. Scatter Plot for the predicited probabilities.
11. HyperParameter Tracking for comparing experiments.
### [For More Detail look in Features](https://classification-report.readthedocs.io/en/latest/detailed.html)## [Installation](https://classification-report.readthedocs.io/en/latest/installation.html)
```shell
pip install classification-report
```## [Demo](https://classification-report.readthedocs.io/en/latest/examples.html#demo)
### Goole Colab (Recommended) Just open this notebook on colab and view the entire tensorboard visualization. - [Simple Mnist Simple Reporting Visualize on colab](https://github.com/aman5319/Classification-Report/blob/master/demo_notebooks/MNIST_Example_Visualize_in_Colab.ipynb)
## Usage
[Understand The Usage](https://classification-report.readthedocs.io/en/latest/examples.html)## Say Thanks, By connecting me over Linkedin.