All Projects → ad-lens → Similar Projects or Alternatives

376 Open source projects that are alternatives of or similar to ad-lens

matlib
Matrix Functions for Teaching and Learning Linear Algebra and Multivariate Statistics, http://friendly.github.io/matlib/
Stars: ✭ 55 (+243.75%)
Mutual labels:  vector
executor-hnsw-postgres
A production-ready, scalable Indexer for the Jina neural search framework, based on HNSW and PSQL
Stars: ✭ 25 (+56.25%)
Mutual labels:  vector
safe-svg
Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
Stars: ✭ 129 (+706.25%)
Mutual labels:  vector
cgdms
Differentiable molecular simulation of proteins with a coarse-grained potential
Stars: ✭ 44 (+175%)
Mutual labels:  automatic-differentiation
vec-la-fp
↗️ A tiny (functional) 2d linear algebra library
Stars: ✭ 21 (+31.25%)
Mutual labels:  vector
SymmetryBookFormalization
Univalent mathematics in Agda
Stars: ✭ 117 (+631.25%)
Mutual labels:  category-theory
vector2d
2D Vector Library. Operates using Objects, Array or Float32Array types to allow flexible performance.
Stars: ✭ 28 (+75%)
Mutual labels:  vector
VecFor
Vector algebra class for Fortran poor people
Stars: ✭ 28 (+75%)
Mutual labels:  vector
putting-lenses-to-work
A presentation for BayHac 2017 on how I uses lenses at work
Stars: ✭ 73 (+356.25%)
Mutual labels:  lens
OffsetGuided
Code for "Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation"
Stars: ✭ 31 (+93.75%)
Mutual labels:  vector
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (+31.25%)
Mutual labels:  vector
lenticular.ts
(Yet another) implementation of functional lenses in JavaScript/TypeScript.
Stars: ✭ 29 (+81.25%)
Mutual labels:  lens
Tensorial.jl
Statically sized tensors and related operations for Julia
Stars: ✭ 18 (+12.5%)
Mutual labels:  automatic-differentiation
bewl
A DSL for the internal language of a topos
Stars: ✭ 41 (+156.25%)
Mutual labels:  category-theory
AbstractOperators.jl
Abstract operators for large scale optimization in Julia
Stars: ✭ 26 (+62.5%)
Mutual labels:  automatic-differentiation
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (+118.75%)
Mutual labels:  vector
profiletool
Home to the QGis Profiletool plugin. Initial work on this fork was partially funded by the C.A. La Rioja
Stars: ✭ 23 (+43.75%)
Mutual labels:  vector
cubical-categories
Category theory formalized in cubical agda
Stars: ✭ 20 (+25%)
Mutual labels:  category-theory
velcro
Collection initialization macros for Rust
Stars: ✭ 45 (+181.25%)
Mutual labels:  vector
Causing
Causing: CAUsal INterpretation using Graphs
Stars: ✭ 47 (+193.75%)
Mutual labels:  automatic-differentiation
CapsNet-tensorflow-jupyter
A simple tensorflow implementation of CapsNet (by Dr. G. Hinton), based on my understanding. This repository is built with an aim to simplify the concept, implement and understand it.
Stars: ✭ 16 (+0%)
Mutual labels:  vector
notes-milewski-ctfp-hs
Notes (in literate Haskell) from reading Category Theory for Programmers by Bartosz Milewski
Stars: ✭ 32 (+100%)
Mutual labels:  category-theory
autodiffr
Automatic Differentiation for R
Stars: ✭ 21 (+31.25%)
Mutual labels:  automatic-differentiation
MultiScaleArrays.jl
A framework for developing multi-scale arrays for use in scientific machine learning (SciML) simulations
Stars: ✭ 63 (+293.75%)
Mutual labels:  automatic-differentiation
InfiniteCanvas
Proof of concept for a vector drawing app without canvas boundaries.
Stars: ✭ 106 (+562.5%)
Mutual labels:  vector
lvg
Lion Vector Graphics
Stars: ✭ 106 (+562.5%)
Mutual labels:  vector
Positional
An elegant and colorful location information app for Android with Compass, Clock, Level, Sun, Moon, Trail Marker and many other features.
Stars: ✭ 72 (+350%)
Mutual labels:  vector
ADAM
ADAM implements a collection of algorithms for calculating rigid-body dynamics in Jax, CasADi, PyTorch, and Numpy.
Stars: ✭ 51 (+218.75%)
Mutual labels:  automatic-differentiation
vecdb
A simple "columnar database" based on memory-mapped files, written in APL
Stars: ✭ 26 (+62.5%)
Mutual labels:  vector
AdFem.jl
Innovative, efficient, and computational-graph-based finite element simulator for inverse modeling
Stars: ✭ 62 (+287.5%)
Mutual labels:  automatic-differentiation
dopt
A numerical optimisation and deep learning framework for D.
Stars: ✭ 28 (+75%)
Mutual labels:  automatic-differentiation
rrbit
An Immutable vectors/lists/arrays library using the Relaxed Radix Balancing(RRB) technique
Stars: ✭ 12 (-25%)
Mutual labels:  vector
Tensor
A library and extension that provides objects for scientific computing in PHP.
Stars: ✭ 146 (+812.5%)
Mutual labels:  vector
mathcore
Advanced .NET math library (.NET Standard).
Stars: ✭ 24 (+50%)
Mutual labels:  matrices
hamcat
Category Theory for Programmers の勉強記録
Stars: ✭ 13 (-18.75%)
Mutual labels:  category-theory
Scientific-Programming-in-Julia
Repository for B0M36SPJ
Stars: ✭ 32 (+100%)
Mutual labels:  automatic-differentiation
footile
A 2D vector graphics library written in Rust
Stars: ✭ 32 (+100%)
Mutual labels:  vector
LandscapeView
Animated landscape generator
Stars: ✭ 89 (+456.25%)
Mutual labels:  vector
bra-ket-vue
⟨𝜑|𝜓⟩.vue - a Vue-based visualization of quantum states and operations
Stars: ✭ 28 (+75%)
Mutual labels:  matrices
issuer-icons
Vector graphics of one-time password issuer logo's, used in Raivo OTP for iOS.
Stars: ✭ 79 (+393.75%)
Mutual labels:  vector
vector
A PHP functional programming library.
Stars: ✭ 19 (+18.75%)
Mutual labels:  vector
reed-thesis
My undergradate thesis on coinductive types in univalent type theory
Stars: ✭ 14 (-12.5%)
Mutual labels:  category-theory
cat
A formalization of category theory in cubical Agda
Stars: ✭ 50 (+212.5%)
Mutual labels:  category-theory
preface
Preface is an opinionated library designed to facilitate the handling of recurring functional programming idioms in OCaml.
Stars: ✭ 116 (+625%)
Mutual labels:  category-theory
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+1375%)
Mutual labels:  vector
AssetLens
Asset Lens : Unity asset reference management utility working in background. 에디터 백그라운드에서 관리되는 유니티 에셋 파일 레퍼런스 데이터 도구.
Stars: ✭ 47 (+193.75%)
Mutual labels:  lens
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (+75%)
Mutual labels:  vector
MASA
Method of Manufactured Solutions Repository
Stars: ✭ 46 (+187.5%)
Mutual labels:  automatic-differentiation
avatarmake
Easily make your own cartoon avatar base on d3.js
Stars: ✭ 34 (+112.5%)
Mutual labels:  vector
Flutter Icons
Customizable Icons for Flutter 💥
Stars: ✭ 241 (+1406.25%)
Mutual labels:  vector
GenericTensor
The only library allowing to create Tensors (matrices extension) with custom types
Stars: ✭ 42 (+162.5%)
Mutual labels:  vector
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+1393.75%)
Mutual labels:  vector
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (+231.25%)
Mutual labels:  vector
matrix multiplication
Parallel Matrix Multiplication Using OpenMP, Phtreads, and MPI
Stars: ✭ 41 (+156.25%)
Mutual labels:  matrices
xcfun
XCFun: A library of exchange-correlation functionals with arbitrary-order derivatives
Stars: ✭ 50 (+212.5%)
Mutual labels:  automatic-differentiation
awesome-vector-search
Collections of vector search related libraries, service and research papers
Stars: ✭ 460 (+2775%)
Mutual labels:  vector
haskerwaul
Category theory concepts in type classes and instances.
Stars: ✭ 16 (+0%)
Mutual labels:  category-theory
FwiFlow.jl
Elastic Full Waveform Inversion for Subsurface Flow Problems Using Intrusive Automatic Differentiation
Stars: ✭ 24 (+50%)
Mutual labels:  automatic-differentiation
AlgebraicRelations.jl
Relational Algebra, now with more algebra!
Stars: ✭ 31 (+93.75%)
Mutual labels:  category-theory
explicit-semantic-analysis
Wikipedia-based Explicit Semantic Analysis, as described by Gabrilovich and Markovitch
Stars: ✭ 34 (+112.5%)
Mutual labels:  vector
61-120 of 376 similar projects