All Projects → sisl → Algforopt Notebooks

sisl / Algforopt Notebooks

Licence: other
Jupyter notebooks associated with the Algorithms for Optimization textbook

Projects that are alternatives of or similar to Algforopt Notebooks

Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (-0.95%)
Mutual labels:  jupyter-notebook
Simplified Deeplearning
Simplified implementations of deep learning related works
Stars: ✭ 2,389 (+1037.62%)
Mutual labels:  jupyter-notebook
Cartoframes
CARTO Python package for data scientists
Stars: ✭ 208 (-0.95%)
Mutual labels:  jupyter-notebook
Hardware introduction
What scientific programmers must know about CPUs and RAM to write fast code.
Stars: ✭ 209 (-0.48%)
Mutual labels:  jupyter-notebook
Book Resources
Stars: ✭ 209 (-0.48%)
Mutual labels:  jupyter-notebook
Monthofjulia
Some code examples gathered during my Month of Julia.
Stars: ✭ 209 (-0.48%)
Mutual labels:  jupyter-notebook
Workshop blog
Stars: ✭ 208 (-0.95%)
Mutual labels:  jupyter-notebook
Academy
Ray tutorials from Anyscale
Stars: ✭ 210 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (-0.48%)
Mutual labels:  jupyter-notebook
Knowledge Graph Analysis Programming Exercises
Exercises for the Analysis of Knowledge Graphs
Stars: ✭ 208 (-0.95%)
Mutual labels:  jupyter-notebook
Mlops On Gcp
Stars: ✭ 207 (-1.43%)
Mutual labels:  jupyter-notebook
Keypoints Of Humanpose With Mask R Cnn
Use the Mask RCNN for the human pose estimation
Stars: ✭ 209 (-0.48%)
Mutual labels:  jupyter-notebook
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (+0%)
Mutual labels:  jupyter-notebook
Python Bootcamp
Python Bootcamp docs and lectures (UC Berkeley)
Stars: ✭ 208 (-0.95%)
Mutual labels:  jupyter-notebook
Intro Numerical Methods
Jupyter notebooks and other materials developed for the Columbia course APMA 4300
Stars: ✭ 210 (+0%)
Mutual labels:  jupyter-notebook
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-1.43%)
Mutual labels:  jupyter-notebook
Exercise
exercise for nndl
Stars: ✭ 2,649 (+1161.43%)
Mutual labels:  jupyter-notebook
Noise2self
A framework for blind denoising with self-supervision.
Stars: ✭ 211 (+0.48%)
Mutual labels:  jupyter-notebook
Sttn
[ECCV'2020] STTN: Learning Joint Spatial-Temporal Transformations for Video Inpainting
Stars: ✭ 211 (+0.48%)
Mutual labels:  jupyter-notebook
Image manipulation detection
Paper: CVPR2018, Learning Rich Features for Image Manipulation Detection
Stars: ✭ 210 (+0%)
Mutual labels:  jupyter-notebook

Algorithms for Optimization Jupyter Notebooks

This repository contains supplemental Jupyter notebooks to accompany Algorithms for Optimization by Mykel Kochenderfer and Tim Wheeler. These notebooks were generated from the Algorithms for Optimization source code. We provide these notebooks to aid with the development of lectures and understanding the material, with the hope that you find it useful.

Installation

All notebooks have Julia 1.0.1 kernels. Julia can be installed here.

Rendering is managed by PGFPlots.jl. Please see their documentation for important installation instructions.

Julia notebooks are supported by IJulia.

Once the repo is cloned, one can set up the required packages from the terminal before launching the jupyter notebook:

export JULIA_PROJECT="@."
julia -e 'using Pkg; pkg"instantiate"'
jupyter notebook
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].