Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.93 KB

README.md

File metadata and controls

62 lines (43 loc) · 2.93 KB

Code Implementation Notes from Undergraduate Studies

This repository contains various code implementations and notes on topics I studied during my undergraduate years. The sections are organized by subject, focusing on different techniques and frameworks in deep learning, machine learning, and algorithm design.

Contents

Advanced Transformer

This section includes code implementations and notes on advanced transformer architectures used in various applications.

Agent

Code implementation for agent-based systems, where multiple agents interact with the environment to perform tasks.

Algorithm

This section contains algorithm templates and blog posts about various algorithm patterns.

DeepSpeed

Notes and code for using DeepSpeed for model training and optimization.

Fine-Tuning

Detailed notes on model fine-tuning techniques and strategies for various pre-trained models.

Machine Learning

Code implementations of machine learning algorithms, from basic models to more advanced techniques.

Ongoing

Future implementations and research notes will be added here.

Usage

To use the code in this repository:

  1. Navigate to the relevant directory for the transformer model or algorithm you're interested in.
  2. Each directory contains:
    • The code implementation for the specific model or algorithm.
    • Notes and documentation for understanding the code and its usage.
  3. Follow the specific instructions in each directory's README for setup and execution details.

For model-specific setups, please refer to the individual subdirectories for more detailed instructions and usage examples.