Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubham99bisht/learning-tensorflow

My experiments on Tensorflow while I was learning. A good source for any new beginner.
https://github.com/shubham99bisht/learning-tensorflow

deep-learning neural-networks tensorflow-examples tensorflow-experiments tensorflow-tutorials

Last synced: 16 days ago
JSON representation

My experiments on Tensorflow while I was learning. A good source for any new beginner.

Awesome Lists containing this project

README

        

# Learning-TensorFlow
In this Repository you'll see how TensorFlow easily addresses concerns like Data Loading, Pre-processing steps, Developing sophisticated machine learning solutions etc.


## About this Repository

My experiments on Tensorflow while I was learning. A good source for any new beginner.

This Repository contains small codes that I've written while learning from online resources. Course Links have been mentioned below.

First, you'll be introduced to the installation process, building simple and advanced models, and utilizing additional libraries that make development even easier.

Along the way, you'll learn how the unique architecture in TensorFlow lets you develop amazing large networks (models) with ease and helps in debugging and monitoring through TensorBoard.

Finally, you'll explore using TensorFlow with neural networks in general, and specifically with powerful deep neural networks. By the time you go through all the code snippets, you'll have a solid foundation on using TensorFlow, and have the knowledge to apply TensorFlow to create your own machine learning solutions.

## Folder Structure

1. Getting Started
2. Basic Projects
3. Advanced Projects

The file [project_list.md](https://github.com/shubham99bisht/Learning-TensorFlow/blob/master/Project_List.md) lists all the projects and their location for easily navigation to the right code.

## Credits to Courses I've taken:

1. TensorFlow: Getting Started by Jerry Kurata at [PluralSight](https://app.pluralsight.com/library/)
2. Understanding the Foundations of TensorFlow by Janani Ravi at [PluralSight](https://app.pluralsight.com/library/)