Machine Learning: Learn By Building Web Apps in Python
- Description
- Curriculum
- FAQ
- Reviews
Machine learning is a branch of artificial intelligence (AI) focused on building applications that learn from data and improve their accuracy over time without being programmed to do so.
In data science, an algorithm is a sequence of statistical processing steps. In machine learning, algorithms are ‘trained’ to find patterns and features in massive amounts of data in order to make decisions and predictions based on new data. The better the algorithm, the more accurate the decisions and predictions will become as it processes more data.
Machine learning has led to some amazing results, like being able to analyze medical images and predict diseases on-par with human experts.
Google’s AlphaGo program was able to beat a world champion in the strategy game go using deep reinforcement learning.
Machine learning is even being used to program self driving cars, which is going to change the automotive industry forever. Imagine a world with drastically reduced car accidents, simply by removing the element of human error.
Topics covered in this course:
1. Warm-up with Machine learning Libraries: numpy, pandas
2. Implement Machine Learning algorithms: Linear, Logistic Regression
3. Implement Neural Network from scratch
4. Introduction to Tensorflow and Keras
5. Start with simple “Hello World” flask application
6. Create flask application to implement linear regression and test the API’s endpoints
7. Implement transfer learning and built an app to implement image classification
-
8Lecture: Intro to Linear RegressionVideo lesson
-
9Lecture: Learn about OLS [Ordinary Least Squares] algorithmVideo lesson
-
10Lecture: Introduction to working of Linear RegressionVideo lesson
-
11Lecture: Introduction to MSE, MAE, RMSEVideo lesson
-
12Lecture: Introduction to R squaredVideo lesson
-
13Tutorial: Implement Simple linear regression numerical [calculate best fit line]Video lesson
-
14Workshop: Implement Simple Linear RegressionVideo lesson
-
15Lecture: Difference between Simple and Multiple RegressionVideo lesson
-
16Workshop: Implement Multiple Linear RegressionVideo lesson
-
17Workshop: Implement Multiple Linear RegressionVideo lesson
-
18Lecture: Learn about Logistic RegressionVideo lesson
-
19Lecture: Learn about hypothetical function [sigmoid/logit function]Video lesson
-
20Lecture: Logistic Math OverviewVideo lesson
-
21Lecture: Learn about decision boundaryVideo lesson
-
22Lecture: Learn about Cost function of Logistic RegressionVideo lesson
-
23Lecture: Learn about Gradient DescentVideo lesson
-
24Workshop: Implement Logistic RegressionVideo lesson
-
25Workshop final: Implement Logistic RegressionVideo lesson
-
26Introduction to Neural NetworksVideo lesson
-
27Example of neural networkVideo lesson
-
28Updating the weights [partial differentiation]Video lesson
-
29Introduction to partial differentiationVideo lesson
-
30Introduction to the Activation FunctionVideo lesson
-
31Why do we need bias in the programVideo lesson
-
32Why we use regularization in the Neural NetworkVideo lesson
-
33Introduction to the gradient descent [review]Video lesson
-
34Introduction to Stochastic Gradient Descent and Adam OptimizerVideo lesson
-
35Introduction to mini-batch SGDVideo lesson
-
43Introduction to Deep LearningVideo lesson
-
44Tensor Ranks in TensorflowVideo lesson
-
45Program Elements in TensorflowVideo lesson
-
46Coding in TensorflowVideo lesson
-
47Introduction to KerasVideo lesson
-
48Keras Model [Most Important Video]Video lesson
-
49Implementing neural network with KerasVideo lesson
-
51Introduction to the datasetVideo lesson
-
52Project structureVideo lesson
-
53Load the dataVideo lesson
-
54Handle Missing valuesVideo lesson
-
55Dependent and Independent variableVideo lesson
-
56Train Test split of dataVideo lesson
-
57Building the modelVideo lesson
-
58Make predictionsVideo lesson
-
59Save the modelVideo lesson
-
60Load model and make predictionsVideo lesson
-
61Finding range: min and max value of each attributesVideo lesson
-
62Making range as dictionaryVideo lesson
-
63Creating an Flask App to test API endpointVideo lesson
-
64Testing the modelVideo lesson
-
65Restrictions for Input to the modelVideo lesson
-
66Using POSTMAN to test API endpointVideo lesson
External Links May Contain Affiliate Links read more