Random Search: A hyperparameter tuning technique where random combinations of parameters are tried to find the best configuration for a model. This can sometimes outperform more systematic grid search methods.
Stochastic Gradient Descent (SGD): A type of optimization algorithm that updates model parameters in small steps, chosen at random, to help find the global minimum for a loss f... https://austratech.com.au/services.html