Posts Tagged ‘neurons’

Python, Evolving, Learning

I’ve always been interested in the idea of software that evolves on it’s own; software that can write itself. I’ve come up with all sorts of ways this can happen, from neurons to dynamic methods, to my latest effort, a sudo assembly language. Note: I’m not trying to replicate or create an actually assembly language. [...]

Share
Read the rest of this entry »

Define

I was going to translate my notes and put them up on the blog but, I’m lazy. So I’m just going to put the relevant stuff up so I can continue on. I’v been thinking about how I will create this neuron program. I’ve run into a problem when I neuron has to receive multiple [...]

Share
Read the rest of this entry »

Threshold

Real neurons have a threshold that must be met before they will fire. Should the balance neurons have a threshold? Without any threshold it would propagate like the image below.

Share
Read the rest of this entry »

Inital Idea

The human body is always struggling to find a balance. Not just a balance within it’s self (like the regulation of glucose in the blood stream) but also within our vision (Images that aren’t balanced cause distress while images that are in balance make us feel peaceful and relaxed) and within our lives. So my [...]

Share
Read the rest of this entry »