Integrating Intelligence Throughout Humanoid Robots: A Domestic MCU Company’s Exploration of MCU+AI (TinyML)

Integrating Intelligence Throughout Humanoid Robots: A Domestic MCU Company's Exploration of MCU+AI (TinyML)

According to a report by Electronic Enthusiasts (Author: Wu Zipeng), when developing humanoid robot solutions, most people equate the intelligence capabilities of robots with AI large models. With high-performance AI chips paired with AI large models, the intelligence level of humanoid robots has significantly improved. However, AI large models are primarily used for high-level intelligent … Read more

The HTTP of AI! A Comprehensive 5000-Word Analysis of the Explosive Rise of MCP

The HTTP of AI! A Comprehensive 5000-Word Analysis of the Explosive Rise of MCP

This article is reprinted from the public account: Goose Factory Technology. This article is for academic/technical sharing only. If there is any infringement, please contact us to delete the article. To MCP or not to MCP? After OpenAI announced support for MCP, Google did not hesitate for long. On April 4, Gemini announced the addition … Read more

Applications of DSP in Smart Home Appliances: Covering Audio Processing, Voice Recognition, and Intelligent Control

Applications of DSP in Smart Home Appliances: Covering Audio Processing, Voice Recognition, and Intelligent Control

The report from Electronic Enthusiasts (by Li Wanwan) discusses DSP (Digital Signal Processing) technology, and DSP chips are those that can implement digital signal processing technology. They utilize a Harvard architecture with separate program and data storage, equipped with dedicated hardware multipliers, widely employing pipelined operations, and providing special DSP instructions to quickly implement various … Read more

The U.S. Comprehensive Ban on NVIDIA Chip Exports to China: A Breakthrough Battle for China’s AI Industry Amidst a Technological Cold War

The U.S. Comprehensive Ban on NVIDIA Chip Exports to China: A Breakthrough Battle for China's AI Industry Amidst a Technological Cold War

On April 16, Beijing time, AI chip giant NVIDIA submitted an 8-K filing to the U.S. Securities and Exchange Commission (SEC), stating that it has received notification from the Trump administration that it will “indefinitely” ban the export of NVIDIA H20 chips to China and Israel, among other countries, unless a license is obtained. “The … Read more

Reasons Why AI Does Not Use C Language

Reasons Why AI Does Not Use C Language

1. Prioritizing Development Efficiency The simplicity of Python: Python’s syntax is close to natural language, and the amount of code is usually only 1/5 to 1/10 of that in C. For example, to implement matrix multiplication: # Python result = numpy.dot(matrix_a, matrix_b) In contrast, C requires manual memory management, loops, and pointers, significantly increasing code … Read more

Virtual Digital Human Interaction, Accounting Robots… What Changes Does AI Bring to Finance? This Conference ‘Spoils’ Future Applications

Virtual Digital Human Interaction, Accounting Robots... What Changes Does AI Bring to Finance? This Conference 'Spoils' Future Applications

Virtual digital human interaction, Oracle’s instant recognition, accounting robots, the world’s first blockchain trophy… Artificial intelligence is changing people’s lives. At the 2021 World Artificial Intelligence Conference exhibition area, many “signature” AI products made their debut, showcasing the latest cutting-edge explorations by financial institutions in the direction of convenient services and digital empowerment. From July … Read more

Zhejiang Explores the ‘AI + Robotics’ Education Model with Successful Outcomes

Zhejiang Explores the 'AI + Robotics' Education Model with Successful Outcomes

On March 10, a demonstration event showcasing the application results of the Pepper robot was held at Hangzhou Foreign Languages School. The Chief Superintendent of the Provincial Department of Education, Shu Peidong, attended the event and delivered a speech, while Masayuki Inoue, Director and Senior Executive Vice President of SoftBank Robotics Group, addressed the audience … Read more

Tsinghua University’s Traditional Chinese Style Robot Band Goes Viral: Have You Seen These AI Innovations?

Tsinghua University's Traditional Chinese Style Robot Band Goes Viral: Have You Seen These AI Innovations?

Central Committee of the Communist Youth League With attitude and warmth, the youth across the internet are paying attention. Source: WeChat Official Account “Central Committee of the Communist Youth League” (ID: gqtzy2014), compiled from WeChat Official Accounts “CCTV News” (ID: cctvnewscenter), “Xinhua News Agency” (ID: xinhuashefabu1), “China Youth Online Education” (ID: zqwjypd), “China News Network” … Read more

Incredible! 3D Printing a Finger to Transform Ordinary People into Six-Fingered Musicians!?

Incredible! 3D Printing a Finger to Transform Ordinary People into Six-Fingered Musicians!?

Author: Zhang Wang Editor: Luo Jiang Have you heard of the six-fingered musician? Now you can be one too. For a long time, prosthetics have existed to serve people with disabilities, whether due to congenital defects or accidents. But why can’t ordinary people use prosthetics? Instead of just replacement, ordinary people having prosthetics could mean … Read more

Accessing Locally Deployed Models on RK3588 Using LangChain

Accessing Locally Deployed Models on RK3588 Using LangChain

In the field of artificial intelligence and natural language processing, utilizing powerful tools and frameworks to interact with locally deployed models is a common and important task. Today, I will share how to use the LangChain framework to access models deployed locally on the RK3588. Background Knowledge Introduction to LangChain LangChain is a powerful Python … Read more