Category: Python

How to use numpy repeat

This tutorial will explain how to use the NumPy repeat function, which is also called np.repeat or numpy.repeat. Numpy repeat repeats the elements of an array The NumPy repeat function...continue reading.

numpy exponential

This tutorial will explain how to use the NumPy exponential function, which syntactically is called np.exp. This is a very simple function to understand, but it confuses many people because...continue reading.

Search the Bold

Looking for specific episodes of The Bold and The Beautiful? There is a nice python package “holmes-extractor” that builds upon the spacy package. It supports a couple of use cases....continue reading.

particles

I have released a few months ago a Python package for particle filtering, called particles; you can find it on Github here. You may want to have a look first...continue reading.