Blog posts

2024

2023

NER powered Semantic Search Engine

14 minute read

Published:

In this tutorial, we will demonstrate how to utilize Named Entity Recognition (NER) powered semantic search with Pinecone. The following steps will be covered:

2022

XGBoost Hyperparameter tuning: XGBRegressor (XGBoost Regression)

10 minute read

Published:

XGBoost stands for Extreme Gradient Boosting, is a scalable, distributed gradient-boosted decision tree (GBDT) machine learning library. It provides parallel tree boosting and is the leading machine learning library for regression, classification, and ranking problems (“Nvidia”).

2021

2019

Nepali Cash Detection and Recognition using Tensorflow and CNN

8 minute read

Published:

This project aims to detect and recognize Nepali cash using transfer learning and the InceptionV3 model. The model achieved 93.03% accuracy on both test and validation data. [Last updated: 2023 with more class and dataset]