THRandell
THRandell
@thrandell
Brain Donor
Joined: 2021-06-08 10:20 am
Last seen: 2024-04-23 1:41 am
Topics: 15 / Replies: 209
Reply
RE: Genetic Evolution of a Neural Network Driven Robot

In trying to reproduce the Floreano-Mondada experiment my metric has always been looking for an upward trend in the fitness graph after running 30 gen...

5 months ago
Reply
5 months ago
Forum
Reply
RE: Pico Robotics: Distance Sensors w/ Pulse Width Output

This is my second attempt to write up something about using pulse width output distance sensors with the RPi Pico, so hopefully this one sticks;-) ...

6 months ago
Forum
Reply
RE: Post code test

more paste code fun... int main() { stdio_init_all(); gpio_init(S1_INP); // enable I/O set to GPIO_FUNC_SIO and set to input gpio_set...

6 months ago
Forum
Reply
RE: Genetic Evolution of a Neural Network Driven Robot

My bad @robotbuilder I thought that you had a long standing interest in Neural Networks. Tom

6 months ago
Reply
RE: Genetic Evolution of a Neural Network Driven Robot

So @robotbuilder, I need some help brainstorming. I’m at a point where I want to do some analysis on the activations of the neural network when the ...

6 months ago
Reply
RE: Post code test

Copy Special 'plain text' from vi running on Macbook gpio_set_irq_enabled_with_callback(S2_INP, GPIO_IRQ_EDGE_FALL | GPIO_IRQ_EDGE_RISE, true, &...

6 months ago
Forum
Reply
RE: Post code test

Testing a paste from Arduino IDE running on Macbook // because i frequently don't get the screen session started in time printf("waiting for us...

6 months ago
Forum
Reply
RE: Post code test

Testing a paste from vi running on Macbook // because i frequently don't get the screen session started in time printf("waiting for u...

6 months ago
Forum
Reply
RE: evolving an electronic brain

Hi Casey, Thanks for pointing out your post to me. I’m not sure that I’d call my interest in evolving robot control systems the same as evolving a...

6 months ago
Reply
RE: InqEgg - One step forward, two steps back...

I thought that you might find the section V. Discussion interesting. They discuss the second experiment as lifting one of the constraints from the fi...

6 months ago
Reply
RE: InqEgg - One step forward, two steps back...

@robotbuilder @inq Gents, Check out this article. In the second experiment there are some visualizations on the activation of hidden nodes ...

6 months ago
Reply
RE: Genetic Evolution of a Neural Network Driven Robot

After way too many interruptions I finally finished a small external power robot to use in this experiment. I wanted to post a picture but i wasn’t s...

6 months ago
Topic
Page 2 / 15