How I Taught Robots to Read My Doctor's Prescriptions (And Yours Too)

How I Taught Robots to Read My Doctor's Prescriptions (And Yours Too)

Let’s face it - my handwriting looks like an electrocuted spider did the tango on paper. Yet somehow, modern ML systems can decipher even my prescription pad hieroglyphics. Today, we’ll build our own handwriting recognition engine that can read anything from love letters to pharmacy notes (disclaimer: not liable for misread romantic proposals). The Great Ink Heist: Stealing Knowledge from Pixels Handwriting recognition is like teaching a robot to understand 7....

April 9, 2025 · 4 min · 659 words · Maxim Zhirnov
Как я научил роботов читать рецепты моего врача (И Ваши тоже)

Как я научил роботов читать рецепты моего врача (И Ваши тоже)

Давайте признаем — мой почерк похож на паука, которого ударило током и он начал танцевать танго на бумаге. И всё же современные системы машинного обучения могут расшифровать даже мои иероглифы с рецептурных бланков. Сегодня мы создадим собственный механизм распознавания почерка, который сможет прочитать что угодно, от любовных посланий до аптечных заметок (отказ от ответственности: не несёт ответственности за неправильно истолкованные романтические предложения). Великое похищение чернил: кража знаний из пикселей Распознавание почерка похоже на обучение робота пониманию 7,8 миллиарда уникальных отпечатков разума....

April 9, 2025 · 4 min · 650 words · Maxim Zhirnov
Creating Computer Vision Systems with OpenCV and TensorFlow

Creating Computer Vision Systems with OpenCV and TensorFlow

Introduction to Computer Vision Computer vision, the art of making machines see, is a fascinating field that has revolutionized how we interact with technology. Imagine a world where your smartphone can recognize your face, your car can drive itself, and your home security system can alert you to any suspicious activity. All this is possible thanks to the powerful combination of OpenCV and TensorFlow. Why OpenCV and TensorFlow? OpenCV (Open Source Computer Vision Library) is a treasure trove of image and video processing algorithms....

January 10, 2025 · 5 min · 973 words · Maxim Zhirnov
Создание систем компьютерного зрения с использованием OpenCV и TensorFlow

Создание систем компьютерного зрения с использованием OpenCV и TensorFlow

Введение в компьютерное зрение Компьютерное зрение, искусство заставлять машины видеть, — это увлекательная область, которая произвела революцию в том, как мы взаимодействуем с технологиями. Представьте себе мир, где ваш смартфон может распознавать ваше лицо, ваша машина может ездить сама по себе, а система безопасности вашего дома может предупреждать вас о любой подозрительной активности. Всё это возможно благодаря мощному сочетанию OpenCV и TensorFlow. Почему именно OpenCV и TensorFlow? OpenCV (библиотека компьютерного зрения с открытым исходным кодом) — это сокровищница алгоритмов обработки изображений и видео....

January 10, 2025 · 5 min · 877 words · Maxim Zhirnov
Comparative Analysis: TensorFlow vs PyTorch for Deep Learning

Comparative Analysis: TensorFlow vs PyTorch for Deep Learning

When it comes to the world of deep learning, two names stand out like giants in a crowded room: TensorFlow and PyTorch. These frameworks have been the subject of heated debates, with each having its own set of fervent supporters. But which one is the best? Well, that’s a bit like asking whether Batman or Superman would win in a fight – it depends on the context and what you’re trying to achieve....

October 10, 2024 · 5 min · 980 words · Maxim Zhirnov