All Projects → tulip-control → polytope

tulip-control / polytope

Licence: other
Geometric operations on polytopes of any dimension

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to polytope

Cheatsheets Ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
Stars: ✭ 14,095 (+27537.25%)
Mutual labels:  numpy, scipy
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+33.33%)
Mutual labels:  numpy, scipy
Ml Feynman Experience
A collection of analytics methods implemented with Python on Google Colab
Stars: ✭ 217 (+325.49%)
Mutual labels:  numpy, scipy
Pyhf
pure-Python HistFactory implementation with tensors and autodiff
Stars: ✭ 171 (+235.29%)
Mutual labels:  numpy, scipy
SDLP
Seidel's LP Algorithm: Linear-Complexity Linear Programming for Small-Dimensional Variables
Stars: ✭ 36 (-29.41%)
Mutual labels:  computational-geometry, polytope
Tftb
A Python module for time-frequency analysis
Stars: ✭ 185 (+262.75%)
Mutual labels:  numpy, scipy
pytope
Minimal package for operations on polytopes, zonotopes, and invariant sets.
Stars: ✭ 26 (-49.02%)
Mutual labels:  polytope, polyhedron
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+178.43%)
Mutual labels:  numpy, scipy
object-detection-with-deep-learning
demonstrating use of convolution neural networks to detect objects in a video
Stars: ✭ 17 (-66.67%)
Mutual labels:  numpy, scipy
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (+313.73%)
Mutual labels:  numpy, scipy
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (+233.33%)
Mutual labels:  numpy, scipy
dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+1160.78%)
Mutual labels:  numpy, scipy
Micropython Ulab
a numpy-like fast vector module for micropython, circuitpython, and their derivatives
Stars: ✭ 166 (+225.49%)
Mutual labels:  numpy, scipy
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (+276.47%)
Mutual labels:  numpy, scipy
Piecewise linear fit py
fit piecewise linear data for a specified number of line segments
Stars: ✭ 141 (+176.47%)
Mutual labels:  numpy, scipy
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+6080.39%)
Mutual labels:  numpy, scipy
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+166.67%)
Mutual labels:  numpy, scipy
Nptdms
NumPy based Python module for reading TDMS files produced by LabView
Stars: ✭ 138 (+170.59%)
Mutual labels:  numpy, scipy
PVMismatch
An explicit Python PV system IV & PV curve trace calculator which can also calculate mismatch.
Stars: ✭ 51 (+0%)
Mutual labels:  numpy, scipy
audiophile
Audio fingerprinting and recognition
Stars: ✭ 17 (-66.67%)
Mutual labels:  numpy, scipy

Polytope

This is the source repository for polytope, a toolbox for geometric operations on polytopes in any dimension. Documentation is available in the directory doc/ and also at https://tulip-control.github.io/polytope/ The directory examples/ contains examples.

Installation

From PyPI:

pip install polytope

From source:

python setup.py install

If this fails, because setuptools attempts to install scipy before numpy, then:

pip install .

Dependencies

Required: numpy, scipy, networkx. Optionally, if cvxopt is installed and linked to GLPK, then polytope will prefer GLPK, because it is faster than scipy. For more details, see requirements.txt.

Contact and support

License

Polytope is licensed under the 3-clause BSD license. The full statement is provided in the file named LICENSE.

Acknowledgment

Polytope was part of the Temporal Logic Planning Toolbox (TuLiP) before growing to become an independent package. It originates from changesets 7bb73a9f725572db454a0a5e4957da84bc778f65 and 3178c570ee1ef06eb8ace033f205f51743ac54c6 of TuLiP.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].