Category: Model training and evaluation
-
+
+
+
+
+
+
The source code for the experiment mentioned in this article is available on GitHub. I was studying chapter 9 of D2L recently on natural language processing (NLP) using recurrent neural networks (RNN). To validate and further reinforce my understanding of the concepts presented in the chapter, I decided to train a word-level language…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
The notebook source code for this experiment is available on GitHub. “MLflow is the largest open source AI engineering platform for agents, LLMs, and ML models.” It was originally developed by Databricks and joined the Linux Foundation in June 2020. MLflow enables data scientists and ML engineers to manage and visualize their model training pipelines…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
The notebook source code for this article is available on GitHub. Transfer learning is the practice of adapting a pre-trained model for a new but related task. An example of transfer learning is low-rank adaptation (LoRA), a common technique in LLM fine-tuning. In this notebook experiment, let’s load ResNet-18 with MindCV for fine-tuning on the CIFAR-100 dataset. ResNet-18 is…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
The notebook source code for this article is available on GitHub. PyTorch is an open source deep learning framework in Python originally developed by Meta, now hosted under the vendor-neutral PyTorch Foundation. It is the de-facto industry standard for training modern deep learning models and large language models (LLMs). Like most other deep learning…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
The notebook source code for this article is available on: GitCode, GitHub MindSpore is an open source deep learning framework lead by Huawei and the MindSpore community. It is optimized for performing model training and inference tasks on Huawei’s Ascend series processors (NPUs), though it supports NVIDIA GPUs and CPU-only environments as well. It provides a compelling…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+