All Projects → Numcpp → Similar Projects or Alternatives

1278 Open source projects that are alternatives of or similar to Numcpp

Core
The core source repository for the Cherab project.
Stars: ✭ 26 (-98.72%)
Mutual labels:  scientific-computing
Machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
Stars: ✭ 7,755 (+281.83%)
Mutual labels:  algorithms
Codewars Handbook
A Handbook of Codewars Challenges 👘⛩🥋
Stars: ✭ 34 (-98.33%)
Mutual labels:  algorithms
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (-95.81%)
Mutual labels:  data-structures
Crystalline
A collection of containers & algorithms for the Crystal programming language
Stars: ✭ 120 (-94.09%)
Mutual labels:  algorithms
O
Ring-buffers in go without interface{}
Stars: ✭ 33 (-98.38%)
Mutual labels:  data-structures
Go Algorithm
Implementations of data structures & algorithms written in Golang.
Stars: ✭ 109 (-94.63%)
Mutual labels:  data-structures
Highdicom
High-level DICOM abstractions for the Python programming language
Stars: ✭ 32 (-98.42%)
Mutual labels:  numpy
Happy Algorithms
📚 本仓库每1~3周会发布期刊,期刊内容为机器学习、深度学习、自然语言处理等领域的算法文章📝
Stars: ✭ 84 (-95.86%)
Mutual labels:  algorithms
Ods
Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations.
Stars: ✭ 932 (-54.11%)
Mutual labels:  data-structures
Gonum
开源Go语言数值算法库(An open numerical library purely based on Go programming language)
Stars: ✭ 128 (-93.7%)
Mutual labels:  scientific-computing
Numpycpp
A c++ header library for matrix operation inspired Numpy Scipy, MATLAB only using Eigen.
Stars: ✭ 30 (-98.52%)
Mutual labels:  numpy
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (-38.8%)
Mutual labels:  data-structures
Fundamentals Of Python Data Structures
《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
Stars: ✭ 30 (-98.52%)
Mutual labels:  data-structures
Mygo
Leetcode、剑指offer(第二版)的Go实现😀 Come join us!🤝❤️👻
Stars: ✭ 109 (-94.63%)
Mutual labels:  algorithms
Drlkit
A High Level Python Deep Reinforcement Learning library. Great for beginners, prototyping and quickly comparing algorithms
Stars: ✭ 29 (-98.57%)
Mutual labels:  numpy
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (-94.19%)
Mutual labels:  scientific-computing
Tiledb Py
Python interface to the TileDB storage manager
Stars: ✭ 78 (-96.16%)
Mutual labels:  numpy
Trie
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
Stars: ✭ 25 (-98.77%)
Mutual labels:  data-structures
Shadowmusic
A temporal music synthesizer
Stars: ✭ 28 (-98.62%)
Mutual labels:  numpy
Leetcode Downloader
Download your accepted LeetCode submissions
Stars: ✭ 25 (-98.77%)
Mutual labels:  algorithms
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+1475.33%)
Mutual labels:  numpy
Indoor Navigation Algorithms
This is a public repository of a Navigine company that develops different kinds of indoor positioning algorithms with the main focus on indoor navigation. Here we will step by step publish the source code of our algorithm starting with trilateration.
Stars: ✭ 108 (-94.68%)
Mutual labels:  algorithms
Cub
Cooperative primitives for CUDA C++.
Stars: ✭ 883 (-56.52%)
Mutual labels:  algorithms
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (-95.96%)
Mutual labels:  data-structures
Numsharp
High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
Stars: ✭ 882 (-56.57%)
Mutual labels:  numpy
Plip
Protein-Ligand Interaction Profiler - Analyze and visualize non-covalent protein-ligand interactions in PDB files according to 📝 Salentin et al. (2015), https://www.doi.org/10.1093/nar/gkv315
Stars: ✭ 123 (-93.94%)
Mutual labels:  scientific-computing
Cs Books
超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Stars: ✭ 1,215 (-40.18%)
Mutual labels:  algorithms
Opencv Ndarray Conversion
NumPy ndarray ⇋ OpenCV Mat conversion, that just works.
Stars: ✭ 107 (-94.73%)
Mutual labels:  numpy
Haskell
Implementation of All ▲lgorithms in Haskell Programming Language
Stars: ✭ 25 (-98.77%)
Mutual labels:  algorithms
Numpyro
Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
Stars: ✭ 929 (-54.26%)
Mutual labels:  numpy
Adcme.jl
Automatic Differentiation Library for Computational and Mathematical Engineering
Stars: ✭ 106 (-94.78%)
Mutual labels:  scientific-computing
Pyda 2e Zh
📖 [译] 利用 Python 进行数据分析 · 第 2 版
Stars: ✭ 866 (-57.36%)
Mutual labels:  numpy
Dareblopy
Data Reading Blocks for Python
Stars: ✭ 82 (-95.96%)
Mutual labels:  numpy
Oh My Python
剑指offer(python版)/ 算法图解 / python基础 / 数据结构
Stars: ✭ 119 (-94.14%)
Mutual labels:  data-structures
Awesome Unam
A curated list of awesome engineering ecosystem, including UNAM Projects
Stars: ✭ 10 (-99.51%)
Mutual labels:  algorithms
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-98.82%)
Mutual labels:  algorithms
Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Stars: ✭ 52,811 (+2500.25%)
Mutual labels:  numpy
Letters
Письма к студентам курса
Stars: ✭ 107 (-94.73%)
Mutual labels:  algorithms
Mygrad
A pure-python/numpy autograd tensor library
Stars: ✭ 77 (-96.21%)
Mutual labels:  numpy
Napari
napari: a fast, interactive, multi-dimensional image viewer for python
Stars: ✭ 847 (-58.3%)
Mutual labels:  numpy
Random Cut Forest By Aws
An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
Stars: ✭ 80 (-96.06%)
Mutual labels:  algorithms
Gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
Stars: ✭ 1,629 (-19.79%)
Mutual labels:  scientific-computing
Ivy
The templated deep learning framework, enabling framework-agnostic functions, layers and libraries.
Stars: ✭ 118 (-94.19%)
Mutual labels:  numpy
Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (-24.72%)
Mutual labels:  data-structures
Adaptive Radix Tree
A fast and space efficient Radix tree in Java
Stars: ✭ 76 (-96.26%)
Mutual labels:  data-structures
Javascript Data Structures And Algorithms
Exercises, algorithms
Stars: ✭ 26 (-98.72%)
Mutual labels:  algorithms
Goa.c
📚Algorithm By Golang
Stars: ✭ 78 (-96.16%)
Mutual labels:  algorithms
Numpy neural net
A simple neural network (multilayer perceptron) with backpropagation implemented in Python with NumPy
Stars: ✭ 25 (-98.77%)
Mutual labels:  numpy
Stanford University Algorithms
Assignments of Stanford University - Algorithms from Coursera
Stars: ✭ 25 (-98.77%)
Mutual labels:  algorithms
Learning python
Source material for Python Like You Mean it
Stars: ✭ 78 (-96.16%)
Mutual labels:  numpy
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (-7.98%)
Mutual labels:  data-structures
Codelibrary
💎Collection of algorithms and data structures
Stars: ✭ 1,585 (-21.96%)
Mutual labels:  data-structures
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-96.26%)
Mutual labels:  numpy
Numpy exercises
Numpy exercises.
Stars: ✭ 1,545 (-23.93%)
Mutual labels:  numpy
Easyiterator
🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
Stars: ✭ 107 (-94.73%)
Mutual labels:  algorithms
Ahrs
Attitude and Heading Reference Systems in Python
Stars: ✭ 75 (-96.31%)
Mutual labels:  algorithms
Edualgo
A simple python package having modules of different algorithms to use in educational purposes.
Stars: ✭ 76 (-96.26%)
Mutual labels:  algorithms
Algorithm Playground
An (old) and unstructured (messy tbh) collection of programming exercises.
Stars: ✭ 75 (-96.31%)
Mutual labels:  data-structures
Algo ds notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
Stars: ✭ 1,897 (-6.6%)
Mutual labels:  data-structures
301-360 of 1278 similar projects