Python Algorithmic Trading Part 3: Cloud Trading Automation
danielyouk
This course covers the process of automating algorithmic trading in local and cloud environments, and focuses on hands-on practice.
Intermediate
Python, Quant, github-actions
Packed with LLM Fine-Tuning Know-how, learned from Silicon Valley LLM Project Practitioners.
46 learners
Level Basic
Course period Unlimited
LLM Fine Tuning
Multi GPUs
OpenAI API
Ollama
Hugging Face
No more same old AI!
Sharing practical AI customization know-how from a Silicon Valley LLM project lead .
✅ API, fine tuning, and multi-GPU all at once
This course covers the core skills required for practical LLM development, including API utilization, dataset creation, fine-tuning, and multi-GPU setup.
✅ Learn how to use RunPod quickly and easily
RunPod, the key to leveraging multi-GPUs! Efficiently build a multi-GPU environment without wasting time by selecting only the necessary sections from the official documentation.
RunPod is a service that allows you to rent virtual GPUs in the cloud to train and deploy AI models . It easily builds a multi-GPU environment for efficient, large-scale training and inference. With hourly billing, you can use only as much as you need, resulting in significant cost savings. Furthermore, you can immediately leverage the latest GPUs without complex infrastructure, maximizing AI performance.
Learn how to efficiently conduct LLM training without hardware limitations using multi-GPUs. This guide details how to build a multi-GPU environment using the RunPod service and connect to the Pod from your local environment via SSH.

Now, build your own AI as smart as ChatGPT! In this course, you'll learn how to fine-tune an AI model that converts Korean input into Shakespearean English .

By leveraging the OpenAI API, you can overcome data shortage issues and efficiently secure high-quality data needed for model training.
from openai import OpenAI
client = OpenAI()
completion = client.chat.completions.create(
model= "gpt-4o" ,
messages=[
{ "role" : "developer" , "content" : "You are a helpful assistant." },
{
"role" : "user" ,
"content" : "Translate the following English text into a Shakespearean style."
}
]
)
print (completion.choices[ 0 ].message) From generating data with the OpenAI API, downloading LLM from HuggingFace, running models with Ollama, and optimizing with RunPod GPU, you'll experience the latest AI technology stack all at once and master the practical workflow of LLM fine-tuning.
Operating System and Version (OS): All OS are supported, including Windows, macOS, and Linux.
Tools used: Visual Studio Code, Ollama, Hugging Face API, OpenAI API, llama.cpp
PC specifications: PC with basic specifications capable of Internet access
Learning material formats provided: Jupyter Notebook, lecture script
All lecture content is provided as text files. After class, you can use the search function to quickly find the section you need.
No prior knowledge is required.
For those who are not familiar with the usage of the hugging face API covered in the lecture, it may feel a little difficult, but it is something that can be easily solved by following the lecture content and searching for chatgpt.
We encourage you to utilize the bulletin board. We'll provide in-depth, detailed answers to any questions you have about class-related topics.
Who is this course right for?
Developer wanting to build their own Chat model
Everyone who wants to learn Multi GPU model training
Need to know before starting?
(Optional) Problem-solving ability via Chatgpt search
669
Learners
72
Reviews
74
Answers
4.8
Rating
7
Courses
Working as a Pod Lead at an LLM-based AI company
Seoul National University Graduated from the Department of Mechanical and Aerospace Engineering
Master's degree in Mechanical and Aerospace Engineering from a graduate school in Europe
Conducting doctoral research at an engineering research institute in Germany
Senior Data Scientist experience at a major European energy company
Active as a Senior Consultant at a UK-based energy consulting firm
Performed Databricks-based data engineering projects
Achieved Top 3% in Kaggle Stock Trading AI Competition
Currently serving as the AI Agent Development Team Lead
All
20 lectures ∙ (3hr 26min)
Course Materials:
All
8 reviews
4.8
8 reviews
Reviews 155
∙
Average Rating 5.0
Reviews 3
∙
Average Rating 5.0
Reviews 58
∙
Average Rating 5.0
Reviews 9
∙
Average Rating 5.0
Reviews 2
∙
Average Rating 5.0
Check out other courses by the instructor!
Explore other courses in the same field!