22 skills found
arunmallya / PacknetCode for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning
younghwanoh / Impl Pruning TFImplementation of "Iterative pruning" on TensorFlow
xychang / RecursiveHierarchicalClusteringUse iterative feature pruning to identify hierarchical clusters.
nephashi / DeepCompressionimplementation of Iterative Pruning for Deep neural network [Han2015].
ruihangdu / PyTorch Deep CompressionA PyTorch implementation of the iterative pruning method described in Han et. al. (2015)
DAVIDNEWGATE / ProjectIncremental Network Quantization, Kmeans quantization, Iterative Pruning, Dynamic Network Surgery
StijnVerdenius / SNIP ItThis repository is the official implementation of the paper Pruning via Iterative Ranking of Sensitivity Statistics and implements novel pruning / compression algorithms for deep learning / neural networks. Amongst others it implements structured pruning before training, its actual parameter shrinking and unstructured before/during training.
lehduong / KesiKnowledge distillation from Ensembles of Iterative pruning (BMVC 2020)
deepeshmittal / AI PacMan ProjectsImplemented various AI algorithms in Pac-Man projects developed by UC Berkeley. Implemented informed/blind state-space search using search algorithms like BFS, DFS, UCS and A* algorithm with heuristic calculation. Designed an algorithm for reflex agent, minimax and alpha-beta pruning. Reinforcement Learning using MDP (Value Iteration and Policy Evaluation) - Implemented Markov Decision process using Value iteration in the Pacman World. Designed perceptron classifier for data classification. Developed applications using python. http://ai.berkeley.edu/project_overview.html
NHZlX / Auto Pruningauto Iterative pruning based on caffe
tanchongmin / DropNetDropNet: Reducing Neural Network Complexity via Iterative Pruning (ICML 2020)
utkuufuk / Alpha Beta ChessEclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.
dchiji-ntt / IterandOfficial implementation for "Pruning Randomly Initialized Neural Networks with Iterative Randomization"
fzi-forschungszentrum-informatik / Iterative Yolo PruningIterative Filter Pruning for Concatenation-Based CNN Architectures
rusuanjun007 / PQKDPQKD compresses CNN models via iterative pruning, performance recovery with knowledge distillation, and quantization-aware training, reducing model size by ~20× with minimal accuracy loss.
tedspare / Abaqus AutomationIterative part topology optimization by minimum-stress element pruning in Python with ABAQUS backend.
bzGeng / IPRLSCode and data for the SIGIR'2021 paper "Iterative Network Pruning with Uncertainty Regularization for Lifelong Sentiment Classification"
iclr-8dafb2ab / Iterative Pruning ReinitNo description available
bzGeng / TPEMCode and data for the ACL'2021 paper "Continual Learning for Task-oriented Dialogue System with Iterative Network Pruning, Expanding and Masking"
hnagnurtme / ChessAIChess AI with 3 engines: Alpha-Beta pruning, Iterative Deepening + TT, and advanced SEE evaluation.