A brief step by step tutorial on how to install PyTorch with Anaconda
Learn what are tensors - the main data structure of PyTorch
Learn what Linear regression is and how to create a linear regression model in Python using PyTorch
Learn to decompose complex computations into several sequences by using computation graphs
Learn how to solve the binary classification problem using Logistic regression
In this post, we study the expressiveness and limitations of Linear Classifiers, and learn how to solve the XOR problem
Learn to solve image classification problems using Linear Classifiers
Learn how to create and use PyTorch Dataset and DataLoader objects
Learn to calculate the loss using backpropagation with vectors, matrices, and tensors of higher ranks
Learn to build the Fully Connescted Neural Network with a Multilayer Perceptron cllas in Python using PyTorch
RNN/LSTM model implemented with PyTorchc
Learn how to train a neural network model to make accurate predictions in PyTorch
Learn how to build efficient Neural Networks using nn module with MNIST dataset
Learn to build efficient Convolutional Neural Networks using the nn module with MNIST dataset
Learn to build a Smile Detection model in PyTorch on the CelebA dataset using the LeNet-5 architecture
Three very popular deep learning techniques that you can apply to improve the performance of our deep learning model
Batch normalization is a technique for training deep neural networks that standardizes the inputs to a layer for each mini-batch
Learn to reduce overfitting - one of the most common problems that arise during the training of deep neural networks
When we want to see how similar two pictures are. One solution that was developed to solve this problem are Siamese Neural Networks
The goal of Semantic Segmentation is to label each pixel of an image with a corresponding class
Overview of the DeepLab v2 algorithm that introduced three famous advancements in the field of semantic segmentation
Learn about the novelties of the DeepLab v3 algorithm that utilizes the model developed in Version 2
FaceNet, paper ntroduced a lot of novelties and significantly improved the performance of face recognition, verification, and clustering tasks
VGGFace paper presents interesting novelties in the Face Recognition area
An overview of R-CNN, one of the most influential families of object detection algorithms
Learn about the importance of visualization of Convolutional Neural Network
Your Name (required)
Your Email (required)
Your Name