Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building iOS Question Answering App with BERT
Rating: 4.4 out of 5(9 ratings)
72 students

Building iOS Question Answering App with BERT

Learn how to build iOS Question Answering with BERT , CoreML and Speech API from Apple
Last updated 9/2020
English

What you'll learn

  • Learn to develop machine learning based question answering iOS application
  • Learn to convert speech into text
  • Learn to convert text into speech
  • Learn state of the art Natural Language Processing language modeling technology called BERT

Course content

6 sections24 lectures4h 44m total length
  • Introduction2:56
  • About Author5:42

    Explore author-led courses in computer vision and natural language processing, with beginner-friendly foundations, practical image processing techniques, and hands-on elasticsearch and machine learning projects.

  • Preview of app that we are going to build3:48

Requirements

  • Basic Swift

Description

This course teaches you step by step on how tp build iOS question answering application. It explores the world of machine learning from application developer's perspective. It explains the world of word embeddings which is fundamental technology behind text processing. As Andrew Ng has said "AI is new electricity". The course highlight difference among AI (Artificial Intelligence, Machine learning and deep learning.  It also teaches few embedding technologies like glove, word2vec and BERT.


BERT is state of art transformer model developed by Google and has proven to be equivalent of CNN in computer vision technology. This course uses pretrained BERT model and explains how to use it in IOS question answering app.

The students once armed with this knowledge will be able to demonstrate their command  on machine learning and can use this technology for several different apps.

The author assumes that the student does not have any background in machine learning.

The course is structured as follows

  • App Preview : Shows preview of app that we are going to build

  • Embeddings : Explains what word embeddings are and why are they important

  • Deep Neural Network : It covers fundamentals of deep learning, and multi layer perceptron

  • BERT, Glove, Word2Vec : Popular word embedding technologies

  • Build UI from scratch :  Shows how to build UI by using basic controls in iOS swift

  • Step by Step Coding : Each function is explained in details with step by step walkthrough of the code

  • Text to Speech and Speech to text : This sections explains how to use test to speech and speech top text conversion libraries in iOS app so that user can speak question into the app and hear the answer . This is extremely useful for physically challenged users who can not type using keyboard

  • Run the app on iPhone : Shows the flow of the app on the phone.


Who this course is for:

  • Beginner iOS developers who would like to build mobile apps using deep learning