|
|
|
|
|
by nerme
5605 days ago
|
|
Have you looked at how we write code? It is directly related to the hardware architecture. Operators over here, memory over here. Why wouldn't there be a benefit in having the hardware mimic the type of software they plan on using, namely, neural networks? That way, from the ground up, you've got these "neurons" that can computer and store information locally, which is pretty much what you've got in a neural network. I'm really excited to see what kind of ground-up software architecture is going to come from using memristors as opposed to the combination of logical operators and separate memory. It sure as hell isn't going to look anything like Assembly. :) |
|
This argument really doesn't make sense.
My desktop PC has a haskell interpreter, a prolog environment, and neural network code that I program on it.
I can write using functional programming, do maths operations, do connectionist computing.
Once the underlying computer is turing complete, all these things are possible.
Maybe having the better hardware will run the appropriate programs faster, but how we write code is not directly related to the hardware architecture.
The hard part will be figuring out what to tell the memristors to do.