Developer Guide to Key Differences between Python 2 and 3
The Python 3 programming language was released in December 2008 and served as the next version intended to improve upon and replace Python 2. It introduced many syntactic revisions along with a much larger standard library to improve Python’s usability and programming experience. Due to these changes, Python 3 is not directly backward compatible with […]
Continue ReadingNSFW Tensorflow: Identifying objectionable content using Deep Learning
In today’s post, we would learn how to identify not safe for work images using Deep Learning. Not-Safe-For-Work images can be described as any images which can be deemed inappropriate in a workplace primarily because it may contain: Sexual or pornographic images Violence Extreme graphics like gore or abusive Suggestive content For example, LinkedIn is […]
Continue ReadingInstallation of OpenCV 4.1.0 in Windows 10 from source
OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as blurring, image blending, enhancing image as well as video quality, thresholding etc. In addition to image processing, it provides various pre-trained deep learning models which can be directly used to solve simple tasks at hand. […]
Continue ReadingComprehensive guide to installing OpenCV 4.1.0 on Ubuntu 18.04 from source
OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as blurring, image blending, enhancing image as well as video quality, thresholding etc. In addition to image processing, it provides various pre-trained deep learning models which can be directly used to solve simple tasks at hand. […]
Continue Reading
TensorFlow 2.0 Alpha : Let seek the New in the Old
The baby boomers to generation z popularly known as Post-Millennials are all living in an impressionable moment of history now, where technologies like machine learning, deep learning and reinforcement learning are witnessing an unparalleled revolution of all time. The ability to solve challenging real-world problems has been revitalized by the ML framework on steroids […]
Continue Reading