Abstract visualization of biological neural network
nxxcxx.github.io
Abstract visualization of biological neural network
1–10 of 35 posts
Re: Abstract visualization of biological neural network
#2Be sure to zoom in!
Re: Abstract visualization of biological neural network
#3This looks absolutely stunning. I wish I could train the brain by myself and see how it operates in as an artificial neural network. Anyway, great job!
Re: Abstract visualization of biological neural network
#4I like the other title better, "Abstract visualization of biological neural network"
Re: Abstract visualization of biological neural network
#5Really Impressive. I wonder if you could use this to visualize a neural net that's solving actual problems.
Re: Abstract visualization of biological neural network
#6Very cool, what's the backstory? Just a fun side project?
Re: Abstract visualization of biological neural network
#7I like the other title better, "Abstract visualization of biological neural network"
Or at least "Biological Neural Network Simulation in JS"
Re: Abstract visualization of biological neural network
#8Be sure to zoom in!
Good tip! Also left click and drag to rotate. Right click and drag to pan.
Re: Abstract visualization of biological neural network
#9Is it based on an actual model of neural activity (Izhikevich, H-H, etc.) or is it an abstract visualisation in the sense that it just looks like neurons firing?
Re: Abstract visualization of biological neural network
#10Really Impressive. I wonder if you could use this to visualize a neural net that's solving actual problems.
This doesn't look like a neural network that's solving any actual problems beyond visualizing firing patterns. Most ANNs don't have any concept of time built into the model. When you're in feed-forward mode, the underlying computation is simply a bunch of dot products.
However, you might be able to make some cool visualizations if your ANN was a Spiking Neural Network.