Pixel To Predictions
Pixel To Predictions
IMAGE in images), and train a model to recognize them using labeled example photos.
Types:
CLASSIFICATION Binary classification
Target can be one of two options, e.g. Predict whether the image is cat or dog.
Multi-class classification
Target can be one or more than one and it belongs exclusively to one of those
classes e.g. Decide whether a image of is of plant, a person or a dog.
Multi-label Classification
Multilabel Classification also has two or more classes and the data that is to be
classified may belong to none of the classes or all of them at the same time. eg.
Decide whether the image has a bus or not.
APPLICATIONS
Medical Imaging
Data Availability
01 Due to the huge volume of image data is available, which are proving to
be difficult for manual analysis because of time constraint. Training the
computer to classify the image can solve this problem.
Medical Imaging
03
In Medical domain it aims to classify medical images into different
categories to help doctors in disease diagnosis or further research Pneumonia
SALFORD & CO. What is Pytorch ?
PYTORCH
framework based on the Python programming
language and the Torch library.
Why we use it ?
To train a model, we need to perform rigorous calculations
which involve lot of differentiation on multi variate variables.
Performing operations on Tensors, we would require heavy
hardware-based computation.
HOW TO USE COLAB
Step 1 : Upon opening the given colab file, Press Copy to Drive button.
Step 2: Sign-in to your Google account.
Step 3: Go to Runtime, and press Change runtime type to GPU and press Save.
Step 4 : press Connect to connect to the cloud based servers to get access of GPUs
Step 5 : Now press the start icon to run each cell in the notebook.