Meet Travis - Your AI-Powered tutor

Learn more about model optimization with these recommended learning resources

Model optimization techniques

 Analytics Vidhya

When I used to look at my model sizes once training gets over I always gets frustrated because of the number it shows up. But no more worries as the machine learning world has developed immensely…

Read more at Analytics Vidhya

Optimizing Model Parameters

 PyTorch Tutorials

Optimizing Model Parameters Now that we have a model and data it’s time to train, validate and test our model by optimizing its parameters on our data. Training a model is an iterative process; in eac...

Read more at PyTorch Tutorials

How your model is optimized | Know your Optimization

 Towards Data Science

The driver behind a lot of models that the average Data Scientist or ML-engineer uses daily relies on numerical optimization methods. Studying the optimization and performance of different functions…

Read more at Towards Data Science

Optimization

 Analytics Vidhya

It is useful in finding the best solution to a problem (which could be minimizing or maximizing the functional form f(x)). Here x stands for decision variables. We choose values for x so that this…

Read more at Analytics Vidhya

Solving Optimization Problems in Machine Learning

 Analytics Vidhya

Optimization, to put it in simple terms, is the process of minimizing the cost or the loss function through various algorithms. This is achieved by finding the minima of a loss function(or cost…

Read more at Analytics Vidhya

Model Optimization with TensorFlow

 Towards Data Science

Reduce your models' latency, storage, and inference costs with quantization and pruning Continue reading on Towards Data Science

Read more at Towards Data Science

Taking Your Optimization Skills to the Next Level

 Towards Data Science

Photo by Lukas Leitner on Unsplash Soft constraints, linearization, multi-objectives and more If you are an optimization beginner, I would recommend you to start with the why and the how, before retur...

Read more at Towards Data Science

Neural Network Optimization

 Towards Data Science

This article is the third in a series of articles aimed at demystifying neural networks and outlining how to design and implement them. In this article, I will discuss the following concepts related…

Read more at Towards Data Science

A Gentle Introduction to Function Optimization

 Machine Learning Mastery

Last Updated on October 12, 2021 Function optimization is a foundational area of study and the techniques are used in almost every quantitative field. Importantly, function optimization is central to ...

Read more at Machine Learning Mastery

Optimization (

 SciPy User Guide

Optimization ( scipy.optimize ) Contents Optimization ( scipy.optimize ) Unconstrained minimization of multivariate scalar functions ( minimize ) Nelder-Mead Simplex algorithm ( method='Nelder-Mead' )...

Read more at SciPy User Guide

Bayesian Optimization: A step by step approach

 Towards Data Science

Optimizing a function is super important in many of the real life analytics use cases. By optimization we mean, either find an maximum or minimum of the target function with a certain set of…

Read more at Towards Data Science

Intro to Optimization

 Towards Data Science

Many AI techniques are about transforming data into forms that are more useful to us, taking unstructured data like free-form text, images, and audio, and extracting meaning from it. While this new…

Read more at Towards Data Science

How to Make Your Modeling Process More Efficient

 Towards Data Science

In this post, I will share some tips on how to start initial modeling in an efficient manner. After much time spent testing which models perform best on my specific datasets, I have come up with a…

Read more at Towards Data Science

Improve your model performance with Bayesian Optimization Hyperparameter Tuning

 Towards Data Science

If you have started using ML for your projects or simply for fun you might have realized how challenging the task of tuning your model can be and especially it is quite time-consuming. If you are not…...

Read more at Towards Data Science

Optimization in Neural Networks

 Analytics Vidhya

Hello Readers, here I will be discussing about the Optimizers and Error Back Propagation in Neural Networks. An optimizer in a Neural Network helps in updating the weights in the reverse direction of…...

Read more at Analytics Vidhya

How to Optimize a Deep Learning Model

 Towards Data Science

Hyperparameter optimization is a critical part of deep learning. Just selecting a model is not enough to achieve exceptional performance. You also need to tune your model.

Read more at Towards Data Science

Model selection and parameter tuning

 Analytics Vidhya

When undertaking classification (or regression) tasks, one of the most important steps in the data science workflow is the selection of the best model algorithm for your data set. Assuming that the…

Read more at Analytics Vidhya

Bayesian Optimization

 Towards Data Science

Optimization is at the core of modern Machine Learning. Why? Linear regression, minimizing the error sum of squares. Logistic Regression, minimizing the negative likelihood. Support Vector Machines…

Read more at Towards Data Science

Bayesian Optimization

 Analytics Vidhya

The earliest work of Bayesian Optimization is dated back to 1964 in Kushner’s work¹. Now it is a very popular technique in machine learning. When optimizing objective function f(x) with no…

Read more at Analytics Vidhya

Hyperparameters Optimization

 Towards Data Science

The model parameters define how to use input data to get the desired output and are learned at training time. Instead, Hyperparameters determine how our model is structured in the first place…

Read more at Towards Data Science

Optimization Algorithms

 Analytics Vidhya

In this article I am gonna explain briefly what are the ups and downs for each optimization algorithm I will be explaining. Thanks to Stanford channel who have given me the chance to have a better…

Read more at Analytics Vidhya

A Gentle Introduction to Optimization

 Towards Data Science

What is optimization and how does it work behind the scenes? Continue reading on Towards Data Science

Read more at Towards Data Science

How SciPy and Scikit-learn Can Optimize Your Model’s Response

 Towards Data Science

Looking at some handy optimization functions to switch from predictions to prescriptions! Continue reading on Towards Data Science

Read more at Towards Data Science

A Guide to Metaheuristic Optimization for Machine Learning Models in Python

 Towards Data Science

Methods for Optimizing Machine Learning Model Outputs Continue reading on Towards Data Science

Read more at Towards Data Science