Skip to content

This repo is dedicated to put into practrice the different model optimization techinques in the domain of deep learning, such as model pruning and quantization.

Notifications You must be signed in to change notification settings

vjardimb/nn-model-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Model Optimization Techniques

License: MIT

This repository contains implementations of various model optimization techniques, including model pruning and quantization, to improve the efficiency of machine learning models.

Introduction

Machine learning models can be resource-intensive. Model optimization techniques are essential to reduce the computational requirements while maintaining performance. This repository gathers implementations of popular optimization techniques that can be applied to various machine learning models.

Features

  • Model Pruning: Reduce model size by eliminating unimportant weights or neurons.
  • Model Quantization: Reduce memory and computation usage by representing weights in fewer bits.
  • TFLite Compression

About

This repo is dedicated to put into practrice the different model optimization techinques in the domain of deep learning, such as model pruning and quantization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published