Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Applying Machine Learning in Laravel Applications

Applying Machine Learning in Laravel Applications

Breif Introduction to Machine Learning and how to apply Machine Learning in Laravel Applications.
Github repo for demo app : https://github.com/oreHGA/babewatch

Ore Ogundipe

July 29, 2017
Tweet

More Decks by Ore Ogundipe

Other Decks in Programming

Transcript

  1. Speaker Bio - Computer Vision/Machine Learning/Web Developer. - Computer Science

    Student at University of Ghana. - San Diego State University Alumni. - Fomer Master Builder at BuildIT, San Diego State University. - Developer at hotels.ng. - VSCode Advocate. - Gamer.
  2. What is Machine Learning? - Machine Learning is the ability

    of a computer to predict the future based on past experiences. Examples - Netflix Movie Prediction. - Breast Cancer Prediction. - Predicting Prices of Houses in Lekki.
  3. Debunking Machine Learning Myths - Machine Learning is difficult to

    understand. - You must be a ‘bad’ mathematician to understand it. - You need a laptop with maxed out specifications to run your application. - Machine Learning is absent of human bias.
  4. Types of Learning -Supervised Learning. - Linear Regression, Logistic Regression,

    Neural Networks -Unsupervised Learning. - SVMs, KMeans -Reinforcement Learning.
  5. Applications of Machine Learning -Machine Learning in Health Sector. -Machine

    Learning in Education. -Machine Learning in Traffic Control. - Machine Learning in Stock Market.
  6. Machine Learning APIs - Tensorflow by Google - Scikit learn

    by Google. - Clarifai AI. - Microsoft Facial Detection API - Kairos API.
  7. BABEWATCH - This is a Laravel Application I made for

    demo purpose during this event. HOW IT WORKS - When a user signs their baby up, the user’s picture and pictures of other authorized baby carriers are taken. - Users are being verified by the Machine Learning Model provided by ‘Kairso API’.