Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for Internal Vector
GitHub Repo https://github.com/zmkeh/GhostVEH

zmkeh/GhostVEH

Registers Vectored Exception Handlers by directly manipulating internal LdrpVectorHandlerList structure instead of calling RtlAddVectoredExceptionHandler.
GitHub Repo https://github.com/isovic/aligned_vector

isovic/aligned_vector

An STL-like std::vector implementation which internally aligns the array to a desired number of bytes. Intended for e.g. SIMD purposes.
GitHub Repo https://github.com/DavidSlayback/gym-po-taxi

DavidSlayback/gym-po-taxi

Partially-observable taxi environment, with internal vectorization
GitHub Repo https://github.com/capybara-brain346/capybaradb

capybara-brain346/capybaradb

capybaradb - a toy Vector DB implementation from scratch in Python. Explore Vector DB internals.
GitHub Repo https://github.com/mjtb49/LattiCG

mjtb49/LattiCG

Reverses the internal seed(s) of JavaRandom given information on its output in the form of a system of inequalities on various Random calls. Works by reducing the problem to finding certain vectors in a lattice, which is then solved through a branch and bound algorithm using a reduced version of the lattice.
GitHub Repo https://github.com/Ranjith0203/Battery-Internal-States-Estimation

Ranjith0203/Battery-Internal-States-Estimation

State of charge (SOC), State of Health (SOH) Estimation using Machine learning algorithms such as Linear regression, random forest, support vector machine, ANN, CNN
GitHub Repo https://github.com/ZhangYanTJU/Internal2volField

ZhangYanTJU/Internal2volField

transform OpenFOAM volScalar(Vector)Field::Internal to volScalar(Vector)Field
GitHub Repo https://github.com/yashbonde/chess_lm

yashbonde/chess_lm

Supervised Pre-training a chess engine on moves only, can it surpass me? Can it learn board representation internally? Can this learned vector be used with tree search? Is emergent behaviour really needed? Can I publish a paper on this?
GitHub Repo https://github.com/sjy-dv/coltt

sjy-dv/coltt

Coltt is a vector database that supports Multi-Vector Search, high-performance HNSW, FLAT and quantization, and enables fast searches through sophisticated internal data shard design.
GitHub Repo https://github.com/awulkiew/test-tuple_vector

awulkiew/test-tuple_vector

A container emulating std::vector<std::tuple<...>>, internally storing tuple of vectors of Ts for better locality of data of the same type.