Categories


  • All
  • Computer Vision
  • Machine Learning
  • Database

Generative Adversarial Networks(GANs) part 1

by Sadekujjaman Saju | Machine Learning | 28 Jun, 2021

Generative adversarial networks (GANs) are the most exciting recent innovation in the machine learning area. Generative Adversarial Networks, A de...

Read More →

YOLOv3 Object Detection

by Shahidul Islam | Machine Learning | 08 Dec, 2020

Object detection is a task that involves identifying the presence, location and type of one or more objects in an image. Yolo which stands for ‘...

Read More →

Gradient Descent in Machine Learning

by Shahidul Islam | Machine Learning | 21 Sep, 2020

What is Gradient Descent: Gradient descent is an optimization algorithm. This algorithm is not only used in machine learning but also in various fi...

Read More →

Introduction to K-Nearest Neighbor Classifier

by Shahidul Islam | Machine Learning | 27 Aug, 2020

What is KNN: KNN is the simplest machine learning algorithm which is used in classification and regression problem. KNN stands for k-nearest-neighb...

Read More →