Machine Learning (ML) isn’t Skynet, but it is a type of Artificial Intelligence.

It’s certainly more easily accessible than ever - and could add great value to your software.

We’ll cover the basic principles of the Machine Learning process: DATA > LEARNING > PREDICTION

There are easily accessible, pre-trained machine learning REST APIs for image, text, video and voice analysis.

These can be a real short-cut to taking advantage of ML quickly in your applications.

We’ll look at some of these APIs and their application in real-world software.

When your problem is harder, more niche or needs some customisation, you’ll need to “train your own model”.

We’ll discuss the importance of data in Machine learning - the starting point for any new model.

There are some great open-source tools (in PHP as well as the popular TensorFlow in Python) for building and training your own models - and with scalable, low-cost cloud servers you can train new models quickly in the cloud.

Comments

Comments are closed.

Simon R Jones at 10:42 on 1 Oct 2017

Fascinating overview of Machine Learning - and especially how easy it is to start playing with now. Great talk!

Oliver Rose at 10:50 on 1 Oct 2017

A very interesting primer for machine learning, which gave a good example of what you need to do to successfully train your models

Ian Smith at 11:04 on 1 Oct 2017

Great overview of current state of machine learning, a summary of tools Tom used was also very helpful in knowing what to get started with.

Good talk, really helped get a basic understand of what ML is (and isn't) and where to start looking to learn more.

Would have liked to have seen a bit more code and demos of ML working in practice - even if it'd have to be a case of "here's one I trained earlier..."

Claire Gurman at 16:08 on 1 Oct 2017

Brilliant overview of how it works and some readily available tools. I did some about 12 years ago in Perl for in silico drug design and have thought about picking it up again from time to time; this talk has certainly encouraged me to try it again!

Only ML basics, but solid ones. I really enjoyed PHP-ML. Would like to see how you store the model and reuse it or improve it. Also missed the integration and examples of using tensorflow with PHP. But overall, it was great basics intro to ML. Thanks for that.

John Cleary at 22:22 on 1 Oct 2017

It's not often a delegate opens his questions with "your talk is why I bought my ticket - and I'm so glad I did"

Tom's talk was great; pitched at just the right level and had some good examples. If time permitted I would like to have seen a 3 dimensional data set. All in all very enjoyable (and funny too - love those 80's references)

#KillSarahConnor #ML

Paul at 23:45 on 1 Oct 2017

Great well structured talk. The example problem was simple to understand and gave context to the earlier explanation of Machine Learning.

Great talk, gave me some good insights what ML really is about and how to get started.

Iain Fogg at 07:53 on 3 Oct 2017

Good intro to the topic, which I knew nothing about prior to the session. Left feeling like I understood the basics of the topic with a couple of tools to try out, so could certainly progress this now myself. A stronger example would have been useful, but maybe not possible within the time constraints.