Building Modern Applications In AWS April 28, 2021 Add Comment Edit Goal : explore how to build API driven applications using Amazon API Gateway for serverless API hosting, AWS (Amazon Web Service) Lambda f... Read More
Important definitions in AWS April 26, 2021 Add Comment Edit Important definitions What is AWS region? AWS Regions are the broadest geographic category that defines the physical locations of AWS data ... Read More
Measures for In-Sample Evaluation April 24, 2021 Add Comment Edit By using the numerical value it could measure how the model is fitted to the data. There are two type of it: 1- Mean Squared Error (MSE): ... Read More
Model development April 23, 2021 Add Comment Edit - Simple Linear Regresssion: * Predictor (Independent)/ variable-X * Target(dependent)/variable-Y The Equation: Y = \[y = b_{0} + b_{1}X\... Read More