Model Training (AWS ML Scholarship) July 17, 2021 Add Comment Edit The model training algorithm iteratively updates a model's parameters to minimize some loss function. Feed the training data into t... 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