10 October, 2024

AZAI7 – Understand capabilities of the Azure OpenAI Service

(Source: https://learn.microsoft.com/en-us/training/modules/prepare-to-develop-ai-solutions-azure/8-understand-capabilities-of-azure-openai-service) Generative AI Generative AI là một lĩnh vực trí tuệ nhân tạo mới và đang tiến bộ nhanh chóng ( a relatively new and quickly progressing field of AI ) tập trung vào các mô hình AI tạo ra nội dung ( generate content ). Generative AI is a relatively new and quickly progressing […]

4 mins read

AZAI6 – Understand capabilities of Azure AI Services

(Source: https://learn.microsoft.com/en-us/training/modules/prepare-to-develop-ai-solutions-azure/7-understand-capabilities-of-azure-cognitive-services) Azure AI Services là các dịch vụ đám mây ( cloud-based services ) bao gồm các khả năng AI ( AI capabilities ). Azure AI Services are cloud-based services that encapsulate AI capabilities. Thay vì là một sản phẩm duy nhất, bạn nên nghĩ về Azure AI Services như một tập hợp các dịch […]

3 mins read

AZAI5 – Understand capabilities of Azure Machine Learning

(Source: https://learn.microsoft.com/en-us/training/modules/prepare-to-develop-ai-solutions-azure/6-understand-capabilities-of-azure-machine-learning) Microsoft Azure cung cấp dịch vụ Azure Machine Learning – một nền tảng đám mây ( a cloud-based platform ) để chạy các thử nghiệm quy mô lớn để huấn luyện các mô hình dự đoán ( predictive models ) từ dữ liệu, và công bố các mô hình ( the trained models […]

5 mins read

AXIN8 – Xóa dữ liệu với DELETE request

Bước 1: Tạo Axios Instance Đầu tiên, chúng ta tạo một file axiosInstance.js để tạo một instance của Axios. Bước 2: Sử dụng Axios Instance trong một React Component Sau khi tạo instance của Axios, chúng ta sử dụng nó trong một component React để thực hiện yêu cầu DELETE và xử lý phản hồi. […]

2 mins read

AXIN6 – Gửi dữ liệu với POST request

Bước 1: Tạo Axios Instance Đầu tiên, chúng ta tạo một file axiosInstance.js để tạo một instance của Axios. Bước 2: Sử dụng Axios Instance trong một React Component Sau khi tạo instance của Axios, chúng ta sử dụng nó trong một component React để gửi dữ liệu qua POST request và xử lý phản […]

2 mins read