This is the code repository for Intelligent Projects Using Python, published by Packt.
9 real-world AI projects leveraging machine learning and deep learning with TensorFlow and Keras
This book will be a perfect companion if you want to build insightful projects from leading AI domains using Python.
This book covers the following exciting features:
- Build an intelligent machine translation system using seq-2-seq neural translation machines
- Create AI applications using GAN and deploy smart mobile apps using TensorFlow
- Translate videos into text using CNN and RNN
- Implement smart AI Chatbots, and integrate and extend them in several domains
- Create smart reinforcement, learning-based applications using Q-Learning
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
def get_im_cv2(path,dim=224):
img = cv2.imread(path)
resized = cv2.resize(img, (dim,dim), cv2.INTER_LINEAR)
return resized
Following is what you need for this book: This book is intended for data scientists, machine learning professionals, and deep learning practitioners who are ready to extend their knowledge and potential in AI. If you want to build real-life smart systems to play a crucial role in every complex domain, then this book is what you need. Knowledge of Python programming and a familiarity with basic machine learning and deep learning concepts are expected to help you get the most out of the book.
With the following software and hardware list you can run all code files present in the book.
Chapter | Software required | OS required |
---|---|---|
1 -10 | Python 3, Tensorflow 1.9.0 | Windows, Linux |
Keras 2.2.4, Opencv 3.4.2 |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Click on the following link to see the Code in Action:
Santanu Pattanayak works as a Staff Machine Learning Specialist at Qualcomm Corp R&D and is an author of the deep learning book Pro Deep Learning with TensorFlow - A Mathematical Approach to Advanced Artificial Intelligence in Python. He has around 12 years of work experience and has worked at GE, Capgemini, and IBM before joining Qualcomm. He graduated with a degree in electrical engineering from Jadavpur University, Kolkata and is an avid math enthusiast. Santanu is currently pursuing a master's degree in data science from Indian Institute of Technology (IIT), Hyderabad. He also participates in Kaggle competitions in his spare time where he ranks in top 500. Currently, he resides in Bangalore with his wife.
Click here if you have any feedback or suggestions.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.