본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Practical Convolutional Neural Network 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Practical Convolutional Neural Network

Implement advanced deep learning models using Python
소장전자책 정가15,000
판매가15,000
Practical Convolutional Neural Network 표지 이미지

Practical Convolutional Neural Network작품 소개

<Practical Convolutional Neural Network> ▶Book Description
Convolutional Neural Network (CNN) is revolutionizing several application domains such as visual recognition systems, self-driving cars, medical discoveries, innovative eCommerce and more.You will learn to create innovative solutions around image and video analytics to solve complex machine learning and computer vision related problems and implement real-life CNN models.
This book starts with an overview of deep neural networkswith the example of image classification and walks you through building your first CNN for human face detector. We will learn to use concepts like transfer learning with CNN, and Auto-Encoders to build very powerful models, even when not much of supervised training data of labeled images is available.
Later we build upon the learning achieved to build advanced vision related algorithms for object detection, instance segmentation, generative adversarial networks, image captioning, attention mechanisms for vision, and recurrent models for vision.
By the end of this book, you should be ready to implement advanced, effective and efficient CNN models at your professional project or personal initiatives by working on complex image and video datasets

▶What You Will Learn
⦁ From CNN basic building blocks to advanced concepts understand practical areas they can be applied to
⦁ Build an image classifier CNN model to understand how different components interact with each other, and then learn how to optimize it
⦁ Learn different algorithms that can be applied to Object Detection, and Instance Segmentation
⦁ Learn advanced concepts like attention mechanisms for CNN to improve prediction accuracy
⦁ Understand transfer learning and implement award-winning CNN architectures like AlexNet, VGG, GoogLeNet, ResNet and more
⦁ Understand the working of generative adversarial networks and how it can create new, unseen images

▶Key Features
⦁ Fast-paced guide with use cases and real-world examples to get well versed with CNN techniques
⦁ Implement CNN models on image classification, transfer learning, Object Detection, Instance Segmentation, GANs and more
⦁ Implement powerful use-cases like image captioning, reinforcement learning for hard attention, and recurrent attention models

▶Who This Book Is For
This book is for data scientists, machine learning, and deep learning practitioners, and cognitive and artificial intelligence enthusiasts who want to move one step further in building CNNs. Get hands-on experience with extreme datasets and different CNN architectures to build efficient and smart ConvNet models. Basic knowledge of deep
learning concepts and Python programming language is expected.

▶What this book covers
⦁ Chapter 1, Deep Neural Networks - Overview, it gives a quick refresher of the science of deep neural networks and different frameworks that can be used to implement such networks, with the mathematics behind them.
⦁ Chapter 2, Introduction to Convolutional Neural Networks, it introduces the readers to convolutional neural networks and shows how deep learning can be used to extract insights from images.
⦁ Chapter 3, Build Your First CNN and Performance Optimization, constructs a simple CNN model for image classification from scratch, and explains how to tune hyperparameters and optimize training time and performance of CNNs for improved efficiency and accuracy
respectively.
⦁ Chapter 4, Popular CNN Model Architectures, shows the advantages and working of different popular (and award winning) CNN architectures, how they differ from each other, and how to use them.
⦁ Chapter 5, Transfer Learning, teaches you to take an existing pretrained network and adapt it to a new and different dataset. There is also a custom classification problem for a real-life application using a technique called transfer learning.
⦁ Chapter 6, Autoencoders for CNN, introduces an unsupervised learning technique called autoencoders. We walk through different applications of autoencoders for CNN, such as image compression.
⦁ Chapter 7, Object Detection and Instance Segmentation with CNN, teaches the difference between object detection, instance segmentation, and image classification. We then learn multiple techniques for object detection and instance segmentation with CNNs.
⦁ Chapter 8, GAN—.Generating New Images with CNN, explores generative CNN Networks, and then we combine them with our learned discriminative CNN networks to create new images with CNN/GAN.
⦁ Chapter 9, Attention Mechanism for CNN and Visual Models, teaches the intuition behind attention in deep learning and learn how attention-based models are used to implement some advanced solutions (image captioning and RAM). We also understand the different types of attention and the role of reinforcement learning with respect to the hard attention mechanism.



출판사 서평

▶Editorial Review
CNNs are revolutionizing several application domains, such as visual recognition systems, self-driving cars, medical discoveries, innovative e-commerce, and many more. This book gets you started with the building blocks of CNNs, while also guiding you through the best practices for implementing real-life CNN models and solutions. You will learn to create innovative solutions for image and video analytics to solve complex machine learning and computer vision problems.
This book starts with an overview of deep neural networks, with an example of image classification, and walks you through building your first CNN model. You will learn concepts such as transfer learning and autoencoders with CNN that will enable you to build very powerful models, even with limited supervised (labeled image) training data. Later we build upon these learnings to achieve advanced vision-related algorithms and solutions for object detection, instance segmentation, generative (adversarial) networks, image captioning, attention mechanisms, and recurrent attention models for vision.
Besides giving you hands-on experience with the most intriguing vision models and architectures, this book explores cutting-edge and very recent researches in the areas of CNN and computer vision. This enable the user to foresee the future in this field and quickstart their innovation journey using advanced CNN solutions.
By the end of this book, you should be ready to implement advanced, effective, and efficient CNN models in your professional projects or personal initiatives while working on complex images and video datasets.


저자 소개

⦁ Mohit Sewak
Mohit Sewak is a Sr. Cognitive Data Scientist with IBM, and a Ph.D. scholar in AI & CS with BITS Pilani. He holds several Patents and Publications in AI, Deep Learning, and Machine Learning. He has been the Lead Data Scientist for some of the very successful global AI/ ML software and Industry solutions and had been earlier engaged with solutioning and research for Watson Cognitive Commerce product line. He has 14 years of very rich experience in architecting and solutioning with technologies like TensorFlow, Torch, Caffe, Theano, Keras, Watson and others.

⦁ Md. Rezaul Karim
Md. Rezaul Karim is a Research Scientist at Fraunhofer FIT, Germany. He is also a PhD candidate at RWTH Aachen University, Germany. Before joining FIT, he worked as a Researcher at the Insight Centre for Data Analytics, Ireland. Earlier, he worked as a Lead Engineer at Samsung Electronics, Korea.
He has 9 years of R&D experience with C++, Java, R, Scala, and Python. He has published several research papers concerning bioinformatics, big data, and deep learning. He has practical working experience with Spark, Zeppelin, Hadoop, Keras, Scikit-Learn, TensorFlow, DeepLearning4j, MXNet, and H2O.

⦁ Pradeep Pujari
Pradeep Pujari is machine learning engineer at Walmart Labs and distinguished member of ACM. His core domain expertise is in information retrieval, machine learning and natural language processing. In off hours, he loves exploring AI technologies, enjoys reading and mentoring.

목차

▶TABLE of CONTENTS
1: DEEP NEURAL NETWORKS – OVERVIEW
2: INTRODUCTION TO CONVOLUTIONAL NEURAL NETWORKS
3: BUILD YOUR FIRST CNN AND PERFORMANCE OPTIMIZATION
4: POPULAR CNN MODEL ARCHITECTURES
5: TRANSFER LEARNING
6: AUTOENCODERS FOR CNN
7: OBJECT DETECTION AND INSTANCE SEGMENTATION WITH CNN
8: GAN: GENERATING NEW IMAGES WITH CNN
9: ATTENTION MECHANISM FOR CNN AND VISUAL MODELS


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전