All Projects → awslabs → Ec2 Spot Workshops

awslabs / Ec2 Spot Workshops

Licence: other
Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/

Projects that are alternatives of or similar to Ec2 Spot Workshops

K means clustering
This is the code for "K-Means Clustering - The Math of Intelligence (Week 3)" By SIraj Raval on Youtube
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Survivalstan
Library of Stan Models for Survival Analysis
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  jupyter-notebook
Notebooks
My IPython Notebooks
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Gspan
Python implementation of frequent subgraph mining algorithm gSpan. Directed graphs are supported.
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
100 Pandas Puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
Stars: ✭ 1,382 (+1228.85%)
Mutual labels:  jupyter-notebook
Av example
Examples on how to use the alpha vantage library
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Solution Accelerator Many Models
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Summerschool2016
Montréal Deep Learning Summer School 2016 material
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Covid 19
A collection of work related to COVID-19
Stars: ✭ 1,394 (+1240.38%)
Mutual labels:  jupyter-notebook
Matgenb
Jupyter notebooks demonstrating the utilization of open-source codes for the study of materials science.
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Dndt
Deep Neural Decision Trees
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+1236.54%)
Mutual labels:  jupyter-notebook
Fraud Detection Using Deep Learning
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Nlp essentials
Essential and Fundametal aspects of Natural Language Processing with hands-on examples and case-studies
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Ai
机器学习、深度学习、自然语言处理、计算机视觉等AI领域相关技术的算法推导及应用
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Fine grained classification
Fined grained classification On Car dataset
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Intro To Deep Learning
A collection of materials to help you learn about deep learning
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Face Id With Medical Masks
Face ID recognition with medical masks
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  jupyter-notebook

EC2 Spot Workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/

Website for this workshops is available at https://ec2spotworkshops.com

Building the Workshop site

The content of the workshops is built using hugo.

Local Build

To build the content

pushd themes/learn
git submodule init
git submodule update --checkout --recursive
popd
hugo serve -D

Containerized Development

The image can also serve as a development environment using docker-compose. The following command will spin up a container exposing the website at localhost:1313 and mount config.toml and the directories ./content, ./layouts and ./static, so that local changes will automatically be picked up by the development container.

$ docker-compose up -d  ## To see the logs just drop '-d'
Starting ec2-spot-workshops_hugo_1 ... done

License

This library is licensed under the Amazon Software License.

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