It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
The Unlicense
32
stars
56
forks
source link
Brain Tumor Classification using Pytorch Lightning CNN #168
The PR adds a deep learning file, that classifies whether a person has brain tumor or not. The model has been trained on Kaggle dataset brain_tumor, and uses the Pytorch Lightning CNN model as the classifier.
What does this PR introduce?
The PR adds a deep learning file, that classifies whether a person has brain tumor or not. The model has been trained on Kaggle dataset brain_tumor, and uses the Pytorch Lightning CNN model as the classifier.