There are 1 repository under model-optimization topic.
a collection of computer vision projects&tools. 计算机视觉方向项目和工具集合。
This repository contains notebooks that show the usage of TensorFlow Lite for quantizing deep neural networks.
A curated collection of AI, data engineering, and DevOps projects featuring real-world applications, advanced techniques, and tutorials—ideal for learners and practitioners exploring data science and machine learning.
Demonstrates knowledge distillation for image-based models in Keras.
Code of the ICASSP 2022 paper "Gradient Variance Loss for Structure Enhanced Super-Resolution"
This repository shows how to train a custom detection model with the TFOD API, optimize it with TFLite, and perform inference with the optimized model.
Developed a churn prediction model using XGBoost, with comprehensive data preprocessing and hyperparameter tuning. Applied SHAP for feature importance analysis, leading to actionable business insights for targeted customer retention.
本仓库包含了完整的深度学习应用开发流程,以经典的手写字符识别为例,基于LeNet网络构建。推理部分使用torch、onnxruntime以及openvino框架💖
This repository includes code for the paper "Towards Zero Touch Networks: Cross-Layer Automated Security Solutions for 6G Wireless Networks" published in IEEE TCOM, focusing on autonomous cybersecurity (physical-layer authentication and cross-layer intrusion detection) using AutoML techniques.
Enhanced BR2804-1700KV Motor Field Oriented Control with a Tiny Neural Network
Vision-lanugage model example code.
Minimal Reproducibility Study of (https://arxiv.org/abs/1911.05248). Experiments with Compression of Deep Neural Networks
Leverage the Intel® Distribution of OpenVINO™ Toolkit to fast-track development of high-performance computer vision and deep learning inference applications, and run pre-trained deep learning models for computer vision on-premise.
ptdeco is a library for model optimization by matrix decomposition built on top of PyTorch
A deep learning framework that implements Early Exit strategies in Convolutional Neural Networks (CNNs) using Deep Q-Learning (DQN). This project enhances computational efficiency by dynamically determining the optimal exit point in a neural network for image classification tasks on CIFAR-10.
quantization example for pqt & qat
A curated list of awesome open source tools and commercial products for autoML hyperparameter tuning 🚀
Some DNN model optimization experiments and notebooks
Learn linear quantization techniques using the Quanto library and downcasting methods with the Transformers library to compress and optimize generative AI models effectively.
compares different pretrained object classification with per-layer and per-channel quantization using pytorch
Determing the eligibility for granting home loan. ML classification models are used, in order to predict if loans are apporoved or not, based on customers's data.
Optimizing convolution function using ARM's NEON Intrinsics
This project uses YOLOv5 architecture for creating guns and knifes real time detection
Successfully established a clustering model which can categorize the customers of a renowned Indian bank into several distinct groups, based on their behavior patterns and demographic details.
"Vitis-AI-YOLOv3-TF2-Quantization-Evaluation" Repo for quantization of YOLOv3 on Vitis-AI using TF2, aimed to deploy model on edge devices with limited resources. Includes training & quantization scripts and evaluation metrics. Experiment with different configurations.
4Geeks Academy data science boot camp tree based methods assignment
Some Key Points from the Deep Learning Tuning Playbook
ML journey to explore concepts and framework through code and math. It serves as a personal log of my learning experiences, revisiting foundational topics, and delving into new areas within the field.
This repository is a collection of Python scripts and Jupyter notebooks for understanding the performance improvement in image classification, object detection and instance segmentation with OpenVINO. It also contains reference implementations of dwell time analytics, ALPR and polyp detection.
Arbitrary Numbers
Showcasing impactful machine learning projects tackling real-world issues with Decision Trees, SVM, Time Series, Random Forest, Logistic Regression, and Gradient Boosting. Demonstrates advanced preprocessing, feature engineering, and optimization techniques.