Learn the basics of computer vision with deep learning and how to implement the algorithms using Tensorflow. Author: Folefac Martins from Neuralearn.ai
More Courses: www.neuralearn.ai
Link to Code: https://colab.research.google.com/drive/18u1KDx-9683iZNPxSDZ6dOv9319ZuEC_
YouTube Channel: https://www.youtube.com/@neuralearn ⭐️ Contents ⭐️ Introduction
⌨️ (0:00:00) Welcome
⌨️ (0:05:54) Prerequisite
⌨️ (0:06:11) What we shall Learn Tensors and Variables
⌨️ (0:12:12) Basics
⌨️ (0:19:26) Initialization and Casting
⌨️ (1:07:31) Indexing
⌨️ (1:16:15) Maths Operations
⌨️ (1:55:02) Linear Algebra Operations
⌨️ (2:56:21) Common TensorFlow Functions
⌨️ (3:50:15) Ragged Tensors
⌨️ (4:01:41) Sparse Tensors
⌨️ (4:04:23) String Tensors
⌨️ (4:07:45) Variables Building Neural Networks with TensorFlow [Car Price Prediction]
⌨️ (4:14:52) Task Understanding
⌨️ (4:19:47) Data Preparation
⌨️ (4:54:47) Linear Regression Model
⌨️ (5:10:18) Error Sanctioning
⌨️ (5:24:53) Training and Optimization
⌨️ (5:41:22) Performance Measurement
⌨️ (5:44:18) Validation and Testing
⌨️ (6:04:30) Corrective Measures Building Convolutional Neural Networks with TensorFlow [Malaria Diagnosis]
⌨️ (6:28:50) Task Understanding
⌨️ (6:37:40) Data Preparation
⌨️ (6:57:40) Data Visualization
⌨️ (7:00:20) Data Processing
⌨️ (7:08:50) How and Why ConvNets Work
⌨️ (7:56:15) Building Convnets with TensorFlow
⌨️ (8:02:39) Binary Crossentropy Loss
⌨️ (8:10:15) Training Convnets
⌨️ (8:23:33) Model Evaluation and Testing
⌨️ (8:29:15) Loading and Saving Models to Google Drive Building More Advanced Models in Teno Convolutional Neural Networks with TensorFlow [Malaria Diagnosis]
⌨️ (8:47:10) Functional API
⌨️ (9:03:48) Model Subclassing
⌨️ (9:19:05) Custom Layers Evaluating Classification Models [Malaria Diagnosis]
⌨️ (9:36:45) Precision, Recall and Accuracy
⌨️ (10:00:35) Confusion Matrix
⌨️ (10:10:10) ROC Plots Improving Model Performance [Malaria Diagnosis]
⌨️ (10:18:10) TensorFlow Callbacks
⌨️ (10:43:55) Learning Rate Scheduling
⌨️ (11:01:25) Model Checkpointing
⌨️ (11:09:25) Mitigating Overfitting and Underfitting Data Augmentation [Malaria Diagnosis]
⌨️ (11:38:50) Augmentation with tf.image and Keras Layers
⌨️ (12:38:00) Mixup Augmentation
⌨️ (12:56:35) Cutmix Augmentation
⌨️ (13:38:30) Data Augmentation with Albumentations Advanced TensorFlow Topics [Malaria Diagnosis]
⌨️ (13:58:35) Custom Loss and Metrics
⌨️ (14:18:30) Eager and Graph Modes
⌨️ (14:31:23) Custom Training Loops Tensorboard Integration [Malaria Diagnosis]
⌨️ (14:57:00) Data Logging
⌨️ (15:29:00) View Model Graphs
⌨️ (15:31:45) Hyperparameter Tuning
⌨️ (15:52:40) Profiling and Visualizations MLOps with Weights and Biases [Malaria Diagnosis]
⌨️ (16:00:35) Experiment Tracking
⌨️ (16:55:02) Hyperparameter Tuning
⌨️ (17:17:15) Dataset Versioning
⌨️ (18:00:23) Model Versioning Human Emotions Detection
⌨️ (18:16:55) Data Preparation
⌨️ (18:45:38) Modeling and Training
⌨️ (19:36:42) Data Augmentation
⌨️ (19:54:30) TensorFlow Records Modern Convolutional Neural Networks [Human Emotions Detection]
⌨️ (20:31:25) AlexNet
⌨️ (20:48:35) VGGNet
⌨️ (20:59:50) ResNet
⌨️ (21:34:07) Coding ResNet from Scratch
⌨️ (21:56:17) MobileNet
⌨️ (22:20:43) EfficientNet Transfer Learning [Human Emotions Detection]
⌨️ (22:38:15) Feature Extraction
⌨️ (23:02:25) Finetuning Understanding the Blackbox [Human Emotions Detection]
⌨️ (23:15:33) Visualizing Intermediate Layers
⌨️ (23:36:20) Gradcam method Transformers in Vision [Human Emotions Detection]
⌨️ (23:57:35) Understanding ViTs
⌨️ (24:51:17) Building ViTs from Scratch
⌨️ (25:42:39) FineTuning Huggingface ViT
⌨️ (26:05:52) Model Evaluation with Wandb Model Deployment [Human Emotions Detection]
⌨️ (26:27:13) Converting TensorFlow Model to Onnx format
⌨️ (26:52:26) Understanding Quantization
⌨️ (27:13:08) Practical Quantization of Onnx Model
⌨️ (27:22:01) Quantization Aware Training
⌨️ (27:39:55) Conversion to TensorFlow Lite
⌨️ (27:58:28) How APIs work
⌨️ (28:18:28) Building an API with FastAPI
⌨️ (29:39:10) Deploying API to the Cloud
⌨️ (29:51:35) Load Testing with Locust Object Detection with YOLO
⌨️ (30:05:29) Introduction to Object Detection
⌨️ (30:11:39) Understanding YOLO Algorithm
⌨️ (31:15:17) Dataset Preparation
⌨️ (31:58:27) YOLO Loss
⌨️ (33:02:58) Data Augmentation
⌨️ (33:27:33) Testing Image Generation
⌨️ (33:59:28) Introduction to Image Generation
⌨️ (34:03:18) Understanding Variational Autoencoders
⌨️ (34:20:46) VAE Training and Digit Generation
⌨️ (35:06:05) Latent Space Visualization
⌨️ (35:21:36) How GANs work
⌨️ (35:43:30) The GAN Loss
⌨️ (36:01:38) Improving GAN Training
⌨️ (36:25:02) Face Generation with GANs Conclusion
⌨️ (37:15:45) What's Next
Month: June 2023
Find A YouTube Niche That’s Perfect For YOU
Learn how to find a niche for a YouTube channel that's sustainable, profitable and will keep you motivated. When you choose a YouTube niche it's going to be something that you'll get fully immersed in. Not just because you need to in order to make videos but because everything else will start revolving around it. It will become what you think about and what you're known for. This video shares tips for how to choose wisely. ❤️ If you find my content helpful, become a channel member to get access to our members only Facebook group, helpful downloads, monthly live streams and more. – https://www.youtube.com/channel/UCei6wyubYC1I1FwZ54LZFiA/join 🔔 Subscribe for more free YouTube tips: https://www.youtube.com/nicknimmin?sub_confirmation=1 🚀 Tools and services I recommend: TubeBuddy – Channel growth and management tool for YouTubers. Over 90 different tools to help you with your channel.
Try free at https://www.tubebuddy.com/nimmin Streamyard, the easiest live streaming software on earth! Try it at https://www.nicknimmin.com/go/streamyard/ VidIQ – Rank your videos in search and use AI tools to grow your channel.
Try at https://vidiq.com/nimmin TubeSpanner – The all-in-one YouTube toolkit that will help you plan, create and promote your content. If you're a content creator, you're going to love this, it does everything the other tools don't.
Create your account at https://tubespanner.com/nick Creator Mix – FREE music for your content without worries of copyright issues. This service was created by my brother Dee and myself for creators. Check out the music at https://creatormix.com/stream/ Streamer Templates – Pro overlay templates for your Streamyard live streams.
See the different options at https://streamertemplates.com/ Camtasia – Industry leading screen recorder and video editing software for creators.
Try it at http://nicknimmin.com/go/camtasia Spreadshop – Print on demand merch for creators. Create and sell merch to your viewers for free!
Check out my merch and create your own shop at http://nicknimmin.com/go/spreadshop Rev – Video captioning, sub titles and translations.
https://www.nicknimmin.com/go/captions/ Epidemic Sound – A great resources for high quality music and sound effects. It's not free but their huge library is worth it.
Check them out at https://www.nicknimmin.com/go/epidemicsound/ TuberTools – Video graphics and more for Youtubers (✔️ my website):
Check it out at http://www.tubertools.com/members/ Find EVERYTHING you need for your channel on my website https://bestcreatortools.com ✅ Learn more about YouTube on my podcast
https://commentsovercoffee.com/listen ✅ Recommended playlists: Step-by-step YouTube guides to help you get better at YouTube
https://www.youtube.com/watch?v=81iqGxLh-a4&list=PLsDhsOkbwsC6ppOoKTlBj7_tBQM9JGh3d Mistakes Youtubers make and how to avoid them
https://www.youtube.com/watch?v=nEtPJF0D9o8&list=PLsDhsOkbwsC6joZKlSKxrb3SZEEiJbT5p My Top Videos For New YouTubers
https://www.youtube.com/watch?v=sHC6YGvxVWk&list=PLsDhsOkbwsC6wix-Z4giWo7cAnTIg94Zp 🔥 Join my VIP club – It's a weekly newsletter sharing YouTube tips, video industry news, freebies and more! https://www.nicknimmin.com/vip/ ✅ For business inquiries contact me at asknimmin@gmail.com ✅ Find me all over the internet – https://tspnr.com/nicknimmin Disclaimer: Some of these links go to one of my websites and some are affiliate links where I'll earn a small commission if you make a purchase at no additional cost to you.
Find A YouTube Niche That Will Make You Happy Long Term
Learn how to find a niche for a YouTube channel that's sustainable, profitable and will keep you motivated. When you choose a YouTube niche it's going to be something that you'll get fully immersed in. Not just because you need to in order to make videos but because everything else will start revolving around it. It will become what you think about and what you're known for. This video shares tips for how to choose wisely. ❤️ If you find my content helpful, become a channel member to get access to our members only Facebook group, helpful downloads, monthly live streams and more. – https://www.youtube.com/channel/UCei6wyubYC1I1FwZ54LZFiA/join 🔔 Subscribe for more free YouTube tips: https://www.youtube.com/nicknimmin?sub_confirmation=1 🚀 Tools and services I recommend: TubeBuddy – Channel growth and management tool for YouTubers. Over 90 different tools to help you with your channel.
Try free at https://www.tubebuddy.com/nimmin Streamyard, the easiest live streaming software on earth! Try it at https://www.nicknimmin.com/go/streamyard/ VidIQ – Rank your videos in search and use AI tools to grow your channel.
Try at https://vidiq.com/nimmin TubeSpanner – The all-in-one YouTube toolkit that will help you plan, create and promote your content. If you're a content creator, you're going to love this, it does everything the other tools don't.
Create your account at https://tubespanner.com/nick Creator Mix – FREE music for your content without worries of copyright issues. This service was created by my brother Dee and myself for creators. Check out the music at https://creatormix.com/stream/ Streamer Templates – Pro overlay templates for your Streamyard live streams.
See the different options at https://streamertemplates.com/ Camtasia – Industry leading screen recorder and video editing software for creators.
Try it at http://nicknimmin.com/go/camtasia Spreadshop – Print on demand merch for creators. Create and sell merch to your viewers for free!
Check out my merch and create your own shop at http://nicknimmin.com/go/spreadshop Rev – Video captioning, sub titles and translations.
https://www.nicknimmin.com/go/captions/ Epidemic Sound – A great resources for high quality music and sound effects. It's not free but their huge library is worth it.
Check them out at https://www.nicknimmin.com/go/epidemicsound/ TuberTools – Video graphics and more for Youtubers (✔️ my website):
Check it out at http://www.tubertools.com/members/ Find EVERYTHING you need for your channel on my website https://bestcreatortools.com ✅ Learn more about YouTube on my podcast
https://commentsovercoffee.com/listen ✅ Recommended playlists: Step-by-step YouTube guides to help you get better at YouTube
https://www.youtube.com/watch?v=81iqGxLh-a4&list=PLsDhsOkbwsC6ppOoKTlBj7_tBQM9JGh3d Mistakes Youtubers make and how to avoid them
https://www.youtube.com/watch?v=nEtPJF0D9o8&list=PLsDhsOkbwsC6joZKlSKxrb3SZEEiJbT5p My Top Videos For New YouTubers
https://www.youtube.com/watch?v=sHC6YGvxVWk&list=PLsDhsOkbwsC6wix-Z4giWo7cAnTIg94Zp 🔥 Join my VIP club – It's a weekly newsletter sharing YouTube tips, video industry news, freebies and more! https://www.nicknimmin.com/vip/ ✅ For business inquiries contact me at asknimmin@gmail.com ✅ Find me all over the internet – https://tspnr.com/nicknimmin Disclaimer: Some of these links go to one of my websites and some are affiliate links where I'll earn a small commission if you make a purchase at no additional cost to you.
How To Find A YouTube Niche That Will Keep You Motivated
Learn how to find a niche for a YouTube channel that's sustainable, profitable and will keep you motivated. When you choose a YouTube niche it's going to be something that you'll get fully immersed in. Not just because you need to in order to make videos but because everything else will start revolving around it. It will become what you think about and what you're known for. This video shares tips for how to choose wisely. ❤️ If you find my content helpful, become a channel member to get access to our members only Facebook group, helpful downloads, monthly live streams and more. – https://www.youtube.com/channel/UCei6wyubYC1I1FwZ54LZFiA/join 🔔 Subscribe for more free YouTube tips: https://www.youtube.com/nicknimmin?sub_confirmation=1 🚀 Tools and services I recommend: TubeBuddy – Channel growth and management tool for YouTubers. Over 90 different tools to help you with your channel.
Try free at https://www.tubebuddy.com/nimmin Streamyard, the easiest live streaming software on earth! Try it at https://www.nicknimmin.com/go/streamyard/ VidIQ – Rank your videos in search and use AI tools to grow your channel.
Try at https://vidiq.com/nimmin TubeSpanner – The all-in-one YouTube toolkit that will help you plan, create and promote your content. If you're a content creator, you're going to love this, it does everything the other tools don't.
Create your account at https://tubespanner.com/nick Creator Mix – FREE music for your content without worries of copyright issues. This service was created by my brother Dee and myself for creators. Check out the music at https://creatormix.com/stream/ Streamer Templates – Pro overlay templates for your Streamyard live streams.
See the different options at https://streamertemplates.com/ Camtasia – Industry leading screen recorder and video editing software for creators.
Try it at http://nicknimmin.com/go/camtasia Spreadshop – Print on demand merch for creators. Create and sell merch to your viewers for free!
Check out my merch and create your own shop at http://nicknimmin.com/go/spreadshop Rev – Video captioning, sub titles and translations.
https://www.nicknimmin.com/go/captions/ Epidemic Sound – A great resources for high quality music and sound effects. It's not free but their huge library is worth it.
Check them out at https://www.nicknimmin.com/go/epidemicsound/ TuberTools – Video graphics and more for Youtubers (✔️ my website):
Check it out at http://www.tubertools.com/members/ Find EVERYTHING you need for your channel on my website https://bestcreatortools.com ✅ Learn more about YouTube on my podcast
https://commentsovercoffee.com/listen ✅ Recommended playlists: Step-by-step YouTube guides to help you get better at YouTube
https://www.youtube.com/watch?v=81iqGxLh-a4&list=PLsDhsOkbwsC6ppOoKTlBj7_tBQM9JGh3d Mistakes Youtubers make and how to avoid them
https://www.youtube.com/watch?v=nEtPJF0D9o8&list=PLsDhsOkbwsC6joZKlSKxrb3SZEEiJbT5p My Top Videos For New YouTubers
https://www.youtube.com/watch?v=sHC6YGvxVWk&list=PLsDhsOkbwsC6wix-Z4giWo7cAnTIg94Zp 🔥 Join my VIP club – It's a weekly newsletter sharing YouTube tips, video industry news, freebies and more! https://www.nicknimmin.com/vip/ ✅ For business inquiries contact me at asknimmin@gmail.com ✅ Find me all over the internet – https://tspnr.com/nicknimmin Disclaimer: Some of these links go to one of my websites and some are affiliate links where I'll earn a small commission if you make a purchase at no additional cost to you.
How To Fix Support For Password Authentication Was Removed On GitHub (2023)
Discover how to fix the "support for password authentication was removed on GitHub" error and regain access to your repositories with this helpful tutorial. #GitHub #AuthenticationError #PasswordAuthentication GitHub recently removed support for password authentication in favor of more secure authentication methods. As a result, if you have been relying on password-based authentication, you may encounter an error preventing you from accessing your repositories. However, there are alternative authentication methods you can use to regain access and continue collaborating on GitHub. In this tutorial, we will guide you through the steps to fix the "support for password authentication was removed on GitHub" error: 1. Generate a personal access token: GitHub provides personal access tokens as an alternative authentication method. We will show you how to generate a personal access token on GitHub. 2. Update remote repository URLs: Once you have the personal access token, you need to update the remote repository URLs on your local machine. We will demonstrate the necessary commands to update the URLs in various scenarios, including HTTPS and SSH. 3. Authenticate with the personal access token: Finally, we will guide you on how to authenticate with the personal access token to regain access to your repositories. This will allow you to continue pushing, pulling, and collaborating on GitHub. By following these steps, you can overcome the "support for password authentication was removed on GitHub" error and continue working seamlessly on GitHub using alternative authentication methods. Join us in this tutorial and regain access to your GitHub repositories by fixing the authentication error! #GitHubAuthentication #PasswordAuthenticationError #GitHubTips #GitHubWorkflow
Install Wine on Ubuntu 22.04 LTS Linux | Running Windows Programs on Linux
In this video we are going to see How to Install Wine on Ubuntu 20.04 LTS. Wine is a free and open-source software that allows computer programs developed for Microsoft Windows to run on Unix-like operating systems such as Linux, macOS, & BSD. Official website https://www.winehq.org/ Learn how to install Wine on Ubuntu 22.04 LTS Linux and unlock the ability to run Windows programs seamlessly on your Linux system. #Wine #Ubuntu #Linux #WindowsCompatibility Wine is a compatibility layer that allows you to run Windows applications on Linux-based operating systems like Ubuntu. With Wine, you can enjoy the flexibility of using your favorite Windows programs without the need for a separate Windows installation. In this tutorial, we will walk you through the step-by-step process of installing Wine on Ubuntu 22.04 LTS Linux: 1. Update your system: Before installing Wine, it's essential to ensure your Ubuntu system is up to date. Open the terminal and run the necessary commands to update your system's package lists. 2. Add Wine repository: Wine provides its official repository for Ubuntu users. We will guide you through the steps to add the repository to your system. 3. Install Wine: Once the repository is added, you can install Wine using the package manager. We will show you the command to run in the terminal to install the latest stable version of Wine. 4. Configure Wine: After installation, Wine may require some additional configuration. We will cover the basic configuration steps to optimize Wine for running Windows programs. 5. Run Windows programs: With Wine installed and configured, you can start running Windows programs on your Ubuntu system. We will demonstrate how to launch Windows applications using Wine. By following these steps, you can seamlessly run Windows programs on your Ubuntu 22.04 LTS Linux system using Wine. Unlock the compatibility between Windows and Linux and expand the range of software available to you. Join us in this tutorial and harness the power of Wine to enjoy Windows programs on your Ubuntu Linux system! #WineTutorial #WindowsOnLinux #UbuntuLinux #WindowsCompatibility #LinuxTips
#ProgrammingKnowledge #Wine #Ubuntu #winehq
Ads on Facebook stating ‘get your money from the taxman’ get banned, after misleading contractors
A Facebook ad that enticed contractors with the message “Get your money from the tax man” has been banned. It is one of three adverts by tax repayment agents to have last month fallen foul of the …