PyLessons February 02, 2024 Top Articles for learning A Deep Dive into Python Learning: Harnessing the Power of Top Articles
PyLessons July 26, 2023 The Transformers Step-by-step introduction to Transformers (Encoder-Decoder) architecture. In this series we'll walk through Transformers implementation in TensorFlow with a few examples
PyLessons March 29, 2023 Generative Adversarial Networks (GANs) In this series we are covering various Generative Adversarial Networks architectures and train a basic examples to prove they work
PyLessons March 07, 2023 Machine Learning Training Utilities In these series I am developing mltu (Machine Learning Training Utilities), that makes our development easier while using TensorFlow and PyTorch platforms
PyLessons September 26, 2022 Selfie Background Removal In this series, I'll cover how effortless is to remove background from selfie view by using python. Also, we'll try to apply AnimeGAN on the same view.
PyLessons April 26, 2022 Django website tutorials Building a full-featured Django application from scratch. We'll learn how to get started with Django, use templates, create a database, upload pictures, create an authentication system, and much more
PyLessons December 03, 2020 Bitcoin trading bot with Reinforcement Learning In this tutorial series, we will create a Reinforcement Learning automated Bitcoin trading bot that could beat the market and make some profit!
PyLessons February 21, 2019 Everything about YOLO In these tutorials, I’m going to explain to you an easy way to train YOLOv3 and YOLOv4 on TensorFlow 2. Will give you examples with Google Colab, Rpi3, TensorRT and more...
PyLessons February 20, 2019 Reinforcement Learning This is Reinforcement Learning tutorial series where we'll learn everything from DQN basics up to PPO agens and how to use them to lean playing games.
PyLessons February 19, 2019 YOLOv3 explained In this tutorial, I will explain to you what is YOLOv3 object detection, how it works behind the math, and how you can make your custom detector.
PyLessons February 18, 2019 Deep neural networks In this tutorial series I will step you through a deep learning TensorFlow and Keras framework that will allow you to build neural networks more easily.
PyLessons February 17, 2019 Deep neural networks In last tutorial series we wrote 2 layers neural networks model, now it's time to build deep neural network, where we could have whatever count of layers we want.
PyLessons February 16, 2019 Neural network (2 layers) It's time to build neural network, with one hidden layer. You will see that there is no big difference between this model and logistic regression.
PyLessons February 15, 2019 Logistic regression tutorial In this tutorial, we will start analysing how we can predict correct cat or dog in a given picture using logistic regression as neural network.
PyLessons February 14, 2019 OpenCV image stiching tutorials In these tutorials, you will learn how to make panorama and image stitching using Python and OpenCV. I'll demonstrate step by step how image stitching can be performed
PyLessons January 22, 2019 Selenium with Python In this short tutorial I will show you how to use Selenium with Python if you want to automate human work on your browser. I will introduce you with Selenium basics.
PyLessons January 03, 2019 Tensorflow CAPTCHA solver tutorial In this tutorial we will learn how to do step by step custom object detection from images, used technique we will use to solve simple CAPTCHA images.
PyLessons October 25, 2018 Tensorflow CS:GO aim bot In this tutorial we will learn how to create our real time TensorFlow custom object detection by using it like an aim bot on CS:GO shooter game.
PyLessons September 11, 2018 Python basics In this tutorial series I will introduce you with python programming language basics (features, benefits, possibilities and more).