
عنوان:
Deep Learning and AI Superhero
نویسنده:
Cuantum Technologies
انتشارات:
Packt Publishing
تاریخ انتشار:
2025
حجم:
9MB
معرفی کتاب:" یادگیری عمیق و قهرمان هوش مصنوعی: تسلط بر TensorFlow، Keras و PyTorch — یادگیری ماشین و هوش مصنوعی پیشرفته، شبکههای عصبی و پروژههای دنیای واقعی (تسلط بر انقلاب هوش مصنوعی) "
کتاب «قهرمان هوش مصنوعی و یادگیری عمیق» منبعی جامع برای تسلط بر مفاهیم پایه و تکنیکهای پیشرفته در هوش مصنوعی و یادگیری عمیق با استفاده از TensorFlow، Keras و PyTorch است. این راهنمای کامل شما را از مفاهیم پایه شبکههای عصبی تا پیادهسازی راهحلهای عملی یادگیری ماشین همراهی میکند. شما تجربه عملی و دانش نظری لازم برای ارتقای مهارتهای توسعه هوش مصنوعی خود را به دست خواهید آورد.
این کتاب به شما کمک میکند تا:
- پایهای قوی در شبکههای عصبی، ساختار و روشهای آموزش آنها ایجاد کنید.
- مدلهای یادگیری عمیق را با استفاده مؤثر از TensorFlow و Keras درک و پیادهسازی کنید.
- تجربه کار با PyTorch برای ساخت، آموزش و بهینهسازی مدلهای پیشرفته یادگیری ماشین کسب کنید.
- کاربردهای پیشرفته مانند شبکههای عصبی کانولوشنی (CNN) برای بینایی ماشین، شبکههای عصبی بازگشتی (RNN) برای دادههای توالی و ترنسفورمرها برای پردازش زبان طبیعی را بیاموزید.
- مدلهای هوش مصنوعی را از طریق مثالهای عملی و جریانهای کاری بهینه شده روی پلتفرمهای ابری و لبه استقرار دهید.
درباره نویسنده:
شرکت Cuantum Technologies LLC به عنوان پیشرو در خلق منابع آموزشی برای فناوریهای پیشرفته هوش مصنوعی شناخته شده است. تیم آنها از متخصصان و فعالان این حوزه تشکیل شده که سالها تجربه صنعتی و دانشگاهی را ترکیب کردهاند. کتابهای آنها به گونهای طراحی شدهاند که خوانندگان بتوانند تکنیکهای پیشرفته هوش مصنوعی را به طور عملی، با وضوح و اعتماد به نفس به کار ببرند.
مخاطب این کتاب:
این کتاب برای توسعهدهندگان نرمافزار، علاقهمندان به هوش مصنوعی و دانشمندان داده با درک پایهای از برنامهنویسی و مفاهیم یادگیری ماشین مناسب است. این کتاب برای کسانی که میخواهند مهارتهای خود را ارتقا دهند و با چالشهای واقعی هوش مصنوعی روبهرو شوند، ایدهآل است. چه هدف شما توسعه حرفهای، پژوهش یا یادگیری شخصی باشد، در این کتاب راهنماییهای عملی و مفصل خواهید یافت.
فهرست مطالب
- Who we are
- Our Philosophy:
- Our Expertise:
- Code Blocks Resource
- Premium Customer Support
- TABLE OF CONTENTS
- Introduction
- Part 1: Neural Networks and Deep Learning Basics
- Chapter 1: Introduction to Neural Networks and Deep Learning
- 1.1 Perceptron and Multi-Layer Perceptron (MLP)
- 1.2 Backpropagation, Gradient Descent, and Optimizers
- 1.3 Overfitting, Underfitting, and Regularization Techniques
- 1.4 Loss Functions in Deep Learning
- Practical Exercises Chapter 1
- Chapter 1 Summary
- Chapter 2: Deep Learning with TensorFlow 2.x
- 2.1 Introduction to TensorFlow 2.x
- 2.2 Building, Training, and Fine-Tuning Neural Networks in TensorFlow
- 2.3 Using TensorFlow Hub and Model Zoo for Pretrained Models
- 2.4 Saving, Loading, and Deploying TensorFlow Models
- Practical Exercises Chapter 2
- Chapter 2 Summary
- Chapter 3: Deep Learning with Keras
- 3.1 Introduction to Keras API in TensorFlow 2.x
- 3.2 Building Sequential and Functional Models with Keras
- 3.3 Model Checkpointing, Early Stopping, and Callbacks in Keras
- 3.4 Deploying Keras Models to Production
- Practical Exercises Chapter 3
- Chapter 3 Summary
- Quiz Part 1: Neural Networks and Deep Learning Basics
- Answers to the Quiz:
- Part 4: Advanced Deep Learning Frameworks
- Chapter 4: Deep Learning with PyTorch
- 4.1 Introduction to PyTorch and its Dynamic Computation Graph
- 4.2 Building and Training Neural Networks with PyTorch
- 4.3 Transfer Learning and Fine-Tuning Pretrained PyTorch Models
- 4.4 Saving and Loading Models in PyTorch
- 4.5 Deploying PyTorch Models with TorchServe
- Practical Exercises Chapter 4
- Chapter 4 Summary
- Chapter 5: Convolutional Neural Networks (CNNs)
- 5.1 Introduction to CNNs and Image Processing
- 5.2 Implementing CNNs with TensorFlow, Keras, and PyTorch
- 5.3 Advanced CNN Techniques (ResNet, Inception, DenseNet)
- 5.4 Practical Applications of CNNs (Image Classification, Object Detection)
- Practical Exercises Chapter 5
- Chapter 5 Summary
- Chapter 6: Recurrent Neural Networks (RNNs) and LSTMs
- 6.1 Introduction to RNNs, LSTMs, and GRUs
- 6.2 Implementing RNNs and LSTMs in TensorFlow, Keras, and PyTorch
- 6.3 Applications of RNNs in Natural Language Processing
- 6.4 Transformer Networks for Sequence Modeling
- Practical Exercises Chapter 6
- Chapter 6 Summary
- Quiz Part 2: Advanced Deep Learning Frameworks
- Answers:
- Part 5: Cutting-Edge AI and Practical Applications
- Chapter 7: Advanced Deep Learning Concepts
- 7.1 Autoencoders and Variational Autoencoders (VAEs)
- 7.2 Generative Adversarial Networks (GANs) and Their Applications
- 7.3 Transfer Learning and Fine-Tuning Pretrained Networks
- 7.4 Self-Supervised Learning and Foundation Models
- Practical Exercises Chapter 7
- Summary Chapter 7
- Chapter 8: Machine Learning in the Cloud and Edge Computing
- 8.1 Running Machine Learning Models in the Cloud (AWS, Google Cloud, Azure)
- 8.2 Introduction to TensorFlow Lite and ONNX for Edge Devices
- 8.3 Deploying Models to Mobile and Edge Devices
- Practical Exercises Chapter 8
- Summary Chapter 8
- Chapter 9: Practical Machine Learning Projects
- 9.1 Project 1: Predicting House Prices with Regression
- 9.2 Project 2: Sentiment Analysis Using Transformer-based Models
- 9.3 Project 3: Image Classification with CNNs
- 9.4 Project 4: Time Series Forecasting with LSTMs (Improved)
- 9.5 Project 5: GAN-based Image Generation
- Quiz Part 3: Cutting-Edge AI and Practical Applications
- Answers
- Conclusion
- Where to continue?
- Know more about us
مشخصات
نام کتاب
Deep Learning and AI Superhero
نویسنده
Cuantum Technologies
انتشارات
Packt Publishing
تاریخ انتشار
2025
ISBN
9798895873595
تعداد صفحات
1160
زبان
انگلیسی
فرمت
حجم
9MB
موضوع
Deep Learning