

Action Recognition Using Python and Recurrent Neural Network Computer Vision and Machine Learning Paperback 1798429047 9781798429044 Dr. Mark Magic
Key item features
Specs
- Book formatPaperback
- Fiction/nonfictionNon-Fiction
- GenreComputing & Internet
- Publication dateFebruary, 2019
- Pages112
- Number in series2
- Free shipping
Free 30-day returns
How do you want your item?
More seller options (1)
Similar items you might like
Data Labeling in Machine Learning with Python: Explore modern ways to prepare labeled data for training and fine-tuning , (Paperback) $49.14
$4914current price $49.14Data Labeling in Machine Learning with Python: Explore modern ways to prepare labeled data for training and fine-tuning , (Paperback)
Deep Learning with Applications Using Python: Chatbots and Face, Object, and Speech Recognition with Tensorflow and Kera, (Paperback) $54.79
$5479current price $54.79Deep Learning with Applications Using Python: Chatbots and Face, Object, and Speech Recognition with Tensorflow and Kera, (Paperback)
MATLAB Deep Learning: With Machine Learning, Neural Networks and Artificial Intelligence, (Paperback) $65.54
$6554current price $65.54MATLAB Deep Learning: With Machine Learning, Neural Networks and Artificial Intelligence, (Paperback)
Deep Learning and Artificial Intelligence: A Beginners' Guide to Neural Networks and Deep Learning, (Paperback) $24.05
$2405current price $24.05Deep Learning and Artificial Intelligence: A Beginners' Guide to Neural Networks and Deep Learning, (Paperback)
Starting Data Analytics with Generative AI and Python, (Paperback) $48.50
$4850current price $48.50Starting Data Analytics with Generative AI and Python, (Paperback)
Interpretable Machine Learning with Python - Second Edition: Build explainable, fair, and robust high-performance models, (Paperback) $44.82
$4482current price $44.82Interpretable Machine Learning with Python - Second Edition: Build explainable, fair, and robust high-performance models, (Paperback)
Artificial Intelligence, Machine Learning, and Deep Learning, (Paperback) $49.28
$4928current price $49.28Artificial Intelligence, Machine Learning, and Deep Learning, (Paperback)
Hands-On Deep Learning Algorithms with Python, (Paperback) $39.70
$3970current price $39.70Hands-On Deep Learning Algorithms with Python, (Paperback)
Management on the Cutting Edge The AI Playbook, with a New Preface by the Author: Mastering the Rare Art of Machine Learning Deployment, (Paperback) $22.95
$2295current price $22.95Management on the Cutting Edge The AI Playbook, with a New Preface by the Author: Mastering the Rare Art of Machine Learning Deployment, (Paperback)
Deep Learning with Pytorch: Build, Train, and Tune Neural Networks Using Python Tools, (Paperback) $49.99
$4999current price $49.99Deep Learning with Pytorch: Build, Train, and Tune Neural Networks Using Python Tools, (Paperback)
12 out of 5 Stars. 1 reviewsPattern Recognition and Neural Networks, (Paperback) $45.00
$4500current price $45.00Pattern Recognition and Neural Networks, (Paperback)
Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with Python, (Paperback) $36.05
$3605current price $36.05Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with Python, (Paperback)
Debugging Machine Learning Models with Python: Develop high-performance, low-bias, and explainable machine learning and , (Paperback) $49.14
$4914current price $49.14Debugging Machine Learning Models with Python: Develop high-performance, low-bias, and explainable machine learning and , (Paperback)
Causal Inference and Discovery in Python: Unlock the secrets of modern causal machine learning with DoWhy, EconML, PyTor, (Paperback) $40.59
$4059current price $40.59Causal Inference and Discovery in Python: Unlock the secrets of modern causal machine learning with DoWhy, EconML, PyTor, (Paperback)
Pre-Owned Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with Python (Paperback) 1801819319 9781801819312 $32.45
$3245current price $32.45Pre-Owned Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with Python (Paperback) 1801819319 9781801819312
Python 3 for Machine Learning, (Paperback) $38.34
$3834current price $38.34Python 3 for Machine Learning, (Paperback)
3D Deep Learning with Python: Design and develop your computer vision model with 3D data using PyTorch3D and more, (Paperback) $42.27
$4227current price $42.273D Deep Learning with Python: Design and develop your computer vision model with 3D data using PyTorch3D and more, (Paperback)
Advances in Computational Collective Int Applications of Machine Learning and Deep Learning on Biological Data, (Paperback) $63.99
$6399current price $63.99Advances in Computational Collective Int Applications of Machine Learning and Deep Learning on Biological Data, (Paperback)
Interpretable Machine Learning with Python: Learn to build interpretable high-performance models with hands-on real-worl, (Paperback) $34.99
$3499current price $34.99Interpretable Machine Learning with Python: Learn to build interpretable high-performance models with hands-on real-worl, (Paperback)
15 out of 5 Stars. 1 reviewsMachine Learning with LightGBM and Python: A practitioner's guide to developing production-ready machine learning system, (Paperback) $49.14
$4914current price $49.14Machine Learning with LightGBM and Python: A practitioner's guide to developing production-ready machine learning system, (Paperback)
About this item
Product details
- Format: Paperback
- Author: Dr. Mark Magic
- ISBN10: 1798429047
- ISBN13: 9781798429044
* Updated in May, 2019!
* Research fields: Computer Vision and Machine Learning.
* Book Topic: Action recognition from videos.
* Recognition Tool: Recurrent Neural Network RNN with LSTM Long-Short Term Memory layer and fully connected layer.
* Programming Language: Step-by-step implementation with Python in Jupyter Notebook.
* Major Steps: Building a network, training the network, testing the network, comparing the network with an SVM Support Vector Machines classifier.
* Processing Units to Execute the Codes: CPU and GPU on Google Colaboratory .
* Image Feature Extraction Tool: Pretrained VGG16 network.
* Dataset: UCF101 the first 15 actions, 2010 videos .
* Main Results: For the testing data, the highest prediction accuracy from the RNN is 86.97%, which is a little higher than that from the SVM classifier 86.09% .
* Detailed Description:
Recurrent Neural Network RNN is a great tool to do video action recognition.
This book built an RNN with an LSTM Long-Short Term Memory layer and a fully connected layer to do video action recognition.
The RNN was trained and evaluated with VGG16 Features that were saved in .mat files; the features were extracted from images with a modified pretrained VGG16 network; the images were converted from videos in the UCF101 dataset, which has 101 different actions including 13,320 videos; please notice that only the first 15 actions in this dataset were used to do the recognition.
The codes were implemented step-by-step with Python in Jupyter Notebook, and they could be executed on both CPUs and GPUs; free GPUs on Google Colaboratory were used as hardware accelerator to do most of the calculations.
For the purpose of getting a higher testing accuracy, the architecture of the network was regulated, and parameters of the network and its optimizer were fine-tuned.
For comparison purpose only, an SVM Support Vector Machines classifier was trained and tested.
For the first 15 actions in the UCF101 dataset, the highest prediction accuracy of the testing data from the RNN is 86.97%, which is a little higher than that from the SVM classifier 86.09% .
In conclusion, the performances of the RNN and the SVM classifier are approximately the same for the task in this book, which is a little embarrassed. However, RNN does have its own advantages in many other cases in the fields of Computer Vision and Machine Learning, and the implementation in this book can be an introduction to this topic in order to throw out a minnow to catch a whale.
Specifications
Book format
Fiction/nonfiction
Genre
Publication date
Warranty
Warranty information
Customer ratings & reviews
Related pages
- Brain Interface Technology
- Communications Systems Engineering
- Signal Processing Audio
- Fx Programming
- Response Technologies
- Photonics Research
- Signals & Signal Processing Technology & Engineering Books
- Lasers & Photonics Technology & Engineering Books
- General Security Books
- Mobile & Wireless Communications Books
- Online Safety & Privacy Books
- Media & Communications Industry Books
