Types of machine learning algorithms that makes predictions based on given examples (training data).
A tuning parameter that is essentially the step size of each optimization iteration while moving toward a minimum of loss function.
A process of encouraging a learning algorithm to shrink the weights (importance) of the parameters without necessarily demanding that the parameter is set to exactly zero. In simpler terms, adding large regularization term to the cost function reduces the weight, w of an algorithm.
Regression is an algorithm to predict a number from an infinitely many possible numbers (Continuous).
Classification is an algorithm to predict categories or classes (Discrete).
[1] “Supervised Machine Learning: Regression and Classification,” Coursera. [Online]. https://www.coursera.org/learn/machine-learning. (Accessed: Oct 28, 2022)
[2] A. E. Yilmaz, “A Taxonomy of Artificial Neural Networks,” M. S. Thesis, Department of Mathematics, Koc University, Instanbul, 2020. [Online]. Available: https://www.researchgate.net/publication/342720152_A_Taxonomy_of_Artificial_Neural_Networks