All Projects → sayakpaul → Tf 2.0 Hacks

sayakpaul / Tf 2.0 Hacks

Contains my explorations of TensorFlow 2.x

Projects that are alternatives of or similar to Tf 2.0 Hacks

Deeplearning.ai Assignments
Stars: ✭ 268 (-27.37%)
Mutual labels:  jupyter-notebook, neural-networks
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-17.62%)
Mutual labels:  jupyter-notebook, neural-networks
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-24.39%)
Mutual labels:  jupyter-notebook, neural-networks
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 (-29%)
Mutual labels:  jupyter-notebook, neural-networks
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+863.96%)
Mutual labels:  jupyter-notebook, neural-networks
Graph Based Deep Learning Literature
links to conference publications in graph-based deep learning
Stars: ✭ 3,428 (+829%)
Mutual labels:  jupyter-notebook, neural-networks
Pytorch exercises
Stars: ✭ 304 (-17.62%)
Mutual labels:  jupyter-notebook, neural-networks
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-38.48%)
Mutual labels:  jupyter-notebook, neural-networks
Supervisely
AI for everyone! 🎉 Neural networks, tools and a library we use in Supervisely
Stars: ✭ 332 (-10.03%)
Mutual labels:  jupyter-notebook, neural-networks
Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (+862.06%)
Mutual labels:  jupyter-notebook, neural-networks
Place Recognition Using Autoencoders And Nn
Place recognition with WiFi fingerprints using Autoencoders and Neural Networks
Stars: ✭ 256 (-30.62%)
Mutual labels:  jupyter-notebook, neural-networks
Amazon Forest Computer Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
Stars: ✭ 346 (-6.23%)
Mutual labels:  jupyter-notebook, neural-networks
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+1450.14%)
Mutual labels:  jupyter-notebook, neural-networks
Deeplearning Challenges
Codes for weekly challenges on Deep Learning by Siraj
Stars: ✭ 264 (-28.46%)
Mutual labels:  jupyter-notebook, neural-networks
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-37.67%)
Mutual labels:  jupyter-notebook, neural-networks
Mlpractical
Machine Learning Practical course repository
Stars: ✭ 295 (-20.05%)
Mutual labels:  jupyter-notebook, neural-networks
Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (-41.19%)
Mutual labels:  jupyter-notebook, neural-networks
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-39.84%)
Mutual labels:  jupyter-notebook, neural-networks
Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (-14.09%)
Mutual labels:  jupyter-notebook, neural-networks
Tbd Nets
PyTorch implementation of "Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning"
Stars: ✭ 345 (-6.5%)
Mutual labels:  jupyter-notebook, neural-networks

This respository contains my exploration of the newly released TensorFlow 2.0. TensorFlow team introduced a lot of new and useful changes in this release; automatic mixed precision training, flexible custom training, distributed GPU training, enhanced ops for the high-level Keras API are some of my personal favorites. You can see all of the new changes here.

Apart from the official TensorFlow 2.0 guides and the tutorials, I highly recommend the following resources if you want to learn more about TensorFlow 2.0 (updated on an ad-hoc basis):

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