°£Æí°áÁ¦, ½Å¿ëÄ«µå û±¸ÇÒÀÎ
ÀÎÅÍÆÄÅ© ·Ôµ¥Ä«µå 5% (51,300¿ø)
(ÃÖ´ëÇÒÀÎ 10¸¸¿ø / Àü¿ù½ÇÀû 40¸¸¿ø)
ºÏÇǴϾð ·Ôµ¥Ä«µå 30% (37,800¿ø)
(ÃÖ´ëÇÒÀÎ 3¸¸¿ø / 3¸¸¿ø ÀÌ»ó °áÁ¦)
NH¼îÇÎ&ÀÎÅÍÆÄÅ©Ä«µå 20% (43,200¿ø)
(ÃÖ´ëÇÒÀÎ 4¸¸¿ø / 2¸¸¿ø ÀÌ»ó °áÁ¦)
Close

TensorFlow 2.0 Computer Vision Cookbook

¼Òµæ°øÁ¦

2013³â 9¿ù 9ÀÏ ÀÌÈÄ ´©Àû¼öÄ¡ÀÔ´Ï´Ù.

°øÀ¯Çϱâ
  • Àú : Jesus Martinez
  • ÃâÆÇ»ç : Packt
  • ¹ßÇà : 2021³â 05¿ù 01ÀÏ
  • Âʼö : 518
  • ISBN : 9781838829131
Á¤°¡

54,000¿ø

  • 54,000¿ø

    1,620P (3%Àû¸³)

ÇÒÀÎÇýÅÃ
Àû¸³ÇýÅÃ
  • S-Point Àû¸³Àº ¸¶ÀÌÆäÀÌÁö¿¡¼­ Á÷Á¢ ±¸¸ÅÈ®Á¤ÇϽŠ°æ¿ì¸¸ Àû¸³ µË´Ï´Ù.
Ãß°¡ÇýÅÃ
¹è¼ÛÁ¤º¸
  • 4/25(¸ñ) À̳» ¹ß¼Û ¿¹Á¤  (¼­¿ï½Ã °­³²±¸ »ï¼º·Î 512)
  • ¹«·á¹è¼Û
ÁÖ¹®¼ö·®
°¨¼Ò Áõ°¡
  • À̺¥Æ®/±âȹÀü

  • ¿¬°üµµ¼­

  • »óÇ°±Ç

AD

¸ñÂ÷

Chapter 1: Getting Started with TensorFlow 2.x for Computer Vision
Technical requirements
Working with the basic building blocks of the Keras API
Getting ready
How to do it
How it works
See also
Loading images using the Keras API
Getting ready
How to do it
How it works
See also
Loading images using the tf.data.Dataset API
How to do it
How it works
See also
Saving and loading a model
How to do it
How it works
There's more
Visualizing a model's architecture
Getting ready
How to do it
How it works
Creating a basic image classifier
Getting ready
How to do it
How it works
See also
Chapter 2: Performing Image Classification
Technical requirements
Creating a binary classifier to detect smiles
Getting ready
How to do it
How it works
See also
Creating a multi-class classifier to play rock paper scissors
Getting ready
How to do it
How it works
Creating a multi-label classifier to label watches
Getting ready
How to do it
How it works
See also
Implementing ResNet from scratch
Getting ready
How to do it
How it works
See also
Classifying images with a pre-trained network using the Keras API
Getting ready
How to do it
How it works
See also
Classifying images with a pre-trained network using TensorFlow Hub
Getting ready
How to do it
How it works
See also
Using data augmentation to improve performance with the Keras API
Getting ready
How to do it
How it works
See also
Using data augmentation to improve performance with the tf.data and tf.image APIs
Getting ready
How to do it
How it works
See also
Chapter 3: Harnessing the Power of Pre-Trained Networks with Transfer Learning
Technical requirements
Implementing a feature extractor using a pre-trained network
Getting ready
How to do it
How it works
See also
Training a simple classifier on extracted features
Getting ready
How to do it
How it works
See also
Spot-checking extractors and classifiers
Getting ready
How to do it
How it works
Using incremental learning to train a classifier
Getting ready
How to do it
How it works
Fine-tuning a network using the Keras API
Getting ready
How to do it
How it works
See also
Fine-tuning a network using TFHub
Getting ready
How to do it
How it works
See also
Chapter 4: Enhancing and Styling Images with DeepDream, Neural Style Transfer, and Image Super-Resolution
Technical requirements
Implementing DeepDream
Getting ready
How to do it
How it works
See also
Generating your own dreamy images
Getting ready
How to do it
How it works
Implementing Neural Style Transfer
Getting ready
How to do it
How it works
See also
Applying style transfer to custom images
Getting ready
How to do it
How it works
See also
Applying style transfer with TFHub
Getting ready
How to do it
How it works
See also
Improving image resolution with deep learning
Getting ready
How to do it
How it works
See also
Chapter 5: Reducing Noise with Autoencoders
Technical requirements
Creating a simple fully connected autoencoder
Getting ready
How to do it
How it works
See also
Creating a convolutional autoencoder
Getting ready
How to do it
How it works
See also
Denoising images with autoencoders
Getting ready
How to do it
How it works
Spotting outliers using autoencoders
Getting ready
How to do it
How it works
Creating an inverse image search index with deep learning
Getting ready
How to do it
How it works
See also
Implementing a variational autoencoder
Getting ready
How to do it
How it works
See also
Chapter 6: Generative Models and Adversarial Attacks
Technical requirements
Implementing a deep convolutional GAN
Getting ready
How to do it
How it works
See also
Using a DCGAN for semi-supervised learning
Getting ready
How to do it
How it works
See also
Translating images with Pix2Pix
Getting ready
How to do it
How it works
See also
Translating unpaired images with CycleGAN
Getting ready
How to do it
How it works
See also
Implementing an adversarial attack using the Fast Gradient Signed Method
Getting ready
How to do it
How it works
See also
Chapter 7: Captioning Images with CNNs and RNNs
Technical requirements
Implementing a reusable image caption feature extractor
Getting ready
How to do it
How it works
See also
Implementing an image captioning network
Getting ready
How to do it
How it works
See also
Generating captions for your own photos
Getting ready
How to do it
How it works
Implementing an image captioning network on COCO with attention
Getting ready
How to do it
Chapter 8: Fine-Grained Understanding of Images through Segmentation
Technical requirements
Creating a fully convolutional network for image segmentation
Getting ready
How to do it
How it works
See also
Implementing a U-Net from scratch
Getting ready
How to do it
How it works
See also
Implementing a U-Net with transfer learning
Getting ready
How to do it
How it works
See also
Segmenting images using Mask-RCNN and TensorFlow Hub
Getting ready
How to do it
How it works
See also
Chapter 9: Localizing Elements in Images with Object Detection
Technical requirements
Creating an object detector with image pyramids and sliding windows
Getting ready
How to do it
How it works
See also
Detecting objects with YOLOv3
Getting ready
How it works
See also
Training your own object detector with TensorFlow's Object Detection API
Getting ready
How to do it
How it works
See also
Detecting objects using TFHub
Getting ready
How to do it
How it works
See also
Chapter 10: Applying the Power of Deep Learning to Videos
Technical requirements
Detecting emotions in real time
Getting ready
How to do it
How it works
See also
Recognizing actions with TensorFlow Hub
Getting ready
How to do it
How it works
See also
Generating the middle frames of a video with TensorFlow Hub
Getting ready
How to do it
How it works
See also
Performing text-to-video retrieval with TensorFlow Hub
Getting ready
How to do it
How it works
See also
Chapter 11: Streamlining Network Implementation with AutoML
Technical requirements
Creating a simple image classifier with AutoKeras
How to do it
How it works
See also
Creating a simple image regressor with AutoKeras
Getting ready
How to do it
How it works
See also
Exporting and importing a model in AutoKeras
How to do it
How it works
See also
Controlling architecture generation with AutoKeras' AutoModel
How to do it
How it works
See also
Predicting age and gender with AutoKeras
Getting ready
How to do it
How it works
See also
Chapter 12: Boosting Performance
Technical requirements
Using convolutional neural network ensembles to improve accuracy
Getting ready
How to do it
How it works
See also
Using test time augmentation to improve accuracy
Getting ready
How to do it
How it works
Using rank-N accuracy to evaluate performance
Getting ready
How to do it
How it works
See also
Using label smoothing to increase performance
Getting ready
How to do it
How it works
Checkpointing model
How to do it
Customizing the training process using tf.GradientTape
How to do it
How it works
Getting ready
How to do it
How it works
See also
Other Books You May Enjoy
Leave a review - let other readers know what you think

ÀúÀÚ¼Ò°³

Jesus Martinez [Àú] ½ÅÀ۾˸² SMS½Åû
»ý³â¿ùÀÏ -

ÇØ´çÀÛ°¡¿¡ ´ëÇÑ ¼Ò°³°¡ ¾ø½À´Ï´Ù.

ÄÄÇ»ÅÍ ºÐ¾ß¿¡¼­ ¸¹Àº ȸ¿øÀÌ ±¸¸ÅÇÑ Ã¥

    ¸®ºä

    0.0 (ÃÑ 0°Ç)

    100ÀÚÆò

    ÀÛ¼º½Ã À¯ÀÇ»çÇ×

    ÆòÁ¡
    0/100ÀÚ
    µî·ÏÇϱâ

    100ÀÚÆò

    0.0
    (ÃÑ 0°Ç)

    ÆǸÅÀÚÁ¤º¸

    • ÀÎÅÍÆÄÅ©µµ¼­¿¡ µî·ÏµÈ ¿ÀǸ¶ÄÏ »óÇ°Àº ±× ³»¿ë°ú Ã¥ÀÓÀÌ ¸ðµÎ ÆǸÅÀÚ¿¡°Ô ÀÖÀ¸¸ç, ÀÎÅÍÆÄÅ©µµ¼­´Â ÇØ´ç »óÇ°°ú ³»¿ë¿¡ ´ëÇØ Ã¥ÀÓÁöÁö ¾Ê½À´Ï´Ù.

    »óÈ£

    (ÁÖ)±³º¸¹®°í

    ´ëÇ¥ÀÚ¸í

    ¾Èº´Çö

    »ç¾÷ÀÚµî·Ï¹øÈ£

    102-81-11670

    ¿¬¶ôó

    1544-1900

    ÀüÀÚ¿ìÆíÁÖ¼Ò

    callcenter@kyobobook.co.kr

    Åë½ÅÆǸž÷½Å°í¹øÈ£

    01-0653

    ¿µ¾÷¼ÒÀçÁö

    ¼­¿ïƯº°½Ã Á¾·Î±¸ Á¾·Î 1(Á¾·Î1°¡,±³º¸ºôµù)

    ±³È¯/ȯºÒ

    ¹ÝÇ°/±³È¯ ¹æ¹ý

    ¡®¸¶ÀÌÆäÀÌÁö > Ãë¼Ò/¹ÝÇ°/±³È¯/ȯºÒ¡¯ ¿¡¼­ ½Åû ¶Ç´Â 1:1 ¹®ÀÇ °Ô½ÃÆÇ ¹× °í°´¼¾ÅÍ(1577-2555)¿¡¼­ ½Åû °¡´É

    ¹ÝÇ°/±³È¯°¡´É ±â°£

    º¯½É ¹ÝÇ°ÀÇ °æ¿ì Ãâ°í¿Ï·á ÈÄ 6ÀÏ(¿µ¾÷ÀÏ ±âÁØ) À̳»±îÁö¸¸ °¡´É
    ´Ü, »óÇ°ÀÇ °áÇÔ ¹× °è¾à³»¿ë°ú ´Ù¸¦ °æ¿ì ¹®Á¦Á¡ ¹ß°ß ÈÄ 30ÀÏ À̳»

    ¹ÝÇ°/±³È¯ ºñ¿ë

    º¯½É ȤÀº ±¸¸ÅÂø¿À·Î ÀÎÇÑ ¹ÝÇ°/±³È¯Àº ¹Ý¼Û·á °í°´ ºÎ´ã
    »óÇ°À̳ª ¼­ºñ½º ÀÚüÀÇ ÇÏÀÚ·Î ÀÎÇÑ ±³È¯/¹ÝÇ°Àº ¹Ý¼Û·á ÆǸÅÀÚ ºÎ´ã

    ¹ÝÇ°/±³È¯ ºÒ°¡ »çÀ¯

    ·¼ÒºñÀÚÀÇ Ã¥ÀÓ ÀÖ´Â »çÀ¯·Î »óÇ° µîÀÌ ¼Õ½Ç ¶Ç´Â ÈÑ¼ÕµÈ °æ¿ì
    (´ÜÁö È®ÀÎÀ» À§ÇÑ Æ÷Àå ÈѼÕÀº Á¦¿Ü)

    ·¼ÒºñÀÚÀÇ »ç¿ë, Æ÷Àå °³ºÀ¿¡ ÀÇÇØ »óÇ° µîÀÇ °¡Ä¡°¡ ÇöÀúÈ÷ °¨¼ÒÇÑ °æ¿ì
    ¿¹) È­ÀåÇ°, ½ÄÇ°, °¡ÀüÁ¦Ç°(¾Ç¼¼¼­¸® Æ÷ÇÔ) µî

    ·º¹Á¦°¡ °¡´ÉÇÑ »óÇ° µîÀÇ Æ÷ÀåÀ» ÈѼÕÇÑ °æ¿ì
    ¿¹) À½¹Ý/DVD/ºñµð¿À, ¼ÒÇÁÆ®¿þ¾î, ¸¸È­Ã¥, ÀâÁö, ¿µ»ó È­º¸Áý

    ·½Ã°£ÀÇ °æ°ú¿¡ ÀÇÇØ ÀçÆǸŰ¡ °ï¶õÇÑ Á¤µµ·Î °¡Ä¡°¡ ÇöÀúÈ÷ °¨¼ÒÇÑ °æ¿ì

    ·ÀüÀÚ»ó°Å·¡ µî¿¡¼­ÀÇ ¼ÒºñÀÚº¸È£¿¡ °üÇÑ ¹ý·üÀÌ Á¤ÇÏ´Â ¼ÒºñÀÚ Ã»¾àöȸ Á¦ÇÑ ³»¿ë¿¡ ÇØ´çµÇ´Â °æ¿ì

    »óÇ° Ç°Àý

    °ø±Þ»ç(ÃâÆÇ»ç) Àç°í »çÁ¤¿¡ ÀÇÇØ Ç°Àý/Áö¿¬µÉ ¼ö ÀÖÀ½

    ¼ÒºñÀÚ ÇÇÇغ¸»ó
    ȯºÒÁö¿¬¿¡ µû¸¥ ¹è»ó

    ·»óÇ°ÀÇ ºÒ·®¿¡ ÀÇÇÑ ±³È¯, A/S, ȯºÒ, Ç°Áúº¸Áõ ¹× ÇÇÇغ¸»ó µî¿¡ °üÇÑ »çÇ×Àº ¼ÒºñÀÚºÐÀïÇØ°á ±âÁØ (°øÁ¤°Å·¡À§¿øȸ °í½Ã)¿¡ ÁØÇÏ¿© 󸮵Ê

    ·´ë±Ý ȯºÒ ¹× ȯºÒÁö¿¬¿¡ µû¸¥ ¹è»ó±Ý Áö±Þ Á¶°Ç, ÀýÂ÷ µîÀº ÀüÀÚ»ó°Å·¡ µî¿¡¼­ÀÇ ¼ÒºñÀÚ º¸È£¿¡ °üÇÑ ¹ý·ü¿¡ µû¶ó ó¸®ÇÔ

    (ÁÖ)KGÀ̴Ͻýº ±¸¸Å¾ÈÀü¼­ºñ½º¼­ºñ½º °¡ÀÔ»ç½Ç È®ÀÎ

    (ÁÖ)ÀÎÅÍÆÄÅ©Ä¿¸Ó½º´Â ȸ¿ø´ÔµéÀÇ ¾ÈÀü°Å·¡¸¦ À§ÇØ ±¸¸Å±Ý¾×, °áÁ¦¼ö´Ü¿¡ »ó°ü¾øÀÌ (ÁÖ)ÀÎÅÍÆÄÅ©Ä¿¸Ó½º¸¦ ÅëÇÑ ¸ðµç °Å·¡¿¡ ´ëÇÏ¿©
    (ÁÖ)KGÀ̴Ͻýº°¡ Á¦°øÇÏ´Â ±¸¸Å¾ÈÀü¼­ºñ½º¸¦ Àû¿ëÇÏ°í ÀÖ½À´Ï´Ù.

    ¹è¼Û¾È³»

    • ±³º¸¹®°í »óÇ°Àº Åùè·Î ¹è¼ÛµÇ¸ç, Ãâ°í¿Ï·á 1~2Àϳ» »óÇ°À» ¹Þ¾Æ º¸½Ç ¼ö ÀÖ½À´Ï´Ù.

    • Ãâ°í°¡´É ½Ã°£ÀÌ ¼­·Î ´Ù¸¥ »óÇ°À» ÇÔ²² ÁÖ¹®ÇÒ °æ¿ì Ãâ°í°¡´É ½Ã°£ÀÌ °¡Àå ±ä »óÇ°À» ±âÁØÀ¸·Î ¹è¼ÛµË´Ï´Ù.

    • ±ººÎ´ë, ±³µµ¼Ò µî ƯÁ¤±â°üÀº ¿ìü±¹ Åù踸 ¹è¼Û°¡´ÉÇÕ´Ï´Ù.

    • ¹è¼Ûºñ´Â ¾÷ü ¹è¼Ûºñ Á¤Ã¥¿¡ µû¸¨´Ï´Ù.

    • - µµ¼­ ±¸¸Å ½Ã 15,000¿ø ÀÌ»ó ¹«·á¹è¼Û, 15,000¿ø ¹Ì¸¸ 2,500¿ø - »óÇ°º° ¹è¼Ûºñ°¡ ÀÖ´Â °æ¿ì, »óÇ°º° ¹è¼Ûºñ Á¤Ã¥ Àû¿ë