193 skills found · Page 2 of 7
hhnqqq / MyTransformersThis repository provides a comprehensive library for parallel training and LoRA algorithm implementations, supporting multiple parallel strategies and a rich collection of LoRA variants. It serves as a flexible and efficient model fine-tuning toolkit for researchers and developers. Please contact hehn@mail.ustc.edu.cn for detailed information.
GrupoDiana / BRTLibraryThe Binaural Rendering Toolbox (BRT) is a set of software libraries, applications, and definitions aimed as a virtual laboratory for psychoacoustic experimentation. The BRT is developed in the framework of the SONICOM project and includes the algorithms developed in the 3D Tune-In Toolkit in a new open, extensible architecture.
tumf / GargorA general pourpose auto-tuning tool w/ Genetic Algorithm
Kev-J / PID AutotuneA self-tuning PID demonstration software using genetic algorithm
KaixoCode / CMBNEXCMBNEX Is a 4 oscillator VST3 synth with a unique tuneable 2 dimensional waveshaper and 3 combiners that use several algorithms to combine incoming signals. All parameters have 4 slots for internal modulation from several modulation sources like envelopes, LFOs, and macros.
madyasha / DeepRLPIDAdaptive tuning of an aircraft pitch PID controller with Deep Reinforcement Learning Algorithm
sharma-subendra-kr / LimberGridViewLimberGridView, a powerful JavaScript Library using Computational Geometry to render movable, resizable, and auto-arranging grids. Written in vanilla JavaScript, it can be plugged into most frameworks, plus it has a plugin for React applications. It gives users the most optimal arrangements using its highly efficient and fine-tuned algorithm.
microsoft / SelfTuneSelfTune is an RL framework that enables systems and service developers to automatically tune various configuration parameters and other heuristics in their codebase, rather than manually-tweaking, over time in deployment. It provides easy-to-use API (Python, C# bindings) and is driven by bandit-style RL & online gradient-descent algorithms.
paudelprabesh / Hyperparameter Tuning In LSTM NetworkHyperparameter Tuning in LSTM using Genetic Algorithm, Bayesian Optimization, Random Search, Grid Search.
gregors / Boilerpipe RubyPure ruby implementation of the Boilerpipe content extraction algorithm tuned for online articles
rish-16 / Network OptimisationNeural Network Hyper-parameter Tuning with Genetic Algorithms 🤖 🧬
RLHFlow / RAFTThis is an official implementation of the Reward rAnked Fine-Tuning Algorithm (RAFT), also known as iterative best-of-n fine-tuning or rejection sampling fine-tuning.
adnanozsoy / CUDA CompressionA GPU-based LZSS compression algorithm, highly tuned for NVIDIA GPGPUs and for streaming data, leveraging the respective strengths of CPUs and GPUs together.
vineeths96 / Video Interpolation Using Optical FlowIn this repository, we deal with the task of video frame interpolation with estimated optical flow. To estimate the optical flow we use Lucas-Kanade algorithm, Multiscale Lucas-Kanade algorithm (with iterative tuning), and Discrete Horn-Schunk algorithm. We explore the interpolation performance on Spheres dataset and Corridor dataset.
YerevaNN / ChemLacticaFine-tuning Galactica and Gemma to operate on SMILES. Integrates into a molecular optimization algorithm.
astromaf / VertiBOTVertiBOT is an educational project to investigate and understand sensor fusion using kalman and complementary filter algorithm and PID control in an unstable system. VertiBOT is an inverted pendulum platform that remains balanced by means of two tiny motors, located in the bottom of the structure. The battery is attached in the top of the main body, while the electronics board is located near the rotation axis. The feedback signal is provided by an IMU 6Dof composed by an accelerometer and a gyro. One ATmega 328 microcontroller execute the main loop every 10 milliseconds. A wireless communication over bluetooth is used to tune and check the signal response in a Graphical User Interface software.
leowei31 / DDPG RL PIDDDPG algorithm for PID tuning
gyani-codes / FOPID Tuner Using GAA fractional order PID controller is tuned using genetic algorithm , to control the speed of DC motor
Asap7772 / Understanding RlhfLearning from preferences is a common paradigm for fine-tuning language models. Yet, many algorithmic design decisions come into play. Our new work finds that approaches employing on-policy sampling or negative gradients outperform offline, maximum likelihood objectives.
timzatko / Sklearn Nature Inspired AlgorithmsNature-inspired algorithms for hyper-parameter tuning of Scikit-Learn models.