Object Detection Using Yolov4

What is object detection? Object detection is a computer vision technique that involves identifying and locating specific objects within images or video streams. It goes beyond simple image classification by not only recognizing objects but also outlining

By |2023-05-22T19:04:46+05:3022 May 2023|0 Comments

Dimensionality Reduction : PCA, tSNE, UMAP

Why dimensionality reduction ? Dimensionality reduction is a technique used in machine learning and data analysis to reduce the number of input variables or features in a dataset while retaining the most important information. The process involves transforming

By |2024-01-08T17:00:20+05:3018 May 2023|0 Comments

Docker Overview

Introduction to Docker Docker is an open-source platform that allows developers to easily create, deploy, and run applications in containers. A container is a lightweight, standalone executable package of software that includes everything needed to run the

By |2023-05-18T12:08:41+05:302 April 2023|0 Comments

Recommendation System Using Matrix Factorization

Model Based Collaborative Filtering: Model based collaborative approaches only rely on user-item interactions information and assume a latent model supposed to explain these interactions. For example, matrix factorization algorithms consists in decomposing the huge and sparse user-item interaction

By |2024-01-08T17:02:33+05:3011 April 2020|Comments Off on Recommendation System Using Matrix Factorization

Recommendation System using kNN

A common task of recommender systems is to improve customer experience through personalized recommendations based on prior implicit feedback. These systems passively track different sorts of user behavior, such as purchase history, watching habits and browsing activity, in

By |2024-01-08T17:04:00+05:3011 April 2020|Comments Off on Recommendation System using kNN
Go to Top