65 skills found · Page 1 of 3
apache / Datasketches JavaA software library of stochastic streaming algorithms, a.k.a. sketches.
lllyasviel / SketchKerasan u-net with some algorithm to take sketch from paints
bluenote-1577 / Sylphultrafast taxonomic profiling and genome querying for metagenomic samples by abundance-corrected minhash.
DataDog / Sketches GoGo implementations of the distributed quantile sketch algorithm DDSketch
google / ZetasketchA collection of libraries for single-pass, distributed, sublinear-space approximate aggregation and sketching algorithms. Currently: HyperLogLog++; more to come.
bigmlcom / SketchySketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
apache / DatasketchesA software library of stochastic streaming algorithms, a.k.a. sketches.
DataDog / Sketches PyPython implementations of the distributed quantile sketch algorithm DDSketch
alecmocatta / Streaming AlgorithmsPerformant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
MRMYSTERY003 / SketchpyDo you want to draw some cool pictures with a few lines of Python code? SketchPy is here to help..Sketchpy is a Python module for animating drawings of images. The sketchpy module is created on top of the turtle module in Python.
microsoft / TacclTACCL: Guiding Collective Algorithm Synthesis using Communication Sketches
apache / Datasketches RustA software library of stochastic streaming algorithms, a.k.a. sketches.
meghnalohani / Resume Scoring Using NLPThe objective of the project is to create a Resume Scoring algorithm using Natural Language Processing. The algorithm will parse resumes one by one and will create a Candidate Profile based on the skills mentioned in the resume. A corpus is created using Sketch Engine, Wikipedia pages for various required skills (example : Machine Learning, Data Science, Software developer, Programming) are given as input, Sketch Engine creates a corpus from the useful data available on the given links. Word Embeddings are created from the corpus and these are used to match the skills in the candidate resume with the required skills. Finally, the candidate profile is built and plotted as a bar graph for better visualization.
aaanthonyyy / CircuitNetA hand-drawn schematic sketch recognizer and converter. Three-Step pipeline: Component detection using traditional image processing; Component classification using a custom trained CNN; Schematic generation using a proprietary generation algorithm.
QMUL-EECS-Networks-Systems / Ebpf SketchesA list of network measurement sketch algorithms implemented in eBPF
jhurliman / Node StreamcountProvides implementations of "sketch" algorithms for real-time counting of stream data
taldatech / Image2pencil DrawingPython implementation of the Pencil Drawing by Sketch and Tone algorithm
kavicastelo / Advanced Cache DesignA collection of advanced cache design algorithms including LRU, LFU, ARC, TinyLFU, Count-Min Sketch, and Segmented LRU, implemented in TypeScript.
jean-pierreBoth / ProbminhashRust implementation of probminhash, superminhash and hyperloglog sketching algorithms
elf-audio / CppsketchSimple system for hot-reloading C++ classes in order to sketch ideas and algorithms