Where Is the Consciousness Come From

The enigma of consciousness has long been a subject of fascination, yet its fundamental nature remains a mystery. Recent research suggests that quantum mechanics may hold the key to understanding the origins of consciousness. In this blog post, we’ll explore the intriguing proposal that quantum processes create conscious experience, and delve into the latest ideas on this topic. The Problem of Consciousness: Consciousness is more than just a product of intelligence; it’s a subjective experience that cannot be reduced to mere computations. The disconnect between intelligence and consciousness is a long-standing puzzle, as anyone who has experienced pain can attest – it absorbs all our conscious awareness, yet nothing particularly intelligent is going on. The hard sciences have been skeptical about this topic due to the lack of a protocol to measure conscious experiences independently. ...

September 13, 2024 · 4 min · alexchen

Introduction Transformer Model From Math Perspective

ReadMore - Introduction Transformer Model from Math Perspective BY CHENFENG ([email protected])

October 2, 2023 · 1 min · alexchen

RUN LLaMA LLM on Raspberry Pi Cluster

MPICH Raspberry Pi Cluster The earliest project to run MPICH on a Raspberry Pi cluster would be Raspberry Pi at Southampton, in which professor Simon Cox and his son together to build an MPI cluster consisting of 64 Raspberry Constructs and Legos. This project is already 10 years old, and at that time the raspberry pi 1 B+ was used, and due to the limitations of the performance of the 1st generation, the whole cluster could only be used for MPI learning, which is still under-utilized in high-performance computing. However, now raspberry pi 4 is still very weak compared to Intel servers, but it still has great potential to run MPICH related computing projects compared to the 1st generation. First of all, power consumption, 64 raspberry pi 4 CPUs running at full load consume about 400 watts, and secondly, the ARM ecosystem is now very well developed compared to a decade ago, and a lot of programs have been ported to the ARM64 platform, with a variety of tools at your fingertips. ...

July 22, 2023 · 5 min · alexchen

Robot with GPT

reference wolframalpha-as-the-way-to-bring-computational-knowledge-superpowers-to-chatgpt chatgpt-gets-its-wolfram-superpowers what-is-chatgpt-doing-and-why-does-it-work Next-Generation Human-Robot Interaction with ChatGPT and ROS Dolly v2.0 Principle building The recent hot chatgpt, advancing generative AI to a new level, but currently see most people apply it to chat tools, and even some people use it as Wikipedia, but I think since it is generative, why not use it to do the interaction between human and robot, we use a specific defined natural language to describe the operation we need to let the robot do. chatgpt translates our natural language into a structured language similar to program source code by understanding it, and then inputs it into the robot’s system, and the robot operating system will follow the input structured language to complete the corresponding operation. So I was thinking how to combine RoboMaster EP with LLM language class model to accomplish human-robot interaction. API applications like chatgpt have a disadvantage because their models run in the cloud and are restricted to certain countries and regions, so commercial industrial LLM applications are basically ruled out and I wanted to be able to run the models locally and train and optimize them by myself. At this time Databricks released Dolly v2.0 model, the dataset and the training model are all open source and can be applied to the commercial domain, after reading the related introduction I decided to use dolly v2.0 as my first choice for the local LLM model. ...

May 6, 2023 · 2 min · alexchen

Google Coral Edge TPU Introduction

Coral ecology and technology References: Coral AI Introducing the entire ecosystem of google coral edge TPU computing. SoM for production environment and PCIe Accelerator. Four pocket-sized development boards for development and testing. Peripheral sensors including environmental detection module as well as camera, Wi-Fi/PoE expansion board. Cloud TPU / Edge TPU Introduction Technology Coral Edge TPU is a dedicated chip developed by Google to accelerate neural network inference in edge devices and run specially optimized neural network models while maintaining low power consumption. ...

February 3, 2023 · 4 min · alexchen