#
vectorized-computation
Here are 28 public repositories matching this topic...
Efficient Batched Reinforcement Learning in TensorFlow
python
control
reinforcement-learning
tensorflow
artificial-intelligence
multi-processing
vectorized-computation
-
Updated
Jan 11, 2019 - Python
A tool to graphically visualize SIMD code
-
Updated
Feb 27, 2022 - JavaScript
Another OLAP database
rust
postgres
sql
postgresql
transaction
rust-lang
transactions
olap
columnar-storage
vectorization
spanner
vectorized-computation
olap-database
hologres
-
Updated
Dec 11, 2021 - Rust
A curated list of awesome SIMD frameworks, libraries and software
-
Updated
Jun 11, 2021
An OOP-styled, type-safe interface for TypeScript to leverage WebAssembly SIMD instructions and vectorized arithmetic.
-
Updated
May 23, 2021 - WebAssembly
Fast nonlinear FEA tailored for topology optimization
optimization
matlab
sensitivity
finite-element-analysis
sensitivity-analysis
topology-optimization
finite-element-methods
vectorized-computation
-
Updated
Sep 27, 2021 - MATLAB
Vectroized String Helper Functions
string
strings
openmp
avx
simd
avx2
simd-programming
vectorization
simd-parallelism
simd-instructions
simd-vector
simd-library
simd-intrinsics
vectorized-computation
simd-benchmark
-
Updated
Nov 9, 2019 - C++
Two-point connectivity statistics computation for hydrological patterns
gpu-acceleration
connectivity
spatial-analysis
hydrology
convolutional-neural-network
geostatistics
vectorized-computation
-
Updated
Aug 8, 2019 - Python
An ML+NLP solution for linking misspelled titles with the true titles
nlp
docker
machine-learning
levenshtein
numba
explanation
jaccard
vectorized-computation
containerisation
nearest-matches
fast-jaccard
misspelled
vectorized-levenshtein
sparse-matrix-multiplication
-
Updated
Jan 18, 2020 - Python
Exercises, Descriptions, and Visualizations to build intuitions and confidence in working with PyTorch for accelerated Scientific Computing
python
data-science
machine-learning
deep-neural-networks
deep-learning
jupyter
distributed-computing
data-visualization
python3
pytorch
scientific-visualization
scientific-computing
data-analysis
ndarray
tensor
gpu-computing
vectorization
vectorized-computation
visual-computing
tensor-processing
-
Updated
Feb 7, 2021 - Jupyter Notebook
Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretation based) engines and compiling engines.
llvm
code-generation
query-engine
vectorization
llvm-bitcode
compilation-database
llvm-compiler
vectorized-computation
-
Updated
May 25, 2021 - C++
My finance tools in Python3
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Aug 8, 2021 - Python
A Hands-On NumPy Tutorial for Data Scientists
python
data-science
sorting
numpy
jupyter-notebook
python3
numpy-tutorial
aggregations
vectorized-computation
fancyindexing
-
Updated
Dec 12, 2019 - Jupyter Notebook
This repository shows code of programming tasks which I completed during Machine Learning course on Coursera.
matlab
machine-learning-algorithms
recommender-system
unsupervised-learning
anomaly-detection
supervised-machine-learning
vectorized-computation
-
Updated
Sep 13, 2017 - MATLAB
Deep Learning for Computer Vision at Stanford University
-
Updated
Nov 23, 2019 - Jupyter Notebook
In this repo I improve the performance of the LIBtft144 controller using numpy and vector operations, and use it to show in real-time the image stream from my raspberry-pi camera on a SPI 144 display
-
Updated
Aug 25, 2020 - Python
Поиск диссонансов временного ряда
-
Updated
May 31, 2019 - C++
This repository includes my solutions to the Machine Learning Assignments offered on coursera.
-
Updated
Nov 1, 2018 - MATLAB
A way to speed up gradient descent is having each feature in the same range.
-
Updated
Oct 23, 2020 - MATLAB
Computation Systems Architectures - Project - Sequence code optimization
-
Updated
Aug 13, 2021 - C++
Thomas Wang's random number generation function implicitly parallelized & pipelined at speed of 0.6 cycles per 32bit integer.
-
Updated
Mar 8, 2022 - C++
Accelerating convolution using numba, cupy and xnor in python
cuda
parallelization
numba
fast-convolutions
popcount
binary-convolutions
convolution2d
xnor-convolutions
cupy
vectorized-computation
im2col
bitpacking
python-cuda
-
Updated
Feb 16, 2020 - Jupyter Notebook
Matlab Array Tools
-
Updated
Jun 11, 2018 - MATLAB
Architektury výpočetních systémů - Projekt - Optimalizace sekvenčního kódu
-
Updated
Nov 11, 2019 - C++
A python code for demonstration of Bias-Variance TradeOff concept in Machine Learning
-
Updated
Feb 24, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the vectorized-computation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vectorized-computation topic, visit your repo's landing page and select "manage topics."
I thought the size of
std::bitset<16>
is 2 bytes, but it turns out it's 8 bytes