Vista Normal

Hay nuevos artículos disponibles. Pincha para refrescar la página.
Ayer — 25 Diciembre 2024Salida Principal

Going Digital: Teaching a TI-84 Handwriting Recognition

25 Diciembre 2024 at 06:00
close up of a TI-84 Plus CE running custom software

You wouldn’t typically associate graphing calculators with artificial intelligence, but hacker [KermMartian] recently made it happen. The innovative project involved running a neural network directly on a TI-84 Plus CE to recognize handwritten digits. By using the MNIST dataset, a well-known collection of handwritten numbers, the calculator could identify digits in just 18 seconds. If you want to learn how, check out his full video on it here.

The project began with a proof of concept: running a convolutional neural network (CNN) on the calculator’s limited hardware, a TI-84 Plus CE with only 256 KB of memory and a 48 MHz processor. Despite these constraints, the neural network could train and make predictions. The key to success: optimizing the code, leveraging the calculator’s C programming tools, and offloading the heavy lifting to a computer for training. Once trained, the network could be transferred to the calculator for real-time inference. Not only did it run the digits from MNIST, but it also accepted input from a USB mouse, letting [KermMartian] draw digits directly on the screen.

While the calculator’s limited resources mean it can’t train the network in real-time, this project is a proof that, with enough ingenuity, even a small device can be used for something as complex as AI. It’s not just about power; it’s about resourcefulness. If you’re into unconventional projects, this is one for the books.

AnteayerSalida Principal

Training a Self-Driving Kart

21 Diciembre 2024 at 09:00

There are certain tasks that humans perform every day that are notoriously difficult for computers to figure out. Identifying objects in pictures, for example, was something that seems fairly straightforward but was only done by computers with any semblance of accuracy in the last few years. Even then, it can’t be done without huge amounts of computing resources. Similarly, driving a car is a surprisingly complex task that even companies promising full self-driving vehicles haven’t been able to deliver despite working on the problem for over a decade now. [Austin] demonstrates this difficulty in his latest project, which adds self-driving capabilities to a small go-kart.

[Austin] had been working on this project at the local park but grew tired of packing up all his gear when he wanted to work on his machine-learning algorithms. So he took all the self-driving equipment off of the first kart and incorporated it into a smaller kart with a very small turning radius so he could develop it in his shop.

He laid down some tape on the floor to create the track and then set up the vehicle to learn how to drive by watching and gathering data. The model is trained with a convolutional neural network and this data. The only inputs that the model gets are images from cameras at the front of the kart. At first, it could only change the steering angle, with [Austin] controlling the throttle to prevent crashes. Eventually, he gave it control of the throttle as well, which behaves well except at the fastest speeds.

There were plenty of challenges along the way, especially when compared to the models trained at the park; [Austin] correctly theorized that the cause of the hardship in the park was a lack of contrast at the boundary between the track and any out-of-bounds areas. With a few tweaks to the track, as well as adding some wide-angle lenses to his cameras, he was able to get a model that works fairly well. Getting started on a project like this doesn’t have as high of a barrier to entry as one might imagine, either. Take a look at this comprehensive open-source Python library for self-driving projects. If you want to start smaller, perhaps don’t start with a self-driving kart.

DeepLearning.AI TensorFlow Developer Professional Certificate

Por: EasyWithAI
20 Julio 2023 at 21:10
Category – TensorFlow, Deep Learning Course Difficulty – Average Course Length – 2 Months @ 10h per Week Price – $49.99 Rating  4/5 View Course The DeepLearning.AI TensorFlow Developer Professional Certificate program is a comprehensive and hands-on learning experience designed to equip individuals with applied machine learning skills using TensorFlow. This program is offered […]

Source

TensorFlow

Por: EasyWithAI
2 Noviembre 2023 at 14:59
TensorFlow is a popular end-to-end open source machine learning platform. It provides tools to prepare data, build models, and deploy models in production. Developers are able to utilize pre-trained models or create their own custom ones. TensorFlow supports on-device, in-browser, on-server and cloud deployment. It also has an active community forum where you can connect, […]

Source

❌
❌