In this post we are going to discuss top 5 differences between Python and Golang programming language. https://youtu.be/9-jaw-nB3bE Python Vs Golang Top 5 differences Python is an interpreted language while golang is a compiled language.As python is interpreted language, The python code has to be converted into a machine-readable form, by a program called interpreter, … Continue reading Top 5 differences between Python and Golang programming language
Author: BotBark

Why Naive Bayes Algorithm is NOT affected by Feature Scaling
Why Naive Bayes Algorithm is NOT affected by Feature Scaling is a short video regarding Why Naive Bayes Machine Learning algorithm is NOT affected by feature magnitude hence Naive Bayes does not need feature scaling. https://youtu.be/1ghONDWHPP8 Why Naive Bayes Algorithm is NOT affected by Feature Scaling Happy Learning !!

Exploration vs Exploitation in Reinforcement Learning
What is Exploration and Exploitation in Reinforcement Learning is a short video, to discuss the concept of Exploration and Exploitation in question-answer format and the explanation of the right answer is also discussed. https://youtu.be/xDOxloKPk4w Exploration vs Exploitation in Reinforcement Learning Happy Learning !!

Why Random Forest Algorithm is NOT affected by Feature Scaling
Why Random Forest Algorithm is NOT affected by Feature Scaling is a short video regarding Why Random Forest Machine Learning algorithm is NOT affected by feature magnitude hence Random Forest does not need feature scaling. https://youtu.be/n40h_CQx19w Why Random Forest Algorithm is NOT affected by Feature Scaling Happy Learning !!

Cast a Tensor to another Type in PyTorch
We can cast a Tensor to another type in PyTorch as below: import torch # Create a float tensor y = torch.randn(5, 5) # Cast the flost tensor to int tensor in pytorch y = y.int() Cast a Tensor to another Type in PyTorch Neural Network Machine Learning Algorithm From Scratch in Python is a … Continue reading Cast a Tensor to another Type in PyTorch

Cast a Tensor to another Type in TensorFlow
We can cast a Tensor to another type in tensorflow as below: Cast a Tensor to another Type in TensorFlow Code as below: import tensorflow as tf # Create a TensorFlow float type Tensor x x = tf.constant([1.8, 2.2], dtype=tf.float32) # Cast a Tensor of float type to int Type in TensorFlow x = tf.dtypes.cast(x, … Continue reading Cast a Tensor to another Type in TensorFlow

How to check current version of TensorFlow?
To check current version of TensorFlow... use the below commands import tensorflow as tf tf.__version__ check current version of TensorFlow Cheers!! Logistic Regression Machine Learning Algorithm from Scratch in Python https://youtu.be/2ztuQKtW7So Logistic Regression Machine Learning Algorithm from Scratch in Python Gradient Descent Machine Learning Algorithm from Scratch in Python https://youtu.be/gurGhGPg-6s Gradient Descent Machine Learning Algorithm … Continue reading How to check current version of TensorFlow?

How to check current version of pytorch?
To check the current version of PyTorch please execute the below command... import torch torch.__version__ check current version of pytorch Cheers!! https://youtu.be/2ztuQKtW7So Logistic Regression Machine Learning Algorithm from Scratch in Python https://youtu.be/gurGhGPg-6s Gradient Descent Machine Learning Algorithm from Scratch in Python

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), … Continue reading Top 10 Object Detection Algorithms in Machine Learning

WhatsApp vs Telegram vs Signal | Top 10 Features comparison
Let us compare these three messaging services using 10 features. This may help you choose which messaging service suits you best as per your requirement. The features compared in the video are as below: User base, Group Size, Max file size, Status Feature, Phone Number Privacy, Create app Channel, Photo share Quality, End to end … Continue reading WhatsApp vs Telegram vs Signal | Top 10 Features comparison