De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af Vaibhav Verdhan

Filter
Filter
Sorter efterSorter Populære
  • af Vaibhav Verdhan
    488,95 kr.

    Models and Algorithms for Unsupervised Learning introduces mathematical techniques, key algorithms, and Python implementations that will help you build machine learning models for unannotated data.Youll master everything from kmeans and hierarchical clustering, to advanced neural networks like GANs and Restricted Boltzmann Machines. Youll learn the business use case for different models, and master best practices for structured, text, and image data. Each new algorithm is introduced with a case study for retail, aviation, banking, and moreand youll develop a Python solution to fix each of these real-world problems. At the end of each chapter, youll find quizzes, practice datasets, and links to research papers to help you lock in what youve learned and expand your knowledge.

  • - Neural Network Architectures with Python and Keras
    af Vaibhav Verdhan
    414,95 kr.

    Organizations spend huge resources in developing software that can perform the way a human does. Image classification, object detection and tracking, pose estimation, facial recognition, and sentiment estimation all play a major role in solving computer vision problems. This book will bring into focus these and other deep learning architectures and techniques to help you create solutions using Keras and the TensorFlow library. You'll also review mutliple neural network architectures, including LeNet, AlexNet, VGG, Inception, R-CNN, Fast R-CNN, Faster R-CNN, Mask R-CNN, YOLO, and SqueezeNet and see how they work alongside Python code via best practices, tips, tricks, shortcuts, and pitfalls. All code snippets will be broken down and discussed thoroughly so you can implement the same principles in your respective environments.Computer Vision Using Deep Learning offers a comprehensive yet succinct guide that stitches DL and CV together to automate operations, reduce human intervention, increase capability, and cut the costs. What You'll LearnExamine deep learning code and concepts to apply guiding principals to your own projectsClassify and evaluate various architectures to better understand your options in various use casesGo behind the scenes of basic deep learning functions to find out how they workWho This Book Is ForProfessional practitioners working in the fields of software engineering and data science. A working knowledge of Python is strongly recommended. Students and innovators working on advanced degrees in areas related to computer vision and Deep Learning.

  • - Concepts and Practical Implementation Using Python
    af Vaibhav Verdhan
    419,95 kr.

    Gain a thorough understanding of supervised learning algorithms by developing use cases with Python. You will study supervised learning concepts, Python code, datasets, best practices, resolution of common issues and pitfalls, and practical knowledge of implementing algorithms for structured as well as text and images datasets.You'll start with an introduction to machine learning, highlighting the differences between supervised, semi-supervised and unsupervised learning. In the following chapters you'll study regression and classification problems, mathematics behind them, algorithms like Linear Regression, Logistic Regression, Decision Tree, KNN, Naive Bayes, and advanced algorithms like Random Forest, SVM, Gradient Boosting and Neural Networks. Python implementation is provided for all the algorithms. You'll conclude with an end-to-end model development process including deployment and maintenance of the model.After reading Supervised Learning with Python you'll have a broad understanding of supervised learning and its practical implementation, and be able to run the code and extend it in an innovative manner.What You'll LearnReview the fundamental building blocks and concepts of supervised learning using PythonDevelop supervised learning solutions for structured data as well as text and images Solve issues around overfitting, feature engineering, data cleansing, and cross-validation for building best fit modelsUnderstand the end-to-end model cycle from business problem definition to model deployment and model maintenance Avoid the common pitfalls and adhere to best practices while creating a supervised learning model using PythonWho This Book Is ForData scientists or data analysts interested in best practices and standards for supervised learning, and using classification algorithms and regression techniques to develop predictive models.