2,744 skills found · Page 2 of 92
hidasib / GRU4RecGRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.
pubkey / Event ReduceAn algorithm to optimize database queries that run multiple times https://pubkey.github.io/event-reduce/
AIDotNet / Auto PromptAI Prompt Optimization Platform is a professional prompt engineering tool designed to help users optimize AI model prompts, enhancing the effectiveness and accuracy of AI interactions. The platform integrates intelligent optimization algorithms, deep reasoning analysis, visualization debugging tools, and community sharing features, providing compre
HunterMcGushion / Hyperparameter HunterEasy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
WillKoehrsen / Hyperparameter OptimizationImplementation of Bayesian Hyperparameter Optimization of Machine Learning Algorithms
gugarosa / Opytimizer🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
Western-OC2-Lab / Intrusion Detection System Using Machine LearningCode for IDS-ML: intrusion detection system development using machine learning algorithms (Decision tree, random forest, extra trees, XGBoost, stacking, k-means, Bayesian optimization..)
HaaLeo / SwarmlibThis repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)
acado / AcadoACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a general framework for using a great variety of algorithms for direct optimal control, including model predictive control, state and parameter estimation and robust optimization.
facebookresearch / OptimizersFor optimization algorithm research and development.
algorithmsbooks / Algforopt NotebooksJupyter notebooks associated with the Algorithms for Optimization textbook
hyperactive-project / HyperactiveA unified interface for optimization algorithms and experiments
haris989 / NSGA IIThis is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter σshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.
garycourt / Murmurhash JsAn optimized JavaScript implementation of the MurmurHash algorithms.
Hanjun-Dai / Graph Comb OptImplementation of "Learning Combinatorial Optimization Algorithms over Graphs"
PiMaker / LtcgiOptimized plug-and-play realtime area lighting using the linearly transformed cosine algorithm for Unity/VRChat.
stillwater-sc / UniversalLarge collection of number systems providing custom arithmetic for mixed-precision algorithm development and optimization for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.
chrisstroemel / SimpleExperimental Global Optimization Algorithm
microsoft / DionDion optimizer algorithm
davidesantangelo / KrepFast text search tool with advanced algorithms, SIMD acceleration, multi-threading, and regex support. Designed for rapid, large-scale pattern matching with memory-mapped I/O and hardware optimizations.