
Humberto STEIN SHIROMOTO
Cybernetician: Data Scientist, Mathematician, Engineer + Baker
- Sydney, Australia
- Github
- Google Scholar
- ORCID
A Digression on the Cantor Set
2 minute read
Published:
The Cantor set is a special type of set in mathematics. In this blog post, I will use it as an illustration of how my mind works, when I learning a new topic.
Pandas Value Counts
less than 1 minute read
Published:
The value_counts()
function in the popular python data science library Pandas is a quick way to count the unique values in a single column otherwise known as a series of data.
Querying the Latest Record
less than 1 minute read
Published:
In this gist, I show how to get the latest record or a user based on a datetime column.
My Quick Reference Guide For A Few Natural Language Processing Techniques
4 minute read
Published:
Natural language processing (NLP) is a field of study dedicated to analyze of natural languages. In particular, using statistics and algorithms.
Comments