Categories

Twitter feed:

Powered by Twitter Tools.

git checkout is p4 revert

I have been playing around with git for a while now, but I could never figure out how to do what a

p4 revert

does in perforce. However I just discovered that a

git checkout

is basically the same thing.

A.I.

I’ve been playing with some artificial intelligence algorithms. In particular I implemented a neural network algorithm that supports networks with perceptrons and sigmoids. Using the standard back propagation algorithm I was able to train them to learn some simple tasks. That was fun because I tried implemented the same system from the [...]