Understanding RAG, Agentic AI, and MCP By a Real-World AI Assistant Example
Post Views: 427 After working with Large Language Models (LLMs), I was amazed by their reasoning power, but what really excited me was making LLM …
Posts related to Artificial Intelligence, Machine learning and Deep Learning
Post Views: 427 After working with Large Language Models (LLMs), I was amazed by their reasoning power, but what really excited me was making LLM …
Post Views: 7,031 These days document images feature extraction and classification are highly demanded tasks in companies and organizations. The image can be a digital …
Post Views: 14,369 Despite many advantages of Python such as simple syntax, easy-to-read code and large number of available 3rd-party packages, when it comes to …
Post Views: 1,163 Holidays are a great opportunity to make ideas which go on in the mind come true. It was a month that I …
Post Views: 8,854 FaceNet is a face recognition system using deep neural network, introduced in 2015 by researchers at Google. The main idea of this system …
Post Views: 7,849 Last week I started to implement graphical Gradient Descent algorithm for linear regression (supervised machine learning). Gradient Descent is a general algorithm and …