Simple Navigation AI
A simple AI for navigation. AI is now everywhere, well almost everywhere. Ever since chatGPT is making a lot of noise in the internet, I’ve been wandering if I could implement AI on an Arduino UNO. So I’ve made some digging, searching for information to understand how AI work, how to create my own AI. Read tons of articles about it, even found an article that made feel I finally made my own AI (for a while). But then I realized, I didn’t create that. I just downloaded a bunch of file, tweaked a few parameters to much my needs compiled it and it’s done. An AI on my laptop, but it’s not mine.
Then, I found an article with a link to youtube that deeply explains what makes AI tick. The video is so informative, deeply explains how each neurons triggers an event. So, I tried to understand the logic behind the codes. That’s when I decided to finally try to implement it on an Arduino UNO. But then it hits me, this is huge. It won’t fit, the codes alone takes up so much memory.
- Read more about Simple Navigation AI
- Log in or register to post comments