My blog (Python)

/ Home / Blog

Classifying my Own Images

23rd February 2019 Machine Learning Keras , Python

One of my pet projects is to be able to scan in images of my old diary and convert the written words to text. As this is a bit too ambitious for an early machine learning project, I decided to first perform a more basic analysis on the images: classify them into left and right pages.

Continue reading

Trying out TensorFlow

11th December 2018 Machine Learning Python , TensorFlow

As my machine learning studying has progressed I have now learnt about TensorFlow, a Python Library that provides lots of functionality for implementing neural networks. I decided to apply it to the Titanic data I have used previously.

Continue reading

Machine Learning Practice

19th November 2018 Machine Learning Python

After spending many hours on courses studying machine learning techniques, I decided that it was time I had a go myself. I decided to start with a simple example: the Titanic dataset.

Continue reading

My First Python Project

30th October 2018 Miscellaneous Python

When putting together a web page for an upcoming landmark birthday I decided that I’d like the banner of the page to be a montage of photos of me during my life. Hey, I’m allowed to be self-centred, it is all about me after all!

As I wanted to learn Python for my machine learning projects I decided to use that language to create my montage of images.

Continue reading