AI-powered search & chat for Data / Computer Science Students

Learn more 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

Case Study: Optimization in Python Using Gekko Problem Scope Now let’s dive in to find out what would be the optimal solution in which we maximize product sales by manufacturing appropriate product u...

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

Optimization with Surrogate Models via Symbolic Regression

 Towards Data Science

Performing an optimization is a very interesting task. In our daily life, we might be interested in the best way to get to work in the shortest amount of time, or maybe in the best particle size of ou...

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

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

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

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

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

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

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

Introduction to Optimization Constraints with SciPy

 Towards Data Science

Explore bounds, linear and nonlinear constraints with practical Python examples Continue reading on Towards Data Science

Read more at Towards Data Science

Optimization Modelling in Python: Multiple Objectives

 Analytics Vidhya

In two previous articles I described exact and approximate solutions to optimization problems with single objective. While majority of problems one can encounter in practice are indeed…

Read more at Analytics Vidhya