Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 82% Complete Tensorflow 2 and Keras Deep Learning Bootcamp

Complete Tensorflow 2 and Keras Deep Learning Bootcamp

$17.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
9.4/10 (Our Score)
Product is rated as #5 in category Machine Learning

This course will guide you through how to use Google’s latest TensorFlow 2 framework to create artificial neural networks for deep learning! This course aims to give you an easy to understand guide to the complexities of Google’s TensorFlow 2 framework in a way that is easy to understand.

We’ll focus on understanding the latest updates to TensorFlow and leveraging the Keras API (TensorFlow 2.0’s official API) to quickly and easily build models. In this course we will build models to forecast future price homes, classify medical images, predict future sales data, generate complete new text artificially and much more!

This course is designed to balance theory and practical implementation, with complete jupyter notebook guides of code and easy to reference slides and notes. We also have plenty of exercises to test your new skills along the way!

This course covers a variety of topics, including

NumPy Crash Course

Pandas Data Analysis Crash Course

Data Visualization Crash Course

Neural Network Basics

TensorFlow Basics

Keras Syntax Basics

Artificial Neural Networks

Densely Connected Networks

Convolutional Neural Networks

Recurrent Neural Networks

AutoEncoders

GANs – Generative Adversarial Networks

Deploying TensorFlow into Production

and much more!

Keras, a user–friendly API standard for machine learning, will be the central high–level API used to build and train models. The Keras API makes it easy to get started with TensorFlow 2. Importantly, Keras provides several model–building APIs (Sequential, Functional, and Subclassing), so you can choose the right level of abstraction for your project. TensorFlow’s implementation contains enhancements including eager execution, for immediate iteration and intuitive debugging, and tf.data, for building scalable input pipelines.

Instructor Details

Jose Marcial Portilla has a BS and MS in Mechanical Engineering from Santa Clara University and years of experience as a professional instructor and trainer for Data Science and programming. He has publications and patents in various fields such as microfluidics, materials science, and data science technologies. Over the course of his career he has developed a skill set in analyzing data and he hopes to use his experience in teaching and data science to help other people learn the power of programming the ability to analyze data, as well as present the data in clear and beautiful visualizations. Currently he works as the Head of Data Science for Pierian Data Inc. and provides in-person data science and python programming training courses to employees working at top companies, including General Electric, Cigna, The New York Times, Credit Suisse, and many more. Feel free to contact him on LinkedIn for more information on in-person training sessions or group training sessions in Las Vegas, NV.

Specification: Complete Tensorflow 2 and Keras Deep Learning Bootcamp

Duration

19 hours

Year

2022

Level

All

Certificate

Yes

Quizzes

Yes

40 reviews for Complete Tensorflow 2 and Keras Deep Learning Bootcamp

4.5 out of 5
31
5
3
1
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Marco Antonio Hernandez

    clear explanations. Useful code and exercises

    Helpful(0) Unhelpful(0)You have already voted this
  2. Aquib Ehtesham

    video is getting pause many times

    Helpful(0) Unhelpful(0)You have already voted this
  3. Ammar Naser

    excellent

    Helpful(0) Unhelpful(0)You have already voted this
  4. Vinod Kumar

    Wonderful course, precise to the point. Loved it. Thanks!

    Helpful(0) Unhelpful(0)You have already voted this
  5. Vi Ly

    I think it is useful for my shool

    Helpful(0) Unhelpful(0)You have already voted this
  6. Thiyagarajan Paramadayalan

    the instructor was very clearly communicating

    Helpful(0) Unhelpful(0)You have already voted this
  7. Teo Jun Yan Jonathan

    It was great, easy to follow the tutorials

    Helpful(0) Unhelpful(0)You have already voted this
  8. Siavash Saki

    Amazing Course. I learned so much. The concepts are explained very easy so that everybody can understand them. Jose makes Neural Networks and Deep Learning a piece of cake for you. Highly Recommended!

    Helpful(0) Unhelpful(0)You have already voted this
  9. Ishaan Das

    The pacing on the course is amazing. I really like the short tests that challenge your understanding. I’m starting section 5 so I’ll update this review once I have been through section 7.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Elio Jordan Lopes

    Constructively explained by the mentor. You’re making good content and imparting great knowledge Mr. Jose!

    Helpful(0) Unhelpful(0)You have already voted this
  11. Rangga Putra Pertama

    yes

    Helpful(0) Unhelpful(0)You have already voted this
  12. Jorge Luis Lopez Grisman

    f

    Helpful(0) Unhelpful(0)You have already voted this
  13. Anya Linley

    I took this course straight after Jose’s Python for Data Science and Machine Learning Bootcamp. This is a great follow on course which provides a nice introduction to TensorFlow with examples of various different types of neural network. Having taken this course, I feel ready to adapt these examples to my own needs. I’ve gained a high level understanding of how neural networks work and now have a starting point from which to work. Jose is very clear and engaging in his teaching and he responds quickly to any questions. Just don’t expect to be an expert at the end of the course since this is a HUGE topic. Happy learning!

    Helpful(0) Unhelpful(0)You have already voted this
  14. Francesco Fumagalli

    I come from Jose Portilla’s Python for Data Science and Machine Learning Bootcamp, so the first 7 parts were just a revision for me: I mostly skipped them jumping right to the exercise part, only going back in case I had forgotten something. And I had no prior web development knowledge, so I also just skimmed over the last part about Deployment. Despite the fact that this couse only provided 9 effective hours of contents, what content it was! It gives a way more in depth look on more modern Neural Networks, teaching you how to build Convolutional Neural Networks (for Image Recognition, for example), Recurring NNs (for time series predictions, including sales forecast, and a model that generates text in the style of Shakespeare), AutoEncoders (for Noise Removal and Compression) and Generative Adversary Networks (Networks that learn how to generate images similar to the ones you feed them). What a great course! My only complaint would be that at times it goes a bit too fast for me to follow, so I had to either stop the video while catching up or reduce the playback speed to 0.75x or 0.5x. But that’s a minor issue: I’ve learnt a lot, now I think I’ll spend some time trying to implement what I’ve learnt before jumping into another course, because it’s a lot of stuff and has to be properly digested. Thank you Jose, great course!

    Helpful(1) Unhelpful(0)You have already voted this
  15. Sid

    Amazing Course!

    Helpful(0) Unhelpful(0)You have already voted this
  16. Koushyar Rajavi

    I am taking this course after taking Python for Data Science and Machine Learning Bootcamp which I thoroughly enjoyed. The course is very similar to the previous course I took. Jose carefully goes through the topics with several examples and then there are very useful exercises that are helpful in better understanding the topics. So far I have enjoyed the course and hope that it continues in the same manner.

    Helpful(0) Unhelpful(0)You have already voted this
  17. Theophilus Siameh

    I don’t see anything new in this course from your previous tensorflow course except the deployment section (13)

    Helpful(0) Unhelpful(0)You have already voted this
  18. Johnny Diocena

    intuitive

    Helpful(0) Unhelpful(0)You have already voted this
  19. Olivia Mizumura

    The instructor, Jose, is extremely clear in his delivery of the concepts. He makes difficult and abstract ideas easy to understand, even for someone with little background in the field.

    Helpful(0) Unhelpful(0)You have already voted this
  20. Petja

    Perfekt!

    Helpful(0) Unhelpful(0)You have already voted this
  21. Mostafa Elsaadouny

    Thanks a lot for this amazing content and simple explanation. One of the best courses for deep learning.

    Helpful(0) Unhelpful(0)You have already voted this
  22. Mario Roberto Martinez

    Great setup video! I found it helpful.

    Helpful(0) Unhelpful(0)You have already voted this
  23. Yuri Turygin

    so far so good.

    Helpful(0) Unhelpful(0)You have already voted this
  24. Munum Butt

    Excellent course as usual, highly detailed and comprehensive

    Helpful(0) Unhelpful(0)You have already voted this
  25. Shubhendra Kumar

    The course was very good especially from the perspective of trying hands on practical use cases of tensorflow 2.0 and keras. Must do course for people aiming to develop the foundational and conceptual platform of deep learning modelling involving application on real world implementation techniques. However slight improvement on theoretical explanation and implementation in sections on RNN and GANs could have made. Overall a good to do course.

    Helpful(0) Unhelpful(0)You have already voted this
  26. Ronaka Roy Khatri

    Great course. Very simplified.

    Helpful(0) Unhelpful(0)You have already voted this
  27. Luka Kujundzic Lujan

    great course especially if you grab it on discount(which is quite often), but some former knowledge is recommended. Also if you get stuck on something, be ready to watch same lecture again, to google problems from other sources or even check other courses. (ha what do you think that you will learn ML/DL with just 1 course 🙂 🙂

    Helpful(0) Unhelpful(0)You have already voted this
  28. B. Sumanth Kumar

    it is good course to learn Tensorflow and python libraries. It definitely enhances our skills in using Tensorflow

    Helpful(0) Unhelpful(0)You have already voted this
  29. Francisco Massucci Silveira

    Jose Portilla, as usual, delivering great content and amazing courses. This is especially well done, with complex subjects being divided into small, understandable topics.

    Helpful(0) Unhelpful(0)You have already voted this
  30. Mel Awasi

    Excellent. Jose is the best!

    Helpful(0) Unhelpful(0)You have already voted this
  31. Yosh Noro

    Instructor is very competent. I wish if the explanations for the commands were a bit more deeper, and perhaps some tips on where to go to find more information.

    Helpful(0) Unhelpful(0)You have already voted this
  32. Sungbok Lee

    Nice explanation makes me easy to understand the content.

    Helpful(0) Unhelpful(0)You have already voted this
  33. Debora B. S. Paulo

    ser em portugu s

    Helpful(0) Unhelpful(0)You have already voted this
  34. Kishan Grewal

    Yes, I want to learn machine learning and this course is helping me

    Helpful(0) Unhelpful(0)You have already voted this
  35. Tian Jie

    I have gone through several courses taught by Jose the way he explain complex concepts in simple words really help me to learn and enhance my knowledge in respective domains. Looking forward to the learnings for the deep learning moving forward.

    Helpful(0) Unhelpful(0)You have already voted this
  36. Chandrodoy Pal

    Could be better if GAN could be implemented on different dataset as GAN on MNIST dataset is vey common and it is easily available everywhere.

    Helpful(0) Unhelpful(0)You have already voted this
  37. Liverios Papantoniou

    Jose is a great teacher, that is why I have taken some of his courses. He also escalates the subjects really well reaching a point where you have to search on your own to acquire greater knowledge, exactly as should be expected by online courses.

    Helpful(0) Unhelpful(0)You have already voted this
  38. Jonathan Lazzaro

    Great deep learning course! It covers a wide variety of key topics in an easy to follow manner. The NumPy, Pandas, and Seaborn crash courses were also very beneficial.

    Helpful(0) Unhelpful(0)You have already voted this
  39. Dr. Umesh Dutta

    Good course.

    Helpful(0) Unhelpful(0)You have already voted this
  40. Masiyandaita Majange

    Great course with clear explanations of theory and good coding practice. I don’t know web development but the Deployment section sparked my curiosity!

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Complete Tensorflow 2 and Keras Deep Learning Bootcamp
    Complete Tensorflow 2 and Keras Deep Learning Bootcamp

    $17.99

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare