Last seen: 2026-04-20 2:53 am
The Physical Robot I decided not to try to re-create the Khepera robot that Floreano & Urzelai used. Instead I re-purposed a robot I used on an...
No thank you. Your re-writing my code using ChatGPT is not helpful. Please Stop! Instead why don’t you take one of your unfinished projects and u...
So this might be a deep dive but this forum is supposed to be about Neural Networks after all. I thought it might be useful to explain the code that ...
Genetic Evolution I had to dust off Goldberg’s book to get back on track. D. E. Goldberg. (1989). Genetic algorithms in search optimization and ...
Hi @oliver2003 I’m working out all the bits and pieces I’ll need to run this experiment on a Pico W. I’ll need an image sensor, 4 distance sensors,...
Sorry, I still don’t get it. Using your example: the array w= [1,2,3,4] is passed to the function. total = np.sum(w) = 10; 10 does not equal...
The Light-Switching Problem The experimenters gave the robot a sequential task to solve. Here is my paraphrase from the paper. A robot is position...
I’m not sure. I think what they meant was that after adding the old synapse weight to the product of the learning rate and the hebb rule results, the...
@dronebot-workshop Did you see this news about Qualcomm rewriting the Arduino ToS? Yikes. Tom
I upgraded my Pico SDK to the latest release (2.2.0) thinking that I could: 1) prepare for my first steps with a Pico 2 2) make use of MQTT to pub...
I want to explain how the Split-and-Merge algorithm works and the strange results that I’m sometimes getting. A key part of this algorithm is to fin...
Yeah, Shawn Hymel has done some good videos (SparkFun). I found this one when I was connecting an SD card to a RPi Pico. Although sometimes he ge...