Artificial Intelligence with Python Cookbook: Proven recipes for applying AI algorithms and deep learning techniques using TensorFlow 2.x and PyTorch 1.6
5.0
بر اساس نظر کاربران
شما میتونید سوالاتتون در باره کتاب رو از هوش مصنوعیش بعد از ورود بپرسید
هر دانلود یا پرسش از هوش مصنوعی 2 امتیاز لازم دارد، برای بدست آوردن امتیاز رایگان، به صفحه ی راهنمای امتیازات سر بزنید و یک سری کار ارزشمند انجام بدینRelated Refrences:
دانلود رایگان مستقیم
برای دانلود رایگان این کتاب و هزاران کتاب دیگه همین حالا عضو بشین
برای خواندن این کتاب باید نرم افزار PDF Reader را دانلود کنید Foxit Reader
دسترسی به کتابها از طریق پلتفرمهای قانونی و کتابخانههای عمومی نه تنها از حقوق نویسندگان و ناشران حمایت میکند، بلکه به پایداری فرهنگ کتابخوانی نیز کمک میرساند. پیش از دانلود، لحظهای به بررسی این گزینهها فکر کنید.
این کتاب رو در پلتفرم های دیگه ببینید
WorldCat به شما کمک میکنه تا کتاب ها رو در کتابخانه های سراسر دنیا پیدا کنید
امتیازها، نظرات تخصصی و صحبت ها درباره کتاب را در Goodreads ببینید
کتابهای کمیاب یا دست دوم را در AbeBooks پیدا کنید و بخرید
نظرات:
5.0
بر اساس 1 نظر کاربران
nandan0
6 ژون 2025، ساعت 10:40
The author has put in a lot of effort to try and explain the topic of Artificial Intelligence in a very concise and precise manner. Using Python to explain this topic is an added advantage as Python is the most preferred programming language due to the availability of a huge repository of libraries for this purpose. Starting with explaining how to set up a Jupyter environment, the author goes on to explain how to get proficient with Python for Data Science. I think it would have better if the author had focussed on using Google Colab instead of Jupyter as most of us don't have access to the kind of GPU's required for AI.
The author then goes on to explain how to visualize data using SciKit, Keras and Pytorch. There is an assumption that the reader is familiar with the math involved in understanding the models. It would have been better if the same had been explained a bit. From the second chapter onwards, the book gets interesting in terms of learning how to transform data and using the same to learn more about supervised machine learning. Chapter three helps us understand how to represent data and identify unusual patterns in data which is a very useful skill to have. Chapter four introduces us to probabilistic modelling. Chapter five onwards covers more advanced topics like Heuristic Search Techniques and Logical Inference. In this chapter, I found the sub-topics of Finding the Shortest Bus Route and Simulating the Spread of Disease very interesting and relatable to the current situation. Chapters 6 to 11 cover advanced topics like Reinforcement Learning, Working with Images and NLP. The author has ensured that for each of these topics, the reader is hand-held and helped through with proper explanation given including how to install the required libraries and the dataset for the same. This is something that the author has done for each topic right from the start. This helps the reader understand the topic better as the reader can practise the same when they are reading the topic and see the results as well. This form of teaching is very helpful.
In my opinion, the author has put in a lot of effort to ensure that the reader had access to datasets so that they can practise on their own. But at the end of each chapter, having a few sample questions or probably links to questions that are available on the internet would have helped in understanding the topic better.