We model one of the most complex systems: the human brain
Great number of neurons and enormous number of dendrons
Self organised network:
Random graph:
$$ [-1, 1] $$
Iteratively update graph:
plt.scatter(a,e)
plt.title("Parameter space")
plt.xlabel("a")
plt.ylabel("epsilon")
plt.grid()
plt.show()
init_notebook_mode(connected=True)
figure = build_fig()
iplot(figure, validate = False)
building figure