Technology overview on how a humanoid robot is built
Exploring the cognitive gears of a humanoid robot, we begin with a pause in conversation signaling the speech-to-text model to spring into action. From there, the robot's 'Cortex' assimilates verbal commands with environmental context, culminating in complex actions. This loop of perception, decision, and action is the heart of our robotic future—constantly learning and adapting.
The stupidest artificial intelligence that can be created - Perceptron
The intelligence of the network will be an AND gate. 1,1 is 1, 0,0 is 0, and 0,1 or 1,0 is 0. Lets go
inputs = [[0, 0], [0, 1], [1, 0], [1, 1]]
the_correct_outputs = [0, 0, 0, 1]

The simplest neural network I was able to create
A neural network implementation in less than 30 lines of code. Here we illustrated nicely what a neuron network is, training and predicting.
First of all the base.

Implementation neural network in vanilla JS
We chose the smallest task imaginable for a neuron network

How do I learn technologies 7 days a week and in every free moment?
Another revolution is coming
My path from a poor building contractor to a senior software developer
I grew up in a poor, extreme religious place, hating science and technology. At 24 I didn't know a single word of English and I had 3 children. I was a poor construction worker. Then I started to make a change. cut, today I am 37 years old and I am a senior software developer, still with 3 only this time they are not children but teenagers.
Elon Musk is not perfect - but he is my inspiration. Thomas Edison too
From Strumming in Tel Aviv to Tech Dreams: How Elon Musk & Thomas Edison Spark My 600% Life
And what if we connect a dopamine system to a humanoid robot?
What will happen if we create two models, where one gives a score to the other, and the other tries to maximize the score. Then we'll have an AI that wants things. A motivated AI
Everything is exponential.
The robots are coming and everything is changing
Science has been running fast lately, some say too fast.
Subscribe to my updates and we'll try to keep up together