📰 Artificial Synapses 10,000x Faster Than Real Thing
New artificial versions of the neurons and synapses in the human brain are up to 1,000 times smaller than neurons and at least 10,000 times faster than biological synapses, a study now finds.
These new devices may help improve the speed at which the increasingly common and powerful artificial intelligence systems known as deep neural networks learn, researchers say.
Just as transistors are the core elements of digital computers, so too are neuron- and synapse-like components the key building blocks in analog deep learning. In the new study, researchers experimented with artificial synapses called programmable resistors.
In experiments, the scientists found their protonic programmable resistors could perform at least 10,000 times faster than biological synapses at room temperature. Onen says: "Previously the operation timescales were around milliseconds, whereas in this work we achieved nanoseconds."
#news #artificial_intelligence
New artificial versions of the neurons and synapses in the human brain are up to 1,000 times smaller than neurons and at least 10,000 times faster than biological synapses, a study now finds.
These new devices may help improve the speed at which the increasingly common and powerful artificial intelligence systems known as deep neural networks learn, researchers say.
Just as transistors are the core elements of digital computers, so too are neuron- and synapse-like components the key building blocks in analog deep learning. In the new study, researchers experimented with artificial synapses called programmable resistors.
In experiments, the scientists found their protonic programmable resistors could perform at least 10,000 times faster than biological synapses at room temperature. Onen says: "Previously the operation timescales were around milliseconds, whereas in this work we achieved nanoseconds."
#news #artificial_intelligence
👍9
📰 Stanford engineers present new chip that ramps up AI computing efficiency
AI-powered edge computing is already pervasive in our lives. Devices like drones, smart wearables, and industrial IoT sensors are equipped with AI-enabled chips so that computing can occur at the “edge” of the internet, where the data originates. This allows real-time processing and guarantees data privacy.
However, AI functionalities on these tiny edge devices are limited by the energy provided by a battery. Therefore, improving energy efficiency is crucial.
Stanford University engineers have come up with a potential solution: a novel resistive random-access memory (RRAM) chip that does the AI processing within the memory itself, thereby eliminating the separation between the compute and memory units. Their chip, called NeuRRAM, is about the size of a fingertip and does more work with limited battery power than what current chips can do.
More information...
#news #artificial_intelligence
AI-powered edge computing is already pervasive in our lives. Devices like drones, smart wearables, and industrial IoT sensors are equipped with AI-enabled chips so that computing can occur at the “edge” of the internet, where the data originates. This allows real-time processing and guarantees data privacy.
However, AI functionalities on these tiny edge devices are limited by the energy provided by a battery. Therefore, improving energy efficiency is crucial.
Stanford University engineers have come up with a potential solution: a novel resistive random-access memory (RRAM) chip that does the AI processing within the memory itself, thereby eliminating the separation between the compute and memory units. Their chip, called NeuRRAM, is about the size of a fingertip and does more work with limited battery power than what current chips can do.
More information...
#news #artificial_intelligence
👍9
📰 The US Air Force successfully tested this AI-controlled jet fighter
An autonomous jet fighter has now completed 17 hours of flight testing, including advanced fighter maneuvers and beyond-visual-range engagements, according to the United States Air Force.
"After training our AI-driven autonomy agents using high performance computing and modeling and simulation, it is critical that we fly these agents to validate the difference from the simulator to live flights. Having an aircraft like the X-62 is critical to rapid flight testing of these autonomous behaviors," said an Autonomous Air Combat Operations official.
During the flights, a human pilot was on board, able to take over should it be necessary.
More information...
#news #artificial_intelligence
An autonomous jet fighter has now completed 17 hours of flight testing, including advanced fighter maneuvers and beyond-visual-range engagements, according to the United States Air Force.
"After training our AI-driven autonomy agents using high performance computing and modeling and simulation, it is critical that we fly these agents to validate the difference from the simulator to live flights. Having an aircraft like the X-62 is critical to rapid flight testing of these autonomous behaviors," said an Autonomous Air Combat Operations official.
During the flights, a human pilot was on board, able to take over should it be necessary.
More information...
#news #artificial_intelligence
👍6👎1
📰 ChatGPT banned in Italy
The country’s data protection authorities said AI service would be blocked and investigated over privacy concerns. The system does not have a proper legal basis to be collecting personal information about the people using it, the Italian agency said. That data is collected to help train the algorithm that powers ChatGPT’s answers.
Authorities also accused OpenAI of failing to check the age of its ChatGPT users, and not properly enforcing rules banning over 13s. Those young users could potentially be exposed to “unsuitable answers” from the chatbot, given their relative lack of development, authorities said.
It is just the latest censure of ChatGPT, and the artificial intelligence systems underpinning it that are made by creators OpenAI. Italy’s decision came days after a range of experts called for a halt on the development of new systems, amid fears that the rush to create new AI tools could be dangerous.
#news #artificial_intelligence
The country’s data protection authorities said AI service would be blocked and investigated over privacy concerns. The system does not have a proper legal basis to be collecting personal information about the people using it, the Italian agency said. That data is collected to help train the algorithm that powers ChatGPT’s answers.
Authorities also accused OpenAI of failing to check the age of its ChatGPT users, and not properly enforcing rules banning over 13s. Those young users could potentially be exposed to “unsuitable answers” from the chatbot, given their relative lack of development, authorities said.
It is just the latest censure of ChatGPT, and the artificial intelligence systems underpinning it that are made by creators OpenAI. Italy’s decision came days after a range of experts called for a halt on the development of new systems, amid fears that the rush to create new AI tools could be dangerous.
#news #artificial_intelligence
👍10👎3👌2
💻 Setting up the ChatGPT on a Raspberry Pi Pico W
ChatGPT's ability to understand natural language inputs and its versatility make it a useful tool for developing various applications with the Raspberry Pi Pico W. An example can be voice recognition, with the help of external microphones and speakers, ChatGPT can be used to develop voice-controlled systems that can perform various tasks, such as controlling home appliances or responding to user queries.
This tutorial demonstrates how to set up ChatGPT for your Raspberry Pi Pico W using their API in this tutorial. By the end of it, you will be sending ChatGPT prompts and getting responses in return.
More information...
#projects #raspberry #artificial_intelligence
ChatGPT's ability to understand natural language inputs and its versatility make it a useful tool for developing various applications with the Raspberry Pi Pico W. An example can be voice recognition, with the help of external microphones and speakers, ChatGPT can be used to develop voice-controlled systems that can perform various tasks, such as controlling home appliances or responding to user queries.
This tutorial demonstrates how to set up ChatGPT for your Raspberry Pi Pico W using their API in this tutorial. By the end of it, you will be sending ChatGPT prompts and getting responses in return.
More information...
#projects #raspberry #artificial_intelligence
👍6👌1
🧠 7 expert tips for writing embedded software with ChatGPT
This article offers guidance for developers on writing embedded software using ChatGPT, an AI language model. It acknowledges the challenges involved in this process and provides valuable insights to navigate it effectively.
The article emphasizes the importance of clearly defining project requirements and breaking down complex problems into manageable parts. It highlights the need to optimize the software for resource-constrained environments and implement robust error handling mechanisms. Additionally, the article emphasizes considering real-time constraints and conducting thorough testing using automated tools.
It concludes by pointing out the significance of following best coding practices to ensure high-quality embedded software. By applying these expert tips, developers can enhance their embedded software development process and successfully leverage the capabilities of ChatGPT.
More information...
#articles #artificial_intelligence
This article offers guidance for developers on writing embedded software using ChatGPT, an AI language model. It acknowledges the challenges involved in this process and provides valuable insights to navigate it effectively.
The article emphasizes the importance of clearly defining project requirements and breaking down complex problems into manageable parts. It highlights the need to optimize the software for resource-constrained environments and implement robust error handling mechanisms. Additionally, the article emphasizes considering real-time constraints and conducting thorough testing using automated tools.
It concludes by pointing out the significance of following best coding practices to ensure high-quality embedded software. By applying these expert tips, developers can enhance their embedded software development process and successfully leverage the capabilities of ChatGPT.
More information...
#articles #artificial_intelligence
👍9👎1
In the article by Jacob Beningo, the author delves into the evolving role of generative AI in embedded software development. While embedded software is often considered a specialized domain requiring extensive hardware knowledge and coding skills, Beningo points out that generative AI models, such as ChatGPT, are increasingly capable of handling tasks like code optimization, hardware abstraction, and low-level driver generation. This challenges the perception that embedded software is too unique to be impacted by AI.
However, Beningo also emphasizes that generative AI should be viewed as a valuable tool rather than a replacement for experienced developers. He draws a parallel to a nail gun, stating that AI can significantly accelerate development when wielded by knowledgeable engineers. AI, like a nail gun, enhances the efficiency and quality of work but does not diminish the value of human expertise. It is crucial to recognize that while AI can assist in coding, it requires human guidance and expertise to produce the desired results effectively.
The author concludes that generative AI is unlikely to replace embedded software jobs. Instead, he sees it as a tool that can help bridge the growing demand for embedded software engineers by making them more efficient and enabling them to work faster. In a society driven by technological advancement, generative AI is poised to enhance the skills of embedded software engineers rather than replace them, ultimately benefiting the field and its practitioners.
#articles #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍12👌3
Witness how AI can simplify the process of turning complex datasheet information into actual code, providing valuable insights into the future of microcontroller programming. While it may not be a speedier alternative to manual coding, the video offers a fascinating glimpse into AI-driven development and how it can potentially benefit the development community. Adafruit has generously provided comprehensive documentation and ChatGPT logs for your reference, making it a valuable resource for enthusiasts and developers alike.
#video #arduino #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Writing an Arduino driver with OpenAI ChatGPT and PDF parsing 🤖🔧📄
One of the big tasks that Ladyada still has to spend a lot of time on is writing Arduino libraries for all our devices and sensors, particularly all the I2C & SPI chips out there! These ICs use register maps and sub-byte addressing to set dozens of configurable…
👍16👌1
This media is not supported in your browser
VIEW IN TELEGRAM
Andrej Karpathy, from OpenAI, developed Baby Llama as a weekend project to demonstrate the possibility of running the Llama 2 model on edge devices. The project, inspired by Georgi Gerganov's llama.cpp, involves training the Llama 2 model using PyTorch and then saving the weights in a binary file. Karpathy created a compact C file ('run.c') for loading and running the model with single-precision calculations, ensuring a low-memory footprint and independence from external libraries.
The model runs efficiently even on a single M1 laptop without GPUs, with performance enhancements achieved through various compilation flags for code optimization. A Twitter user successfully demonstrated Baby Llama running on a Samsung Galaxy Watch 4.
Karpathy's repository provides the pre-trained model and code, allowing anyone to experiment with Baby Llama on their devices. It's important to note that this project is experimental and not meant for production use, aiming to showcase the viability of running advanced models on low-powered devices with C, a language typically not associated with machine learning due to its GPU incompatibility.
#news #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍7👌4
This article discusses three major technology trends expected to shape 2024:
#news #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍13
In an innovative exploration of AI's reach beyond high-end hardware, this video delves into the feasibility of deploying advanced language models on accessible technology like the Raspberry Pi 5. The presenter, a seasoned enthusiast in small-tech advancements, embarks on a journey to test a variety of language models including Orca, Fi, and the groundbreaking GPT-4.
With a focus on practicality, the video demonstrates how these models, typically associated with powerful computing resources, can operate on a device as compact and affordable as the Raspberry Pi 5. This approach not only democratizes access to cutting-edge AI but also opens up a realm of possibilities for tech enthusiasts and hobbyists.
The video highlights the Raspberry Pi's capacity to handle models with up to 1.7 trillion parameters, a feat that traditionally requires substantial computing power. The presenter's experiments with local, private AI deployments raise intriguing questions about the potential of small-scale, private AI systems.
#video #raspberry #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
I Ran Advanced LLMs on the Raspberry Pi 5!
Honestly, I'm shocked...
Step-by-step tutorial guide: https://www.patreon.com/DataSlayer374/shop/run-advanced-llms-on-your-raspberry-pi-100193
Product Links (some are affiliate links)
- Flirc Pi 5 Case 👉 https://amzn.to/3UbcOq6
- Flirc Pi 4 Case…
Step-by-step tutorial guide: https://www.patreon.com/DataSlayer374/shop/run-advanced-llms-on-your-raspberry-pi-100193
Product Links (some are affiliate links)
- Flirc Pi 5 Case 👉 https://amzn.to/3UbcOq6
- Flirc Pi 4 Case…
👍15👎1
BitNetMCU presents an exciting journey into the fusion of machine learning and embedded systems, offering valuable insights into the implementation of neural networks even on the most modest piece of hardware.
Features of the project:
To sum up, this project provides a gateway to deeper understanding in electronics, AI, and machine learning, empowering individuals to create innovative solutions for real-world challenges in IoT, edge computing, and beyond.
More information:
#projects #libraries #artificial_intelligence #machine_learning
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9👌2
This project transforms a simple Etch-A-Sketch into a sophisticated drawing machine, showcasing innovative engineering and advanced algorithms to create high-quality images.
Specifications:
Features:
This project is a fascinating blend of art and technology, perfect for robotics enthusiasts, engineers, and anyone interested in the creative application of advanced algorithms.
More information:
#projects #esp32 #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8👌6
Embedded Systems
The Raspberry Pi Foundation has launched the Raspberry Pi AI Kit, priced at $70, in collaboration with Hailo. This kit, featuring an M.2 HAT+ board preassembled with a Hailo-8L AI accelerator module, is designed to enhance the Raspberry Pi 5's capabilities in neural networks (NN), artificial intelligence (AI), and machine learning.
Key features of the kit:
The kit supports a range of AI applications, such as object detection and pose estimation, by running complex AI models on the Hailo-8L co-processor, thus freeing up the Raspberry Pi's CPU for other tasks.
#news #raspberry #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👌7👍6
At WWDC 2024 which took place today, Apple introduced Apple Intelligence, a generative AI integrated across its ecosystem. Apple Intelligence is designed to offer highly personalized experiences while prioritizing user privacy.
It’s personal intelligence, and it’s the next big step for Apple
Tim Cook
This announcement underscores the integration of Apple Intelligence into iOS, macOS, and VisionOS. SVP Craig Federighi highlighted that much of the processing occurs locally on Apple silicon, with additional support from Private Cloud Compute for tasks needing cloud resources.
The key moments of the presentation:
Apple Intelligence will be available on iPhone 15 Pro and M1 Mac and iPad devices with upcoming OS updates. Additionally, Apple announced a partnership with OpenAI to integrate ChatGPT into Siri, offering advanced image and text generation features.
#news #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5👌1
Terence Tao is widely regarded as a math genius. He scored a 760 on the SAT math section at age 8, and became the youngest gold medalist in the International Mathematical Olympiad at age 13. Tao earned his PhD from Princeton at just 20.
Recently on Mastodon he shared his experience with OpenAI's GPT-o1 model, noting its advancements in handling mathematical tasks. In his experiments, the model successfully identified and applied Cramer's theorem, showing clear improvement over past versions. However, when tackling more complex problems, it still needed guidance, resembling the work of a capable but inexperienced graduate student.
Tao believes that with further development and integration of tools like computer algebra systems, AI could soon assist in advanced research. While current models require effort to prompt and verify, he sees potential for broader use in mathematics as they continue to improve.
#news #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍15
This project focuses on modifying the
Features of the project:
The integration of AI tools like ChatGPT making this project particularly appealing for those looking to explore the intersection of hardware modding and artificial intelligence.
More information:
#projects #artificial_intelligence #esp32
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍17👌4
Ecovacs Deebot vacuums have been caught gathering photos, videos, and voice recordings inside users' homes to train AI models. Despite privacy concerns, the company claims users willingly participate in a data collection program aimed at improving product functionality.
The program involves collecting 2D/3D house maps, microphone recordings, and camera images, some of which may be retained even if deleted. While Ecovacs says the data helps enhance AI capabilities, the company is under scrutiny due to cybersecurity flaws that could expose sensitive user information.
A similar issue arose with iRobot when intimate images taken by its vacuums were leaked online by contractors analyzing the footage, raising broader concerns about how companies handle user data. These incidents highlight the growing need for stronger safeguards to protect consumer privacy in smart home devices.
#news #robots #artificial_intelligence #security
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4👌2
Media is too big
VIEW IN TELEGRAM
Unitree Robotics, a company based in
The video opens with
This development highlights the potential of AI-powered robotics to adapt and acquire new skills quickly, a crucial capability as robots become more integral to our daily lives.
#news #robotics #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5👌2
DeepSeek R1 can run on the
Features of this approach:
This guide is perfect for AI enthusiasts and developers exploring LLMs on low-cost hardware. While the Pi 5 can handle basic tasks, serious AI work requires more powerful setups. Still, it’s an interesting experiment for those curious about running AI on compact devices.
#deepseek #tutorials #raspberry #artificial_intelligence
Please open Telegram to view this post
VIEW IN TELEGRAM
👍10