Tag Archives: ai

Preprocessing Images For Recognition

We have previously through the process of recognizing numbers utilizing our artificial neural network (ANN). If you haven’t gone through that post on, you can do so now. However, we ran the recognition task on images from the MNIST dataset. Even though we used the test data, it’s still cannot be considered real-world. It’s clean, well-labeled, and structured, with a lot of the noise and ambiguity removed.

Read More

Introduction To Artificial Neural Networks

Artificial intelligence or AI is all the rage these days, driving amazing innovations across multiple industries and transforming how we interact with technology. Machine learning, a subset of AI, plays a crucial role in this transformation by enabling systems to learn from data and improve over time. Among the most powerful techniques in machine learning are Artificial Neural Networks (ANNs), which are modeled after the human brain and have become essential for solving complex problems in fields like image recognition, voice recognition, natural language processing, and predictive analytics. In this post, we will explore the basics of ANNs and how they work.

Read More

FonePrint

FonePrint is live! It’s a small project/MVP experiment that I am working on. The idea is if you’re traveling and/or have no access to a printer, you simply upload your document and then FonePrint will print and ship your document to you or your selected recipient.

This is part of my generative AI experimentation so a lot of the content (and code!) is AI-generated. I used Vercel V0 for generating the initial UI, and Claude 3.5 Sonnet for the initial code. I then integrated and finished up using Cursor. Impressive how far AI has gone.