In this tutorial you'll learn two methods you can use to perform real-time object detection using deep learning on the Raspberry Pi with OpenCV and Python.
GloVe + character embeddings + bi-LSTM + CRF for Sequence Tagging (Named Entity Recognition, NER, POS) - NLP example of bidirectionnal RNN and CRF in Tensorflow
So far in the series of articles we have seen how to create a mapreduce program without writing explicit mapper or reducer also in the second part we wrote the wordcount with our own custom mapper and reducer In this article we will have a look at the modification to our previous program wordcount with our own…