This is a blog or learning note of Wangbo Zheng. You can find topics about machine learning, data science, and some trivia.
Latest Posts
-
Does 0.1 + 0.2 equal 0.3?
It seems like a simple question, that a primary school student can easily answer. But if you try the following code in Python, you will get a False.
Apr 28, 2021Create Image Dataset with Data Augmentation on the Fly Using TensorFlow and Keras
If you want to develop an image classification algorithm with your collected images, you may have several questions: how can I create labels for the images; how can I ensure...
How to Authenticate to Azure Machine Learning Workspace in a Defined Tenant
Azure Machine Learning is a cloud-based environment where you can use to train, deploy, automate, manage, and track ML models. Whether you prefer to write Python or R code...
Convert Image between OpenCV, PIL, and Bytes
PIL (Python Imaging Library) and OpenCV are the most used python libraries for image processing. It is also very common that both two libraries are used in the...
Best Open-Source Labeling Tools for Time Series Data
Recently, the use and promotion of artificial intelligence have been increasing day by day. To develop AI solutions, more and more data is recorded and stored. Time series data is...
How to prepare for DP-100 the Azure Data Scientist Associate Test
An Azure Data Scientist Associate Badge looks cool. If you also want to get yours, you need to pass the DP-100 exam: Designing and Implementing a Data Science Solution on...