|Listed in category:
Shipping and returnsView estimated shipping costs, delivery windows, and return policies at a glance.2 of 2
Get to know the sellerClick the links to view feedback, shop other items, or to contact this seller.1 of 2
Have one to sell?

Umberto Michelucci Advanced Applied Deep Learning (Paperback) (UK IMPORT)

Another great item from Rarewaves | Free delivery!
US $51.42
Condition:
Brand New
More than 10 available
Breathe easy. Returns accepted.
Shipping:
Free Standard Shipping from outside US. See detailsfor shipping
International shipment of items may be subject to customs processing and additional charges.
International shipping - items may be subject to customs processing depending on the item's customs value.
 
Sellers declare the item's customs value and must comply with customs declaration laws.
 
Information
As the buyer, you should be aware of possible:
• Delays from customs inspection.
• Import duties and taxes which buyers must pay.
• Brokerage fees payable at the point of delivery.
 
Your country's customs office can offer more details, or visit eBay's page on international trade.
Located in: GU14 0GT, United Kingdom
Delivery:
Estimated between Fri, Jul 19 and Wed, Jul 31 to 84606
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
This item has an extended handling time and a delivery estimate greater than 6 business days.
Please allow additional time if international delivery is subject to customs processing.
Returns:
30 days returns. Buyer pays for return shipping. See details- for more information about returns
Payments:
       
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:116082791738
Last updated on Jul 08, 2024 11:03:27 PDTView all revisionsView all revisions

Item specifics

Condition
Brand New: A new, unread, unused book in perfect condition with no missing or damaged pages. See the ...
Book Title
Advanced Applied Deep Learning
Title
Advanced Applied Deep Learning
Subtitle
Convolutional Neural Networks and Object Detection
EAN
9781484249758
ISBN
9781484249758
Edition
1st ed.
Release Date
09/29/2019
Release Year
2019
Country/Region of Manufacture
US
Item Height
235mm
Genre
Computing & Internet
Subject Area
Computers
Publication Name
Advanced Applied Deep Learning : Convolutional Neural Networks and Object Detection
Publisher
Apress L. P.
Item Length
9.3 in
Subject
Programming / Open Source, Intelligence (Ai) & Semantics, Programming Languages / Python
Publication Year
2019
Type
Textbook
Format
Trade Paperback
Language
English
Author
Umberto Michelucci
Item Weight
16.5 Oz
Item Width
6.1 in
Number of Pages
Xviii, 285 Pages

About this product

Product Information

Develop and optimize deep learning models with advanced architectures. This book teaches you the intricate details and subtleties of the algorithms that are at the core of convolutional neural networks. In Advanced Applied Deep Learning , you will study advanced topics on CNN and object detection using Keras and TensorFlow. Along the way, you will look at the fundamental operations in CNN, such as convolution and pooling, and then look at more advanced architectures such as inception networks, resnets, and many more. While the book discusses theoretical topics, you will discover how to work efficiently with Keras with many tricks and tips, including how to customize logging in Keras with custom callback classes, what is eager execution, and how to use it in your models. Finally, you will study how object detection works, and build a complete implementation of the YOLO (you only look once) algorithm in Keras and TensorFlow. By the end of the book you will have implemented various models in Keras and learned many advanced tricks that will bring your skills to the next level. What You Will Learn See how convolutional neural networks and object detection work Save weights and models on disk Pause training and restart it at a later stage Use hardware acceleration (GPUs) in your code Work with the Dataset TensorFlow abstraction and use pre-trained models and transfer learning Remove and add layers to pre-trained networks to adapt them to your specific project Apply pre-trained models such as Alexnet and VGG16 to new datasets Who This Book Is For Scientists and researchers with intermediate-to-advanced Python and machine learning know-how. Additionally, intermediate knowledge of Keras and TensorFlow is expected.

Product Identifiers

Publisher
Apress L. P.
ISBN-10
1484249755
ISBN-13
9781484249758
eBay Product ID (ePID)
23038381964

Product Key Features

Number of Pages
Xviii, 285 Pages
Language
English
Publication Name
Advanced Applied Deep Learning : Convolutional Neural Networks and Object Detection
Publication Year
2019
Subject
Programming / Open Source, Intelligence (Ai) & Semantics, Programming Languages / Python
Type
Textbook
Subject Area
Computers
Author
Umberto Michelucci
Format
Trade Paperback

Dimensions

Item Weight
16.5 Oz
Item Length
9.3 in
Item Width
6.1 in

Additional Product Features

Number of Volumes
1 Vol.
Illustrated
Yes
Lc Classification Number
Q334-342
Table of Content
Chapter 1: Introduction Chapter Goal: Describe the book, the python infrastructure, give instructions on how to setup a system for deep learning projects No of pages : 30-50 Sub -Topics 1. Goal of the book 2. Prerequisites 3. Python Jupyter Notebooks introduction 4. How to setup a computer to follow the book (docker image?) 5. Tips for Python development and libraries needed (numpy, matplotlib, etc.) 6. The problem of vectorization of code and calculations 7. Additional resources Chapter 2: Convolution Neural Networks Chapter Goal: Describe what convolution is and build a simple network with convolution. No of pages: 50-70 Sub -Topics 1. Overview of convolution 2. Computer vision - example 3. Edge detection with convolution 4. Application to sample images 5. Other convolution examples (horizontal edge detection, vertical edge detection, etc.) 6. Strided convolution 7. N-dimensional convolution 8. Simple neural network with convolution Chapter 3: ResNets, inception networks and other variants Chapter Goal: Describe what resnet, alexnet, inception networks are and their application No of pages: 30-50 Sub -Topics 1. ResNets introduction, development, etc. 2. Inception networks 3. Other architectures Chapter 4: More advanced networks Chapter Goal: Describe the problem of more advanced algorithms, like siamese networks, triplet loss, neural style transfer No of pages: 50-70 Sub -Topics 1. Siamese networks 2. Neural style transfer 3. Different cost functions: style, content and cost Chapter 5: Medical example with CNN (Cancer example) in collaboration with 4quant probably Chapter Goal: Develop a cancer diagnosis CNN with a real dataset in collaboration with 4quant No of pages: 30-50 Sub -Topics 1. 4quant description 2. Problem description 3. Dataset preparation and discussion 4. Network development 5. Optimization 6. Results Chapter 6: Recurrent Neural Networks - an introduction Chapter Goal: explain what Recurrent neural networks are No of pages: 30-50 Sub -Topics 1. Recurrent neural networks 2. Time component in RNN 3. Different types of RNN 4. LSTM Networks Chapter 7: LSTM Networks - a more advanced discussion Chapter Goal: Discuss in more details LSTM Networks No of pages: 50-60 Sub -Topics 1. Overview of LSTM networks 2. The mathematics behind them 3. A practical application Chapter 8: Recurrent Neural Networks and language Chapter Goal: Introduction on how to use RNN and language problem No of pages: 30-50 Sub -Topics 1. Word embeddings and the problem of language modelling 2. Word2vec 3. A practical example Chapter 9: Sequence to sequence architecture Chapter Goal: Introduce sequence to sequence architectures No of pages: 30-50 Sub -Topics 1. Introduction to the architecture 2. Practical implementation tips 3. Real use case application Chapter 10: A practical complete example: Speech recognition Chapter Goal: in this chapter I will put together all that was explained before and do a real-life example ML project (with all aspects included) about speech recognition No of pages: 30-50 Sub -Topics 1. A complete example on speech recognition - an introduction 2. Dataset discussion 3. Dataset preparation 4. The implementation
Copyright Date
2019

Item description from the seller

Business seller information

Value Added Tax Number:
  • GB 864154811
Rarewaves

Rarewaves

97.4% positive feedback
1.4M items sold
Joined Sep 2004

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
4.9
Communication
4.9

Seller feedback (662,997)

w***w (2703)- Feedback left by buyer.
Past 6 months
Verified purchase
This is an outstanding seller to deal with. Fair prices that are more than reasonable in this economy. The product is in better condition than described, a true value for my money. Packaging and shipping shows concern for the products to arrive in excellent condition. The seller communicates timely with his customers. I highly recommend this seller and would do business again anytime. Thank you.
j***j (1584)- Feedback left by buyer.
Past 6 months
Verified purchase
Good price. Quick responses. Fast delivery. Well packaged. DVD arrived in “Brand New” & “Sealed” condition as advertised on a hard to find purchase. A+. Top notch eBay seller. Thank you! :-)
a***i (7026)- Feedback left by buyer.
Past 6 months
Verified purchase
WONDERFUL DOING BUSINESS WITH THIS RELIABLE AND RECOMMENDED TEN STAR SELLER 🌟⭐️🌟⭐️🌟⭐️🌟⭐️🌟⭐️🏰❣️🏰 GREAT PRICE, JUST AS DESCRIBED, NEW AND CUTE, PACKAGED CAREFULLY, ARRIVED SAFELY AND QUICKLY 🏰❣️🏰 GREAT COMMUNICATION, FAST SHIPPING, THANK YOU , AND I DID BUY ANOTHER 🏰🌟❣️🌟🏰

Product ratings and reviews

No ratings or reviews yet
Be the first to write the review.