Modern Face Detection Based on Deep Learning Using Python and Mxnet

In this post, we’ll discuss and illustrate a fast and robust method for face detection using Python and Mxnet. At Wassa, some of our… Read more

Similar

Sorting Data with Python

Sorting is an important feature and there are different ways and helpful functions in pandas like sort_values, sort_index and numpy methods sort and argsort to sort the Categorical and Numeric data in the dataframe... (more…)

Read more »