Skip to content
#

pruning-optimization

Here are 18 public repositories matching this topic...

alpha-beta-pruning-minmax-checkers

Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.

  • Updated Dec 19, 2020
  • Python

This repository contains scripts to prune Wav2vec2 using a neuroevolution-based method. More details about this method can be found in the paper Compressing Wav2vec2 for Embedded Applications.

  • Updated Nov 8, 2023
  • Shell

Pneumo.ai is a Streamlit web app for detecting pneumonia from X-rays, leveraging CNN variants like AlexNet, VGG, and ResNet18, with ResNet18 leading with an accuracy of 0.89. It employs early stopping callbacks for efficient model training, visualizes training using TensorBoard, and optimizes inference time with pruning and quantization techniques.

  • Updated May 30, 2024
  • Jupyter Notebook

A collection of multiple projects involving tasks such as classification, time series forecasting , regression etc. on a number of datasets using different machine learning algorithms such as random forest, SVM, Naive Bayes, Ensemble, perceptron etc in addition to data cleaning and preparation.

  • Updated Apr 17, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the pruning-optimization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pruning-optimization topic, visit your repo's landing page and select "manage topics."

Learn more