Mounting Oracle Object Storage using s3fs-fuse

My previous article, “Getting Free Oracle Cloud Servers and Automating Deployment with Scripts,” explained how to use the CLI to acquire free Oracle machines. Oracle’s free tier offers a total of 100GB of disk space, but you can also mount an additional 20GB of object storage as a local file system. This is especially convenient for data migration, as the data can be easily mounted to another instance. This article will show you how to enable free Oracle Object Storage and mount it as a local drive on a Linux system.……

阅读全文

Deploying a Flask Docker App Using Okteto’s Free Container

I just saw a post on the forum about Okteto’s free containers, and since I hadn’t registered before, I decided to deploy my site’s Flask app using Okteto’s free container. Okteto’s free Kubernetes plan offers generous resources: 4-core CPU, 8GB RAM, 10GB SSD — basically a great VPS for free. Here’s how to deploy using Okteto.……

阅读全文

Detailed Explanation of Confusion Matrix in Machine Learning

In machine learning, after collecting, cleaning data, and designing preprocessing algorithms, how do we know the effectiveness of the algorithm? How to evaluate if the predictive model can classify effectively and how accurate the classification is? This involves the confusion matrix, which is widely used to evaluate classification problems in machine learning.……

阅读全文