224 skills found · Page 1 of 8
clibs / ListC doubly linked list
UCL-SML / Doubly Stochastic DGPDeep Gaussian Processes with Doubly Stochastic Variational Inference
google-deepmind / DebateFormalizing stochastic doubly-efficient debate
rnissel / Channel EstimationSimulates an FBMC and OFDM transmission over a doubly-selective channel. Allows to reproduce all figures from "Doubly-Selective Channel Estimation in FBMC-OQAM and OFDM Systems", IEEE VTC Fall, 2018
pedrohcgs / DRDIDDoubly Robust Difference-in-Differences Estimators
grf-labs / PolicytreePolicy learning via doubly robust empirical welfare maximization over trees
wooorm / Linked ListMinimalistic linked lists
bryan31 / RogueMapRogueMap is a high-performance embedded storage engine that breaks through the JVM memory wall. Based on memory-mapped files, it provides four data structures: RogueMap (key-value store), RogueList (doubly-linked list), RogueSet (concurrent set), and RogueQueue (FIFO queue).
steveklabnik / Indexlistindexlist: A doubly linked list, backed by a vector
fisothemes / TwinCat Dynamic CollectionsA TwinCAT library for creating and manipulating dynamic collections of data in TwinCAT. It provides multiple data structures such as ArrayList (a dynamic array), List (a doubly linked list that is optimized for sequential access and mutation), Set, Map, Queue, Stack and more. Examples are in the project.
TakuyaHiraoka / Dropout Q Functions For Doubly Efficient Reinforcement LearningSource files to replicate experiments in my ICLR 2022 paper.
eric-hs-rou / Doubly Dispersive Channel Simulation"From OTFS to AFDM: A Comparative Study of Next-Generation Waveforms for ISAC in Doubly-Dispersive Channels" [https://arxiv.org/abs/2401.07700]: by Hyeon Seok Rou, Giuseppe Thadeu Freitas de Abreu, Junil Choi, David González G., Marios Kountouris, Yong Liang Guan, Osvaldo Gonsa.
kathoffman / Steroids Trial EmulationTutorial for a target trial emulation with a time-varying exposure, time-dependent confounding, time-to-event outcome, and Sequentially Doubly Robust estimation (Hoffman et al. 2022).
toolboc / IoTEdge DevOpsA living repository of best practices and examples for developing AzureIoT Edge solutions doubly presented as a hands-on-lab.
yaolubrain / DOSNESDoubly Stochastic Neighbor Embedding on Spheres
michaelsdr / SinkformersTransformers with doubly stochastic attention
sysprog21 / Linux ListLinux-like doubly-linked list
kanavsethi / Music Player Using Data StructuresThis is the project made for Data Structures and Algorithm Course. Here we implement a C++ based Basic Music Player using the knowledge of various Data structures learnt as part of course CSE2003. Data structures used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used.
abdulkarimgizzini / DL Based Channel Estimation In Doubly Dispersive Environments This repository includes the source code of the DL-based symbol-by-symbol and frame-by-frame channel estimators proposed in "A Survey on Deep Learning Based Channel Estimation in Doubly Dispersive Environments" paper [1] that is published in the IEEE Access, 2022.
pmj / GenccontGeneric containers in C. So far: singly & doubly linked lists, a singly-linked queue, a hash table and a binary search tree. As type-safe as I can make them in C. Simple to use and hack; very embeddable - works in user space and in-kernel; 0 build requirements: not even libc needed; can easily cherry-pick only needed source files. zlib license.