All Projects → zaidalyafeai → Swift4tf

zaidalyafeai / Swift4tf

A set of notebooks explaining swift for tensorflow optimized to run in Google Collaboratory.

Projects that are alternatives of or similar to Swift4tf

Interactive Corporate Report
ICR - Automated and Intelligent Company Report Built in Python (by @firmai)
Stars: ✭ 139 (-1.42%)
Mutual labels:  jupyter-notebook
Python For Algorithms Data Structures And Interviews
Files for Udemy Course on Algorithms and Data Structures
Stars: ✭ 1,917 (+1259.57%)
Mutual labels:  jupyter-notebook
Data Structure And Algorithm Using Python
In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data. (Using Python 3)
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Popmusicmaker
Pop Music Maker built on HMM and Random Forest-like structure. Inspired by the desire to build my own model can serve as alternative to LSTMs / deep learning in generating pop music. Website is currently down due to costs incurred.
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Benchmarks
Comparison tools
Stars: ✭ 139 (-1.42%)
Mutual labels:  jupyter-notebook
Pysankey
create sankey diagrams with matplotlib
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Categoricalencodingbenchmark
Benchmarking different approaches for categorical encoding for tabular data
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Vaal
Variational Adversarial Active Learning (ICCV 2019)
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1224.82%)
Mutual labels:  jupyter-notebook
Python Youtube Code
Stars: ✭ 139 (-1.42%)
Mutual labels:  jupyter-notebook
Recotour
A tour through recommendation algorithms in python [IN PROGRESS]
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-1.42%)
Mutual labels:  jupyter-notebook
Scipy Tutorial 2015
Geospatial data tutorial
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Rootfinder
Arabic root finder with neural nets!
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Data science blogs
A repository to keep track of all the code that I end up writing for my blog posts.
Stars: ✭ 139 (-1.42%)
Mutual labels:  jupyter-notebook
Dnp
Audio Denoising with Deep Network Priors
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1858.16%)
Mutual labels:  jupyter-notebook
19 udacity dsa
Data Structures & Algorithms Nanodegree Program from Udacity
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Hpo2nas Tutorial Cvpr Eccv2020
Hands-on Tutorial on Automated Deep Learning
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Lmkor
Pretrained Language Models for Korean
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook

Swift4TF

Swift for TensorFlow is a next generation platform for deep learning and differentiable programming.

In general Swift for TF tries to resolve the drawbacks of Python

  • Performance
  • Concurrency
  • Deployment
  • Custom Ops

Swift has many advantages

  • First-class autodiff
  • Next-generation APIs
  • High-quality tooling
  • Python Integrability
  • Performance of graphs + flexibility of Eager execution

Notebooks

Name Description Notebook
Introduction A basic introduction to Swift and its basic syntax
Visualization How to use Matplotlib in Swift For TensorFlow.
Augmentation How to use do basic augmentations like flipping and cropping
MNIST Using Swift for TensorFlow for training MNIST.
CIFAR10 Using Swift for TensorFlow for training CIFAR10.
Transfer Learning A basic transfer learning tutorial using VGG
Deep Dream Implementation of deep dream using a VGG model.
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].