Rajalingappaa Shanmugamani – författare
Visar alla böcker från författaren Rajalingappaa Shanmugamani. Handla med fri frakt och snabb leverans.
5 produkter
5 produkter
Deep Learning for Computer Vision
Expert techniques to train advanced neural networks using TensorFlow and Keras
Häftad, Engelska, 2018
573 kr
Skickas inom 5-8 vardagar
Learn how to model and train advanced neural networks to implement a variety of Computer Vision tasksKey FeaturesTrain different kinds of deep learning model from scratch to solve specific problems in Computer VisionCombine the power of Python, Keras, and TensorFlow to build deep learning models for object detection, image classification, similarity learning, image captioning, and moreIncludes tips on optimizing and improving the performance of your models under various constraintsBook DescriptionDeep learning has shown its power in several application areas of Artificial Intelligence, especially in Computer Vision. Computer Vision is the science of understanding and manipulating images, and finds enormous applications in the areas of robotics, automation, and so on. This book will also show you, with practical examples, how to develop Computer Vision applications by leveraging the power of deep learning. In this book, you will learn different techniques related to object classification, object detection, image segmentation, captioning, image generation, face analysis, and more. You will also explore their applications using popular Python libraries such as TensorFlow and Keras. This book will help you master state-of-the-art, deep learning algorithms and their implementation.What you will learnSet up an environment for deep learning with Python, TensorFlow, and KerasDefine and train a model for image and video classificationUse features from a pre-trained Convolutional Neural Network model for image retrievalUnderstand and implement object detection using the real-world Pedestrian Detection scenarioLearn about various problems in image captioning and how to overcome them by training images and text togetherImplement similarity matching and train a model for face recognitionUnderstand the concept of generative models and use them for image generationDeploy your deep learning models and optimize them for high performanceWho this book is forThis book is targeted at data scientists and Computer Vision practitioners who wish to apply the concepts of Deep Learning to overcome any problem related to Computer Vision. A basic knowledge of programming in Python—and some understanding of machine learning concepts—is required to get the best out of this book.
Python Reinforcement Learning Projects
Eight hands-on projects exploring reinforcement learning algorithms using TensorFlow
Häftad, Engelska, 2018
637 kr
Skickas inom 5-8 vardagar
Implement state-of-the-art deep reinforcement learning algorithms using Python and its powerful librariesKey FeaturesImplement Q-learning and Markov models with Python and OpenAIExplore the power of TensorFlow to build self-learning modelsEight AI projects to gain confidence in building self-trained applicationsBook DescriptionReinforcement learning is one of the most exciting and rapidly growing fields in machine learning. This is due to the many novel algorithms developed and incredible results published in recent years.In this book, you will learn about the core concepts of RL including Q-learning, policy gradients, Monte Carlo processes, and several deep reinforcement learning algorithms. As you make your way through the book, you'll work on projects with datasets of various modalities including image, text, and video. You will gain experience in several domains, including gaming, image processing, and physical simulations. You'll explore technologies such as TensorFlow and OpenAI Gym to implement deep learning reinforcement learning algorithms that also predict stock prices, generate natural language, and even build other neural networks.By the end of this book, you will have hands-on experience with eight reinforcement learning projects, each addressing different topics and/or algorithms. We hope these practical exercises will provide you with better intuition and insight about the field of reinforcement learning and how to apply its algorithms to various problems in real life.What you will learnTrain and evaluate neural networks built using TensorFlow for RLUse RL algorithms in Python and TensorFlow to solve CartPole balancingCreate deep reinforcement learning algorithms to play Atari gamesDeploy RL algorithms using OpenAI UniverseDevelop an agent to chat with humansImplement basic actor-critic algorithms for continuous controlApply advanced deep RL algorithms to games such as MinecraftAutogenerate an image classifier using RLWho this book is forPython Reinforcement Learning Projects is for data analysts, data scientists, and machine learning professionals, who have working knowledge of machine learning techniques and are looking to build better performing, automated, and optimized deep learning models. Individuals who want to work on self-learning model projects will also find this book useful.
Hands-On Natural Language Processing with Python
A practical guide to applying deep learning architectures to your NLP applications
Häftad, Engelska, 2018
573 kr
Skickas inom 5-8 vardagar
Foster your NLP applications with the help of deep learning, NLTK, and TensorFlowKey FeaturesWeave neural networks into linguistic applications across various platformsPerform NLP tasks and train its models using NLTK and TensorFlowBoost your NLP models with strong deep learning architectures such as CNNs and RNNsBook DescriptionNatural language processing (NLP) has found its application in various domains, such as web search, advertisements, and customer services, and with the help of deep learning, we can enhance its performances in these areas. Hands-On Natural Language Processing with Python teaches you how to leverage deep learning models for performing various NLP tasks, along with best practices in dealing with today’s NLP challenges.To begin with, you will understand the core concepts of NLP and deep learning, such as Convolutional Neural Networks (CNNs), recurrent neural networks (RNNs), semantic embedding, Word2vec, and more. You will learn how to perform each and every task of NLP using neural networks, in which you will train and deploy neural networks in your NLP applications. You will get accustomed to using RNNs and CNNs in various application areas, such as text classification and sequence labeling, which are essential in the application of sentiment analysis, customer service chatbots, and anomaly detection. You will be equipped with practical knowledge in order to implement deep learning in your linguistic applications using Python's popular deep learning library, TensorFlow.By the end of this book, you will be well versed in building deep learning-backed NLP applications, along with overcoming NLP challenges with best practices developed by domain experts.What you will learnImplement semantic embedding of words to classify and find entitiesConvert words to vectors by training in order to perform arithmetic operationsTrain a deep learning model to detect classification of tweets and newsImplement a question-answer model with search and RNN modelsTrain models for various text classification datasets using CNNImplement WaveNet a deep generative model for producing a natural-sounding voiceConvert voice-to-text and text-to-voiceTrain a model to convert speech-to-text using DeepSpeechWho this book is forHands-on Natural Language Processing with Python is for you if you are a developer, machine learning or an NLP engineer who wants to build a deep learning application that leverages NLP techniques. This comprehensive guide is also useful for deep learning users who want to extend their deep learning skills in building NLP applications. All you need is the basics of machine learning and Python to enjoy the book.
Python: Advanced Guide to Artificial Intelligence
Expert machine learning systems and intelligent agents using Python
Häftad, Engelska, 2018
621 kr
Skickas inom 5-8 vardagar
Demystify the complexity of machine learning techniques and create evolving, clever solutions to solve your problemsKey FeaturesMaster supervised, unsupervised, and semi-supervised ML algorithms and their implementation Build deep learning models for object detection, image classification, similarity learning, and moreBuild, deploy, and scale end-to-end deep neural network models in a production environmentBook DescriptionThis Learning Path is your complete guide to quickly getting to grips with popular machine learning algorithms. You'll be introduced to the most widely used algorithms in supervised, unsupervised, and semi-supervised machine learning, and learn how to use them in the best possible manner. Ranging from Bayesian models to the MCMC algorithm to Hidden Markov models, this Learning Path will teach you how to extract features from your dataset and perform dimensionality reduction by making use of Python-based libraries. You'll bring the use of TensorFlow and Keras to build deep learning models, using concepts such as transfer learning, generative adversarial networks, and deep reinforcement learning. Next, you'll learn the advanced features of TensorFlow1.x, such as distributed TensorFlow with TF clusters, deploy production models with TensorFlow Serving. You'll implement different techniques related to object classification, object detection, image segmentation, and more. By the end of this Learning Path, you'll have obtained in-depth knowledge of TensorFlow, making you the go-to person for solving artificial intelligence problemsThis Learning Path includes content from the following Packt products:Mastering Machine Learning Algorithms by Giuseppe BonaccorsoMastering TensorFlow 1.x by Armando FandangoDeep Learning for Computer Vision by Rajalingappaa ShanmugamaniWhat you will learnExplore how an ML model can be trained, optimized, and evaluatedWork with Autoencoders and Generative Adversarial NetworksExplore the most important Reinforcement Learning techniquesBuild end-to-end deep learning (CNN, RNN, and Autoencoders) modelsWho this book is forThis Learning Path is for data scientists, machine learning engineers, artificial intelligence engineers who want to delve into complex machine learning algorithms, calibrate models, and improve the predictions of the trained model. You will encounter the advanced intricacies and complex use cases of deep learning and AI. A basic knowledge of programming in Python and some understanding of machine learning concepts are required to get the best out of this Learning Path.
Python Reinforcement Learning
Solve complex real-world problems by mastering reinforcement learning algorithms using OpenAI Gym and TensorFlow
Häftad, Engelska, 2019
621 kr
Skickas inom 5-8 vardagar
Apply modern reinforcement learning and deep reinforcement learning methods using Python and its powerful librariesKey FeaturesYour entry point into the world of artificial intelligence using the power of PythonAn example-rich guide to master various RL and DRL algorithmsExplore the power of modern Python libraries to gain confidence in building self-trained applicationsBook DescriptionReinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. This Learning Path will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms.The Learning Path starts with an introduction to RL followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. You'll also work on various datasets including image, text, and video. This example-rich guide will introduce you to deep RL algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will gain experience in several domains, including gaming, image processing, and physical simulations. You'll explore TensorFlow and OpenAI Gym to implement algorithms that also predict stock prices, generate natural language, and even build other neural networks. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many of the recent advancements in RL.By the end of the Learning Path, you will have all the knowledge and experience needed to implement RL and deep RL in your projects, and you enter the world of artificial intelligence to solve various real-life problems.This Learning Path includes content from the following Packt products:Hands-On Reinforcement Learning with Python by Sudharsan RavichandiranPython Reinforcement Learning Projects by Sean Saito, Yang Wenzhuo, and Rajalingappaa ShanmugamaniWhat you will learnTrain an agent to walk using OpenAI Gym and TensorFlowSolve multi-armed-bandit problems using various algorithmsBuild intelligent agents using the DRQN algorithm to play the Doom gameTeach your agent to play Connect4 using AlphaGo ZeroDefeat Atari arcade games using the value iteration methodDiscover how to deal with discrete and continuous action spaces in various environmentsWho this book is forIf you’re an ML/DL enthusiast interested in AI and want to explore RL and deep RL from scratch, this Learning Path is for you. Prior knowledge of linear algebra is expected.