↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: ai

Home › Posts tagged ai
Python – LLM Quantization with Qwen3
Artificial Intelligence, Python

Python – LLM Quantization with Qwen3

Vitosh Sep 9, 2026 Tagged with ai, llm, Python, quantization, qwen, small language model

Quantization is one of the most common techniques to make language models smaller and more practical. The idea is simple – instead of storing model weights with high numerical precision, these are replaced with lower precision approximations. This reduces the …

Python – LLM Quantization with Qwen3 Read more →

Elasticsearch – Simple Introduction and Web App
Artificial Intelligence, Python

Elasticsearch – Simple Introduction and Web App

Vitosh Jan 26, 2026 Tagged with ai, artificial intelligence, crawler, elastic, Python, search

Searching through 399 documents or 40 web pages (the numbers are not random) can be a tough task if you rely on standard tools like ctrl+f. When the data grows, you need a dedicated search engine that understands relevance, handles …

Elasticsearch – Simple Introduction and Web App Read more →

Breadth-First Search (BFS) algorithm with Python
Artificial Intelligence, Python

Breadth-First Search (BFS) algorithm with Python

Vitosh Dec 3, 2025 Tagged with ai, bfs, Python

BFS, DFS, A-Star – these sound like magic spells from a Harry Potter book! And actually, these are magical (especially the A-Star) as far as they are well-defined algorithms, that explore a graph. In our previous article, we have explored …

Breadth-First Search (BFS) algorithm with Python Read more →

Python – Sliding Tile Puzzle – DFS + IDA*
Python

Python – Sliding Tile Puzzle – DFS + IDA*

Vitosh Nov 2, 2025 Tagged with ai, ML, puzzle, Python, sliding, tile

Sliding tile puzzle is something that is actually easy, if you are a fan of the Rubic Cube. And if you want to solve it with IDA* (iterative Deepening A*) and with Manhattan heuristic, this is the correct place. The …

Python – Sliding Tile Puzzle – DFS + IDA* Read more →

Copyright © 2026 VitoshAcademy