A Practical Guide to Deep Learning with Keras
A Practical Guide to Deep Learning with Keras, available at $49.99, has an average rating of 4.63, with 29 lectures, 1 quizzes, based on 4 reviews, and has 57 subscribers.
You will learn about Install and configure Keras. Study Deep Convolutional Neural Networks. Develop a deep learning network from scratch with Keras using Python to solve a practical problem of classifying the traffic signs on the road. Get introduced to Computer Vision & Deep Learning. Setup and develop an environment with VM or Docker. Ipython and Jupyter notebook. Discover activation functions, forward propagation, backward propagation. Tensorboard and intuitions of filters and hyper-parameters. Deploy and evaluate for other real-world applications. Future work and readings! Learn Neural network style transfer – Image style translation and generation. Develop Game AI – Running game agents using Deep Q network. This course is ideal for individuals who are Software Developers, Data Scientists with experience in Machine Learning or an AI Programmer with some exposure to Neural Networks: looking to achieve the power of Artificial Intelligence and want to build some broad range of skills such as image translation, autonomous driving simulation, Deep Reinforcement Learning with AI! It is particularly useful for Software Developers, Data Scientists with experience in Machine Learning or an AI Programmer with some exposure to Neural Networks: looking to achieve the power of Artificial Intelligence and want to build some broad range of skills such as image translation, autonomous driving simulation, Deep Reinforcement Learning with AI!.
Enroll now: A Practical Guide to Deep Learning with Keras
Summary
Title: A Practical Guide to Deep Learning with Keras
Price: $49.99
Average Rating: 4.63
Number of Lectures: 29
Number of Quizzes: 1
Number of Published Lectures: 29
Number of Published Quizzes: 1
Number of Curriculum Items: 30
Number of Published Curriculum Objects: 30
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Install and configure Keras. Study Deep Convolutional Neural Networks.
- Develop a deep learning network from scratch with Keras using Python to solve a practical problem of classifying the traffic signs on the road.
- Get introduced to Computer Vision & Deep Learning.
- Setup and develop an environment with VM or Docker. Ipython and Jupyter notebook.
- Discover activation functions, forward propagation, backward propagation.
- Tensorboard and intuitions of filters and hyper-parameters.
- Deploy and evaluate for other real-world applications. Future work and readings!
- Learn Neural network style transfer – Image style translation and generation.
- Develop Game AI – Running game agents using Deep Q network.
Who Should Attend
- Software Developers, Data Scientists with experience in Machine Learning or an AI Programmer with some exposure to Neural Networks: looking to achieve the power of Artificial Intelligence and want to build some broad range of skills such as image translation, autonomous driving simulation, Deep Reinforcement Learning with AI!
Target Audiences
- Software Developers, Data Scientists with experience in Machine Learning or an AI Programmer with some exposure to Neural Networks: looking to achieve the power of Artificial Intelligence and want to build some broad range of skills such as image translation, autonomous driving simulation, Deep Reinforcement Learning with AI!
Keras is an Open source Neural Network library written in Python. It is a Deep Learning library for fast, efficient training of Deep Learning models. It is a minimal, highly modular framework that runs on both CPUs and GPUs and allows you to put your ideas into action in the shortest possible time. Because it is lightweight and very easy to use, Keras has gained quite a lot of popularity in a very short time.
This comprehensive 3-in-1 course takes a step-by-step practical approach to implement fast and efficient Deep Learning models: Projects on Image Processing and Reinforcement Learning. Initially, you’ll learn backpropagation, install and configure Keras to understand callbacks and customize the process. You’ll develop a deep learning network from scratch with Keras using Python to solve a practical problem of classifying the traffic signs on the road. Finally, you’ll get to grips with Keras to implement fast and efficient deep-learning models with ease.
Towards the end of this course, you’ll use AI with Keras for building complex Deep Learning networks with fewer lines of coding in Python.
Contents and Overview
This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.
The first course, Deep Learning with Keras, covers implementing deep learning neural networks with Python. Keras is a high-level neural network library written in Python and runs on top of either Theano or TensorFlow. It is a minimal, highly modular framework that runs on both CPUs and GPUs and allows you to put your ideas into action in the shortest possible time. This course will help you get started with the basics of Keras, in a highly practical manner.
The second course, Hands-On Artificial Intelligence with Keras and Python,covers how to use AI with Keras for building complex Deep Learning networks with fewer lines of coding in Python. This course will help you learn by doing an industry relevant problem in image processing domain, develop and understand automation and AI techniques. You will learn how to harness the power of algorithms by creating apps which intelligently interact with the world around you, addressing common challenges faced in AI ecosystem. By the end of the course, you will be able to build real-world artificial intelligence applications using Keras and Python.
Towards the end of this course, you’ll use AI with Keras for building complex Deep Learning networks with fewer lines of coding in Python.
About the Authors
-
Antonio Gulli is a software executive and business leader with a passion for establishing and managing global technological talent, innovation, and execution. He is an expert in search engines, online services, machine learning, information retrieval, analytics, and cloud computing. So far, he has been lucky enough to gain professional experience in four different countries in Europe and has managed people in six different countries in Europe and America. Antonio served as CEO, GM, CTO, VP, director, and site lead in multiple fields ranging from publishing (Elsevier) to consumer internet (Ask .com and Tiscali) and high-tech R&D (Microsoft and Google).
-
Sujit Palis a technology research director at Elsevier Labs, working on building intelligent systems around research content and metadata. His primary interests are information retrieval, ontologies, natural language processing, machine learning, and distributed processing. He is currently working on image classification and similarity using deep learning models. Prior to this, he worked in the consumer healthcare industry, where he helped build ontology-backed semantic search, contextual advertising, and EMR data processing platforms. He writes about technology on his blog at Salmon Run.
-
Sandipan Das is working as a senior software engineer in the field of perception within the Autonomous vehicles industry in Sweden. He has more than 8 years of experience in developing and architecting various software components. He understands the industry needs and the gaps in between a traditional university degree and the job requirements in the industry. He has worked extensively on various neural network architectures and deployed them in real vehicles for various perception tasks in real-time.
Course Curriculum
Chapter 1: Deep Learning with Keras
Lecture 1: The Course Overview
Lecture 2: Perceptron
Lecture 3: Building a Network to Recognize Handwritten Numbers
Lecture 4: Playing Around with the Parameters to Improve Performance
Lecture 5: Installing and Configuring Keras
Lecture 6: Keras API
Lecture 7: Callbacks for Customizing the Training Process
Lecture 8: Deep Convolutional Neural Network – DCNN
Lecture 9: Recognizing CIFAR-10 Images with Deep Learning
Chapter 2: Hands-On Artificial Intelligence with Keras and Python
Lecture 1: The Course Overview
Lecture 2: AI, Machine Learning, Deep Learning Overview
Lecture 3: Keras Overview
Lecture 4: Development Environment Setup
Lecture 5: Deep Learning(DL)
Lecture 6: Deep Neural Nets : Forward and Backward Propagation
Lecture 7: CNN Intuition
Lecture 8: Autonomous Driving Simulator
Lecture 9: Running in Autonomous Mode
Lecture 10: Reinforcement Learning and Q-Learning for Game AI
Lecture 11: Setting up Game Environment – OpenAI Gym with Keras
Lecture 12: Developing DQN-Based Dino Run Game
Lecture 13: Developing Model for Dino Run Game to Run in AI Mode
Lecture 14: Neural Network Style Transfer
Lecture 15: Neural Network Style Transfer – CNN Code Using Keras
Lecture 16: Generative Adversarial Network
Lecture 17: Style Transfer – CGAN Code
Lecture 18: CNN Problem and Trends
Lecture 19: RL Problems and Trends
Lecture 20: GAN Problems and Trends
Instructors
-
Packt Publishing
Tech Knowledge in Motion
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 0 votes
- 5 stars: 3 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024