Karthik Ramasubramanian - Böcker
Visar alla böcker från författaren Karthik Ramasubramanian. Handla med fri frakt och snabb leverans.
3 produkter
3 produkter
656 kr
Skickas inom 10-15 vardagar
Examine the latest technological advancements in building a scalable machine-learning model with big data using R. This second edition shows you how to work with a machine-learning algorithm and use it to build a ML model from raw data. You will see how to use R programming with TensorFlow, thus avoiding the effort of learning Python if you are only comfortable with R.As in the first edition, the authors have kept the fine balance of theory and application of machine learning through various real-world use-cases which gives you a comprehensive collection of topics in machine learning. New chapters in this edition cover time series models and deep learning.What You'll Learn Understand machine learning algorithms using RMaster the process of building machine-learning models Cover the theoretical foundations of machine-learning algorithmsSee industry focused real-world use casesTackle time series modeling in RApply deep learning using Keras and TensorFlow in RWho This Book is ForData scientists, data science professionals, and researchers in academia who want to understand the nuances of machine-learning approaches/algorithms in practice using R.
Building an Enterprise Chatbot
Work with Protected Enterprise Data Using Open Source Frameworks
Häftad, Engelska, 2019
606 kr
Skickas inom 10-15 vardagar
Explore the adoption of chatbots in business by focusing on the design, deployment, and continuous improvement of chatbots in a business, with a single use-case from the banking and insurance sector. This book starts by identifying the business processes in the banking and insurance industry. This involves data collection from sources such as conversations from customer service centers, online chats, emails, and other NLP sources. You’ll then design the solution architecture of the chatbot. Once the architecture is framed, the author goes on to explain natural language understanding (NLU), natural language processing (NLP), and natural language generation (NLG) with examples. In the next sections, you'll design and implement the backend framework of a typical chatbot from scratch. You will also explore some popular open-source chatbot frameworks such as Dialogflow and LUIS. The authors then explain how you can integrate various third-party services and enterprise databases with the custom chatbot framework. In the final section, you'll discuss how to deploy the custom chatbot framework on the AWS cloud.By the end of Building an Enterprise Chatbot, you will be able to design and develop an enterprise-ready conversational chatbot using an open source development platform to serve the end user.What You Will LearnIdentify business processes where chatbots could be usedFocus on building a chatbot for one industry and one use-case rather than building a ubiquitous and generic chatbot Design the solution architecture for a chatbotIntegrate chatbots with internal data sources using APIsDiscover the differences between natural language understanding (NLU), natural language processing (NLP), and natural language generation (NLG) Work with deployment and continuous improvement through representational learningWho This Book Is ForData scientists and enterprise architects who are currently looking to deploy chatbot solutions to their business.
Applied Supervised Learning with R
Use machine learning libraries of R to build models that solve business problems and predict future trends
Häftad, Engelska, 2019
589 kr
Skickas inom 5-8 vardagar
Learn the ropes of supervised machine learning with R by studying popular real-world use cases, and understand how it drives object detection in driverless cars, customer churn, and loan default prediction.Key FeaturesStudy supervised learning algorithms by using real-world datasetsFine-tune optimal parameters with hyperparameter optimizationSelect the best algorithm using the model evaluation frameworkBook DescriptionR provides excellent visualization features that are essential for exploring data before using it in automated learning.Applied Supervised Learning with R helps you cover the complete process of employing R to develop applications using supervised machine learning algorithms for your business needs. The book starts by helping you develop your analytical thinking to create a problem statement using business inputs and domain research. You will then learn different evaluation metrics that compare various algorithms, and later progress to using these metrics to select the best algorithm for your problem. After finalizing the algorithm you want to use, you will study the hyperparameter optimization technique to fine-tune your set of optimal parameters. The book demonstrates how you can add different regularization terms to avoid overfitting your model.By the end of this book, you will have gained the advanced skills you need for modeling a supervised machine learning algorithm that precisely fulfills your business needs.What you will learnDevelop analytical thinking to precisely identify a business problemWrangle data with dplyr, tidyr, and reshape2Visualize data with ggplot2Validate your supervised machine learning model using k-foldOptimize hyperparameters with grid and random search, and Bayesian optimizationDeploy your model on Amazon Web Services (AWS) Lambda with plumberImprove your model's performance with feature selection and dimensionality reductionWho this book is forThis book is specially designed for beginner and intermediate-level data analysts, data scientists, and data engineers who want to explore different methods of supervised machine learning and its use cases. Some background in statistics, probability, calculus, linear algebra, and programming will help you thoroughly understand and follow the concepts covered in this book.