Starting Deep Learning Course
I met up with some of my old team from BNP Paribas last week. I found it striking that everyone who was there is now working directly with Machine Learning. It was quite inspiring!
For the last few years I've been building Trading Execution Algorithms for Westpac. Time to do something different!
I decided to enroll in Coursera's Deep Learning Specialization. I've just finished the first week, and I am really enjoying it. Andrew Ng is a fantastic teacher. I did his previous course on Machine Learning and loved it.
iPad Pro versus MS Surface Usability
I have both an iPad Pro and a Microsoft Surface Pro 3 tablet running Linux. Depending on what I am planning on doing on a day-to-day basis affects which device I carry around. Mostly I carry my Surface, as I have Linux installed, and it allows me to easily do development, remotely administer machines, or do general computing tasks. The keyboard on it isn't great however - it's kind of flimsy and doesn't work well if it's not on a firm surface. I can't easily use it on a train for example. It was perfect when we were in Australia for a month, and allowed me to both work and do University assignments. I can use it as a tablet for reading, but it isn't great for that.
Linux on Surface Pro 3
I just bought myself a second-hand Surface Pro 3 and installed Linux on it. It runs Ubuntu extremely well, with almost everything working out of the box. It's lovely having an light-weight machine that I can use as a tablet, but also do development on.
Installing PostgreSQL from source on my Mac
git clone git://git.postgresql.org/git/postgresql.git
I then built it:
cd postgresql
./configure
gmake
sudo make install
This will install the binaries to the default location of "/usr/local/pgsql".
I already had a user called "_postgres" in my /etc/passwd file, so I configured to run PostgreSQL as this user:
Continue reading “Installing PostgreSQL from source on my Mac”
Jeremy Howard talk about the Data Science Revolution
OpenSCAD rocks the house!
Da Vinci 3D Printer Arrives
Configuring a Jaalee iBeacon Transmitter
I received 5 iBeacon transmitter units from ibeaconmodules.us today. They arrived unassembled, so I put them together and configured their local names with my iPhone.
The first hurdle I found in setting them up was getting the battery in the right way around. Each unit comes with a watch battery, and you need to have the side with the plus sign facing away from the circuitry.
The Oculus Rift and Three Kinects
Here is a YouTube video showing a researcher working with an Oculus Rift and Three Microsoft Kinects. Even this simple setup looks amazing!