Giter Site home page Giter Site logo

tensorflow-course-deeplearning.ai's Introduction

Tensorflow-Course-Deeplearning.AI

NOTE: Please donot use the solved assignments to cheat through the course. Use them only as a reference when stuck somewhere.

This projject contains solved assignments and labs for the Coursera course provided by DeepLearning.AI (DeepLearning.AI TensorFlow Developer Professional Certificate). Please donot use the materials to clear your course. This should be referred only when you have been struggling for a long time to solve the project and are unsuccessful.

Course 1: Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning

  1. Week 1: A New Programming Paradigm: soft introduction to what Machine Learning and Deep Learning are, and how they offer you a new programming paradigm, giving you a new set of tools to open previously unexplored scenarios.
  2. Week 2: Introduction to Computer Vision: solve problems of computer vision with just a few lines of code.
  3. Week 3: Enhancing Vision with Convolutional Neural Networks: Improve computer vision using convolutional neural networks.
  4. Week 4: Using Real-world Images: work on handling real life images.

Course 2: Convolutional Neural Networks in TensorFlow

  1. Week 1: Exploring a Larger Dataset: understand how to use much larger datasets in tensorflow.
  2. Week 2: Augmentation: A technique to avoid overfitting: understand implementation of augmentation to solve over-fitting problem.
  3. Week 3: Transfer Learning: Transfer learning can help solve the problem of unavailablity of large datasets -- where people with models trained on large datasets train them, so that you can either use them directly, or, you can use the features that they have learned and apply them to your scenario.
  4. Week 4: Multiclass Classifications: work on handling multi class classification problems.

Course 3: Natural Language Processing in TensorFlow

  1. Week 1: Sentiment in text: The first step in understanding sentiment in text, and in particular when training a neural network to do so is the tokenization of that text. This is the process of converting the text into numeric values, with a number representing a word or a character. This week you'll learn about the Tokenizer and pad_sequences APIs in TensorFlow and how they can be used to prepare and encode text and sentences to get them ready for training neural networks!
  2. Week 2: Word Embeddings: This week you'll learn about Embeddings, where these tokens are mapped as vectors in a high dimension space. With Embeddings and labelled examples, these vectors can then be tuned so that words with similar meaning will have a similar direction in the vector space. This will begin the process of training a neural network to understand sentiment in text -- and you'll begin by looking at movie reviews, training a neural network on texts that are labelled 'positive' or 'negative' and determining which words in a sentence drive those meanings.
  3. Week 3: Sequence models: Sentiment can also be determined by the sequence in which words appear. For example, you could have 'not fun', which of course is the opposite of 'fun'. This week you'll start digging into a variety of model formats that are used in training models to understand context in sequence!
  4. Week 4: Sequence models and literature: Given a body of words, you could conceivably predict the word most likely to follow a given word or phrase, and once you've done that, to do it again, and again. With that in mind, this week you'll build a poetry generator. It's trained with the lyrics from traditional Irish songs, and can be used to produce beautiful-sounding verse of it's own!

Course 4: Sequences, Time Series and Prediction

  1. Week 1: Sequences and Prediction: take a look at some of the unique considerations involved when handling sequential time series data -- where values change over time, like the temperature on a particular day, or the number of visitors to your web site. We'll discuss various methodologies for predicting future values in these time series, building on what you've learned in previous courses!
  2. Week 2: Deep Neural Networks for Time Series: Having explored time series and some of the common attributes of time series such as trend and seasonality, and then having used statistical methods for projection, let's now begin to teach neural networks to recognize and predict on time series!
  3. Week 3: Recurrent Neural Networks for Time Series: Recurrent Neural networks and Long Short Term Memory networks are really useful to classify and predict on sequential data. This week we'll explore using them with time series..
  4. Week 4: UsingReal-world time series data: On top of DNNs and RNNs, let's also add convolutions, and then put it all together using a real-world data series -- one which measures sunspot activity over hundreds of years, and see if we can predict using it.

tensorflow-course-deeplearning.ai's People

Contributors

sidhus234 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.