Compiling Tensorflow on Linux tends to be challenging when the build system lacks the proper dependencies. But problems might even occure if you have the required libraries and tools available for Bazel – Google’s build tool. Capitalizing on the knowledge gained from building the former version, I was quickly able to solve this versions compiling […]
The TensorFlow MongoDB Connector just received an update.
Two weeks back I was in Iceland and chose to take an assembly language tutorial with me. It turned out to be the greatest text I read so far on this subject and is freely available on Wikibooks: Assembler-Programmierung für x86-Prozessoren. In regular intervals of about five year, or when I stumble upon them by […]
About two weeks ago me and two fellow research colleagues sat together and wanted to analyze the Ethereum blockchain with machine learning techniques. It became immediately clear that we had to parse the Ethereum blockchain in a more convenient format, such as a csv file or rows in a Mongo database, in order to be […]
Installing Ethereum and the blockchain with its “geth” tool on the current version on Ubuntu is rather straightforward. The same counts of course also for transferring Ethers to a local wallet. In order to keep the blockchain in sync locally at all times, it is necessary to launch the command line interface manually each time […]