Загрузка видео...
Не удалось загрузить видео
Implemented a visualization for the neural network today. This is a neural network being trained to learn the snake game in a terminal. It's built in Rust using Ratatui More input details in thread
165,655 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 10

The newer arch has 24 inputs, 16 (8x2 directional vision) +. 8 (4x2, 1-hot encoded head and tail dirs) S - solid, F - food, LF/L - left, RT/R - right, BT/B - bottom, TP/T - top, TL - top left, TR - top right, BR - bottom right, BL - bottom left, HE - head, TA - tail.

Source:

@ratatui_rs Literally on my to do list this week was developing my first neural network in rust, you’re the bomb

@ratatui_rs how about this visualization?

@ratatui_rs This is really cool

@ratatui_rs This is sick

@ratatui_rs NEAT?

@ratatui_rs Yes, but this doesn't evolve the network architecture, just the weights/biases

@ratatui_rs @BonesaiDev what Rust algebra / NN lib did you use in Rust ? Or is it from scratch ?

@ratatui_rs Yup, everything was built from scratch, this is mostly a rewrite of own project -

