Udemy - Data Science - CNN And OpenCV - Breast Cancer Detection

Torrent Details

Udemy - Data Science - CNN and OpenCV - Breast Cancer DetectionUdemy - Data Science - CNN and OpenCV - Breast Cancer Detection

NAME
Udemy - Data Science - CNN and OpenCV - Breast Cancer Detection.torrent
CATEGORY
Other
INFOHASH
2c1aed318fe742f2cffe918551c4d693d01ba96d
SIZE
1.2 GB in 63 files
ADDED
Uploaded on 19-12-2022 by our crawler pet called "Spidey".
SWARM
0 seeders & 2 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Data Science: CNN & OpenCV: Breast Cancer Detection



https://DevCourseWeb.com

Published 12/2022
Created by AutomationGig .
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 48 Lectures ( 2h 13m ) | Size: 1.13 GB

A practical hands on Deep Learning Project on building a Breast Cancer Detection model using Tensorflow, CNN and OpenCV

What you'll learn
Data Analysis and Understanding
Data Augumentation
Data Generators
Model Checkpoints
CNN and OpenCV
Pretrained Models like ResNet50
Compiling and Fitting a customized pretrained model
Model Evaluation
Model Serialization
Classification Metrics
Model Evaluation
Using trained model to detect Pneumonia using Chest XRays

Requirements
Basics knowledge of Python, Neural Networks and OpenCV is recommended

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
~Get Your Files Here !/1. Introduction and Getting Started/1. Project Overview.mp46.7 MB
~Get Your Files Here !/1. Introduction and Getting Started/2. Introduction to Google Colab.mp415.5 MB
~Get Your Files Here !/1. Introduction and Getting Started/3. Understanding the project folder structure.mp426.9 MB
~Get Your Files Here !/10. Fitting the Model/1. About Epoch and Batch Size.mp45.7 MB
~Get Your Files Here !/10. Fitting the Model/2. Model Fitting of ResNet50, Custom CNN.mp440.9 MB
~Get Your Files Here !/11. Model Evaluation/1. Predicting on the test data using ResNet50 and Custom CNN Model.mp429.2 MB
~Get Your Files Here !/11. Model Evaluation/2. About Classification Report.mp47.1 MB
~Get Your Files Here !/11. Model Evaluation/3. Classification Report in action for ResNet50 and Custom CNN Model.mp415.7 MB
~Get Your Files Here !/11. Model Evaluation/4. About Confusion Matrix.mp49.5 MB
~Get Your Files Here !/11. Model Evaluation/5. Computing the confusion matrix and using the same to derive the accuracy, sensit.mp419.3 MB
~Get Your Files Here !/11. Model Evaluation/6. About AUC-ROC.mp45.7 MB
~Get Your Files Here !/11. Model Evaluation/7. Computing the AUC-ROC.mp46.2 MB
~Get Your Files Here !/11. Model Evaluation/8. Plot training and validation accuracy and loss.mp48.8 MB
~Get Your Files Here !/11. Model Evaluation/9. SerializeWriting the model to disk.mp417 MB
~Get Your Files Here !/12. Using ResNet50 model to detect presence of malignant cells in images/1. Loading the ResNet50 model from drive.mp427.5 MB
~Get Your Files Here !/12. Using ResNet50 model to detect presence of malignant cells in images/2. Loading an image and predicting using the model whether the person has malignant.mp445.7 MB
~Get Your Files Here !/13. Using custom CNN model to detect presence of malignant cells in images/1. Loading the custom CNN model from drive.mp416.7 MB
~Get Your Files Here !/13. Using custom CNN model to detect presence of malignant cells in images/2. Loading an image and predicting using the model whether the person has malignant.mp428.7 MB
~Get Your Files Here !/14. Future scope of work/1. What you can do next to increase model’s prediction capabilities..mp425.2 MB
~Get Your Files Here !/15. Project Files and Code/1. Full Project Code.html78 B
~Get Your Files Here !/15. Project Files and Code/Detect_BreastCancer.ipynb16.1 KB
~Get Your Files Here !/15. Project Files and Code/Kaggle Link.txt78 B
~Get Your Files Here !/15. Project Files and Code/output/CM_TrainingHistoryPlot.png25.8 KB
~Get Your Files Here !/15. Project Files and Code/output/CM_weights-010-0.3063.hdf542.3 MB
~Get Your Files Here !/15. Project Files and Code/output/RN_TrainingHistoryPlot.png23.8 KB
~Get Your Files Here !/15. Project Files and Code/output/RN_weights-009-0.3958.hdf596.5 MB
~Get Your Files Here !/15. Project Files and Code/sampleTest_Pictures/benign.png5.9 KB
~Get Your Files Here !/15. Project Files and Code/sampleTest_Pictures/malignant.png6.6 KB
~Get Your Files Here !/15. Project Files and Code/train_CustomModel_32_conv_20k.ipynb787.6 KB
~Get Your Files Here !/15. Project Files and Code/train_ResNet50_32_20k.ipynb843.1 KB
~Get Your Files Here !/15. Project Files and Code/utils/config.py1.1 KB
~Get Your Files Here !/15. Project Files and Code/utils/conv_bc_model.py3.4 KB
~Get Your Files Here !/15. Project Files and Code/utils/create_dataset.py1.9 KB
~Get Your Files Here !/15. Project Files and Code/utils/getPaths.py1 KB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/1. Understanding the dataset and the folder structure.mp426.8 MB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/2. Setting up the project in Google Colab_Part 1.mp46.4 MB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/3. Setting up the project in Google Colab_Part 2.mp482.9 MB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/4. About Config and Create_Dataset File.mp482.9 MB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/5. Importing the Libraries.mp433.5 MB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/6. Plotting the count of data against each class in each directory.mp427.7 MB
~Get Your Files Here !/2. Data Understanding & Importing Libraries/7. Plotting some samples from both the classes.mp434.8 MB
~Get Your Files Here !/3. Common Methods for plotting and class weight calculation/1. Creating a common method to get the number of files from a directory.mp47.7 MB
~Get Your Files Here !/3. Common Methods for plotting and class weight calculation/2. Defining a method to plot training and validation accuracy and loss.mp417.3 MB
~Get Your Files Here !/3. Common Methods for plotting and class weight calculation/3. Calculating the class weights in train directory.mp431.9 MB
~Get Your Files Here !/4. Data Augmentation/1. About Data Augmentation.mp418.1 MB
~Get Your Files Here !/4. Data Augmentation/2. Implementing Data Augmentation techniques.mp430.3 MB
~Get Your Files Here !/5. Data Generators/1. About Data Generators.mp415 MB
~Get Your Files Here !/5. Data Generators/2. Implementing Data Generators.mp426.9 MB
~Get Your Files Here !/6. About CNN and Pre-trained Models/1. About Convolutional Neural Network (CNN).mp412.5 MB
~Get Your Files Here !/6. About CNN and Pre-trained Models/2. About OpenCV.mp416.6 MB
~Get Your Files Here !/6. About CNN and Pre-trained Models/3. Understanding pre-trained models.mp410.8 MB
~Get Your Files Here !/6. About CNN and Pre-trained Models/4. About ResNet50 model.mp48 MB
~Get Your Files Here !/6. About CNN and Pre-trained Models/5. Understanding Conv2D, Filters, Relu activation, Batch Normalization, MaxPooling2.mp422.8 MB
~Get Your Files Here !/7. Model Building/1. Model Building using ResNet50.mp438.7 MB
~Get Your Files Here !/7. Model Building/2. Building a custom CNN network architecture.mp452.1 MB
~Get Your Files Here !/8. Compiling the Model/1. Role of Optimizer in Deep Learning.mp417.5 MB
~Get Your Files Here !/8. Compiling the Model/2. About Adam Optimizer.mp45.2 MB
~Get Your Files Here !/8. Compiling the Model/3. About binary cross entropy loss function..mp411.7 MB
~Get Your Files Here !/8. Compiling the Model/4. Compiling the ResNet50 model.mp48.9 MB
~Get Your Files Here !/8. Compiling the Model/5. Compiling the Custom CNN Model.mp44.8 MB
~Get Your Files Here !/9. ModelCheckpoint/1. About Model Checkpoint.mp46.2 MB
~Get Your Files Here !/9. ModelCheckpoint/2. Implementing Model Checkpoint.mp423.2 MB
~Get Your Files Here !/Bonus Resources.txt386 B

Alternative Torrents for 'Udemy Data Science CNN and OpenCV Breast Cancer Detection'.

There are no alternative torrents found.