Deep Gravity
384 subscribers
60 photos
35 videos
17 files
495 links
Download Telegram
3 ways to create a Keras model with TensorFlow 2.0

Link to article and codes

#Tensorflow #Keras

🔭 @DeepGravity
#Tensorflow 2.0 coding workshop notebooks

At our meetup Data Science for Internet of Things, Dan Howarth conducted a workshop on tensorflow 2.0
we plan to convert it into another book on data science central. for a set of all previous free books see free datascience books. The notebooks are

tensorflow 2.0: Notebook 1: 'Hello World' Deep Learning with Tensor...

tensorflow 2.0: Notebook 2: Computer Vision with CNNs

tensorflow 2.0: Notebook 3: Transfer Learning

You can see the tensorflow 2.0 roadmap and overall features of tensorflow 2.0. Comments welcome. We hope you like them.

Link to the paper

🔭 @DeepGravity
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.

🔭 @DeepGravity
@DeepGravity - A very cool intro to Keras and CNN.rar
120.8 MB
Download a very cool intro to #Keras and #CNNs

Syllabus:
Keras 1, What is Keras
Keras 2, Installations for #DeepLearning, #Anaconda, #Jupyter Notebook, #Tensorflow, Keras
Keras 3, #NeuralNetwork Regression Model with Keras
Keras 4, Breast Cancer Diagnosis with Neural Networks
Keras 5, Understanding #ConvolutionalNeuralNetworks, Making a Handwritten Digit Calculator

Watch more videos on the related YouTube channel

🔭 @DeepGravity
François #Chollet is the creator of #Keras, which is an open source #DeepLearning library that is designed to enable fast, user-friendly experimentation with #deepNeuralNetworks. It serves as an interface to several deep learning libraries, most popular of which is #TensorFlow, and it was integrated into TensorFlow main codebase a while back. Aside from creating an exceptionally useful and popular library, François is also a world-class #AI researcher and software engineer at #Google, and is definitely an outspoken, if not controversial, personality in the AI world, especially in the realm of ideas around the future of #ArtificialIntelligence. This conversation is part of the Artificial Intelligence podcast.

Link

🔭 @DeepGravity
Semantic Image #Segmentation with #DeepLab in #TensorFlow

Semantic image segmentation, the task of assigning a semantic label, such as “road”, “sky”, “person”, “dog”, to every pixel in an image enables numerous new applications, such as the synthetic shallow depth-of-field effect shipped in the portrait mode of the Pixel 2 and Pixel 2 XL smartphones and mobile real-time video segmentation. Assigning these semantic labels requires pinpointing the outline of objects, and thus imposes much stricter localization accuracy requirements than other visual entity recognition tasks such as image-level classification or bounding box-level detection.

Link

🔭 @DeepGravity
#TensorFlow 2 Tutorial: Get Started in #DeepLearning With tf.keras

After completing this tutorial, you will know:

The difference between Keras and tf.keras and how to install and confirm TensorFlow is working.
The 5-step life-cycle of tf.keras models and how to use the sequential and functional APIs.
How to develop MLP, CNN, and RNN models with tf.keras for regression, classification, and time series forecasting.
How to use the advanced features of the tf.keras API to inspect and diagnose your model.
How to improve the performance of your tf.keras model by reducing overfitting and accelerating training.

#Keras

Link

🔭 @DeepGravity
Image Data Augmentation for #TensorFlow 2, #Keras and #PyTorch with Albumentations in #Python

TL;DR Learn how to create new examples for your dataset using image augmentation techniques. Load a scanned document image and apply various augmentations. Create an augmented dataset for Object Detection.

Article

🔭 @DeepGravity