All Projects → pywren → Examples

pywren / Examples

Stand-alone pywren examples

Projects that are alternatives of or similar to Examples

Sub Gc
Code repository for our paper "Comprehensive Image Captioning via Scene Graph Decomposition" in ECCV 2020.
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Ligdream
Novel molecules from a reference shape!
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Building Machine Learning Systems With Python Third Edition
Code repository for Building Machine Learning Systems with Python Third Edition, by Packt
Stars: ✭ 45 (-4.26%)
Mutual labels:  jupyter-notebook
Detectron2 instance segmentation demo
How to train Detectron2 with Custom COCO Datasets | DLology
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Play With Machine Learning Algorithms
Code of my MOOC Course <Play with Machine Learning Algorithms>. Updated contents and practices are also included. 我在慕课网上的课程《Python3 入门机器学习》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 1,037 (+2106.38%)
Mutual labels:  jupyter-notebook
Multilateration
Multilateration in 2D: IoT/LoRaWAN Mass Surveillance
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Ipy
VM with the TensorFlow library from Google
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Info8002 Large Scale Data Systems
Lectures for INFO8002 - Large-scale Data Systems, ULiège
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Pytorch connectomics
PyTorch Connectomics: segmentation toolbox for EM connectomics
Stars: ✭ 46 (-2.13%)
Mutual labels:  jupyter-notebook
Meetupmaterials
Julia中文社区活动的各种材料 Meetup Materials
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Gpt2 French
GPT-2 French demo | Démo française de GPT-2
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (+2104.26%)
Mutual labels:  jupyter-notebook
Ai Team
清华大学AI自强项目课件以及代码下载,黑龙江大学机器学习小组学习历程。@清华大学数据院,感谢他们的课件以及源码
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Spinal Bootcamp
SpinalHDL-tutorial based on Jupyter Notebook
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning For Natural Language Processing
Source Code for 'Deep Learning for Natural Language Processing' by Palash Goyal, Sumit Pandey and Karan Jain
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Animefacenotebooks
notebooks and some data for playing with animeface stylegan2 and deepdanbooru
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Meta Prod2vec
Repository for experiments with MetaProd2Vec and related algorithms.
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Sdc Vehicle Lane Detection
I am using an ensemble of classic computer vision and modern deep learning techniques, to detect the lane lines and the vehicles on a highway. This project was part of the Udacity SDC Nanodegree.
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Algorithmmap
建立你的算法地图:如何高效学习算法;算法工程师:从小白到专家
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook
Tacorn
2018/2019 TTS framework integrating state of the art open source methods
Stars: ✭ 47 (+0%)
Mutual labels:  jupyter-notebook

pywren examples

This is a repository of pywren examples, showing how to run various example code and generate many of the plots used in blog posts. Most examples have an explanation in a README.md, a script to run, and often a Jupyter notebook for interactively examining results.

Note that these examples, in addition to requiring the latest pywren, often require additional packages like Jupyter/iPython, Matplotlib, Seaborn, and the Ruffus pipeline manager.

All pywren examples can be found in our examples github repository most often as Jupyter/IPython notebooks

Hello World

Hello world is a simple example to get you up and running with pywren.

TFLOPS on microservices

An example of how to achieve over 40 TFLOPS of numerical performance using pure-Python code running on thousands of simultaneous cores. This example is based on our original blog post and our recent paper. [[code]]flops_benchmark)

GB/s from S3

We can achieve up to 80 GB/sec read and 60 GB/sec write performance to S3 in this benchmark example, based on our original blog post. We have notebooks that show how to benchmark and then how to measure scaling. [code].

Measuring Lambda's recycling

[coming soon]

Running a parameter server

[coming soon]

Large-scale reduction

[coming soon]

Robust Kalman Filtering

[coming soon]

Inverse problems with sweep

[coming soon]

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