All Projects → tirthajyoti → Optimization Python

tirthajyoti / Optimization Python

Licence: mit
General optimization (LP, MIP, QP, continuous and discrete optimization etc.) using Python

Projects that are alternatives of or similar to Optimization Python

Workshopscipy
A workshop for scientific computing in Python. ( December 2017 )
Stars: ✭ 391 (+193.98%)
Mutual labels:  jupyter-notebook, scipy
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-62.41%)
Mutual labels:  jupyter-notebook, scipy
Dsp Theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 437 (+228.57%)
Mutual labels:  jupyter-notebook, scipy
Audio Spectrum Analyzer In Python
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
Stars: ✭ 273 (+105.26%)
Mutual labels:  jupyter-notebook, scipy
Quantum Learning
This repository contains the source code used to produce the results presented in the paper "Machine learning method for state preparation and gate synthesis on photonic quantum computers".
Stars: ✭ 89 (-33.08%)
Mutual labels:  jupyter-notebook, optimization
Experiments with python
experiments with python
Stars: ✭ 342 (+157.14%)
Mutual labels:  jupyter-notebook, optimization
Notes Python
中文 Python 笔记
Stars: ✭ 6,127 (+4506.77%)
Mutual labels:  jupyter-notebook, scipy
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+71.43%)
Mutual labels:  jupyter-notebook, optimization
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-36.09%)
Mutual labels:  jupyter-notebook, optimization
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+805.26%)
Mutual labels:  jupyter-notebook, optimization
Deeplearning.ai Notes
These are my notes which I prepared during deep learning specialization taught by AI guru Andrew NG. I have used diagrams and code snippets from the code whenever needed but following The Honor Code.
Stars: ✭ 262 (+96.99%)
Mutual labels:  jupyter-notebook, optimization
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (+921.8%)
Mutual labels:  jupyter-notebook, optimization
Bayesian Optimization
Python code for bayesian optimization using Gaussian processes
Stars: ✭ 245 (+84.21%)
Mutual labels:  jupyter-notebook, optimization
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+186.47%)
Mutual labels:  jupyter-notebook, scipy
The Elements Of Statistical Learning Notebooks
Jupyter notebooks for summarizing and reproducing the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman
Stars: ✭ 241 (+81.2%)
Mutual labels:  jupyter-notebook, scipy
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+287.97%)
Mutual labels:  jupyter-notebook, optimization
Iminuit
Jupyter-friendly Python interface for C++ MINUIT2
Stars: ✭ 172 (+29.32%)
Mutual labels:  jupyter-notebook, optimization
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (+35.34%)
Mutual labels:  jupyter-notebook, optimization
Athena
Automatic equation building and curve fitting. Runs on Tensorflow. Built for academia and research.
Stars: ✭ 57 (-57.14%)
Mutual labels:  jupyter-notebook, optimization
Credit Risk Modelling
Credit Risk analysis by using Python and ML
Stars: ✭ 91 (-31.58%)
Mutual labels:  jupyter-notebook, scipy

Optimization-Python

General optimization (LP, MIP, QP etc.) examples using Python.

lp1

Please feel free to connect with me here on LinkedIn if you are interested in data science, machine learning.


Requirements

  • Python 3+
  • scipy (pip install scipy)
  • numpy (pip install numpy)
  • PuLP (pip install pulp)
  • CVXPY (pip install cvxpy)

My Medium articles on optimization

Read my article on Medium about optimization in machine learning algorithms

Read my article on Medium about optimization with SciPy

Read my article on Medium about stock market portfolio optimization with CVXPY

Read my article on Medium about linear programming with PuLP

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].