saitejamalyala - Overview
Pinned Loading
-
Convert data in rosbag format to numpy. Specific to ros message structure in rosbag.
Jupyter Notebook
-
Disease Grading: Classification of fundus images according to the severity level of diabetic retinopathy Using Convolutional Neural Networks.
Python 2
-
End to End machine learning workflow
Jupyter Notebook
-
End 2 end machine learning project using a sample dataset from kaggle/adzuna
Python
-
Sparse Matrix class implementation w... Sparse Matrix class implementation without using numpy or scipy. sparse matrix represented using dictionary, tuple of matrix indices as keys and matrix elements themselves as values.
2
from typing import Dict, Tuple, Optional, List
-
Forked from HumanSignal/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
Python