
Deep Learning

Cast a Tensor to another Type in PyTorch
We can cast a Tensor to another type in PyTorch as below: Neural Network Machine Learning Algorithm From Scratch in Python is a short video course to discuss an overview of the Neural Network Deep Learning Algorithm. In this video different concepts related to Neural Network Algorithm such as Dot Product of Matrix, Sigmoid, Sigmoid…

Cast a Tensor to another Type in TensorFlow
We can cast a Tensor to another type in tensorflow as below: Code as below: Neural Network Machine Learning Algorithm From Scratch in Python is a short video course to discuss an overview of the Neural Network Deep Learning Algorithm. In this video different concepts related to Neural Network Algorithm such as Dot Product of…

How to check current version of TensorFlow?
To check current version of TensorFlow… use the below commands import tensorflow as tf tf.__version__ Cheers!! Logistic Regression Machine Learning Algorithm from Scratch in Python Gradient Descent Machine Learning Algorithm from Scratch in Python

How to check current version of pytorch?
To check the current version of PyTorch please execute the below command… import torch torch.__version__ Cheers!!

Top 10 Object Detection Algorithms in Machine Learning
Top 10 Object Detection Algorithms in Machine Learning is a short video to discuss ten types of Object Detection Algorithms in deep learning. The discussed algorithms are Region-based Convolutional Neural Networks(R-CNN), Fast R-CNN, Faster R-CNN, Mask R-CNN, Region-based Fully Convolutional Network (R-FCN), Histogram of Oriented Gradients (HOG), Spatial Pyramid Pooling (SPP-net), Single Shot Detector (SSD),…

Image Classification vs Object Detection in Machine Learning
Image Classification vs Object Detection in Machine Learning is a short video to describe the core difference between Image Classification and Object Detection in Machine Learning.

TechnoBotic: Best YouTube Channel for Machine Learning, Data Science and Artificial Intelligence
TechnoBotic is one of the best YouTube channel for Machine Learning, Data Science, and Artificial Intelligence. The videos are about AI and ML basics as well as Advanced Concepts. Happy Learning !!

Decision Tree Machine Learning Algorithm from Scratch in Python
Decision Tree Machine Learning Algorithm From Scratch in Python is a short video course to discuss an overview of the Decision Tree Machine Learning Algorithm. In this video different types of concepts related to Decision Tree Algorithms such as Entropy and Information Gain are discussed. Finally, the algorithm is implemented, step by step, in Python…

Neural Network Machine Learning Algorithm from Scratch in Python
Neural Network Machine Learning Algorithm From Scratch in Python is a short video course to discuss an overview of the Neural Network Deep Learning Algorithm. In this video different concepts related to Neural Network Algorithm such as Dot Product of Matrix, Sigmoid, Sigmoid Derivative, Forward Propagation, Back Propagation is discussed in detail. Also, the model…

Gradient Descent Machine Learning Algorithm from Scratch in Python
Gradient Descent Machine Learning Algorithm From Scratch in Python is a short video course to discuss an overview of the Gradient Descent Machine Learning optimization Algorithm. In this video different types of Gradient Descent Algorithms such as Batch Gradient Descent, Mini batch gradient descent, and Stochastic gradient descent. Finally, the algorithm is implemented, step by…