Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gpu utilization guide #129

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
460 changes: 460 additions & 0 deletions articles/20240820_gpu_utilization.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added articles/assets/20240820_gpu_utilization_img3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added articles/assets/20240820_gpu_utilization_img5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added articles/assets/20240820_gpu_utilization_img6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added articles/assets/20240820_gpu_utilization_img7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions definitions/20240820_definition_large-language-model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Large Language Model"
description: "A Large Language Model (LLM) is an AI model that processes and generates human language, enabling tasks like text generation, translation, and summarization."
date: 2024-08-20
author: "Jacob Gaffke"
---

# Large Language Model

## Definition

A Large Language Model (LLM) is an artificial intelligence model designed to understand, generate, and manipulate human language. These models are typically built using deep learning techniques and are trained on vast amounts of text data. They can perform a variety of language-related tasks, such as text generation, translation, summarization, and question answering.

## Context and Usage

Large Language Models are primarily used in the field of Natural Language Processing (NLP) and are applied in a wide range of applications, including chatbots, virtual assistants, automated content creation, and language translation services. In practice, LLMs are leveraged by businesses and developers to enhance user interactions, automate language-based tasks, and analyze large volumes of textual data. They are particularly valued for their ability to generate human-like text, making them essential in contexts where natural and coherent language output is crucial.
16 changes: 16 additions & 0 deletions definitions/20240820_definition_natural-language-processing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Natural Language Processing"
description: "NLP enables computers to understand, interpret, and generate human language, powering applications like chatbots, translation, and voice recognition."
date: 2024-08-20
author: "Jacob Gaffke"
---

# Natural Language Processing

## Definition

Natural Language Processing (NLP) is a field of artificial intelligence focused on enabling computers to understand, interpret, and generate human language.

## Context and Usage

NLP is used in various applications like chatbots, translation services, sentiment analysis, and voice recognition systems. It plays a crucial role in enhancing human-computer interaction by allowing machines to process and respond to language in a way that is both natural and meaningful. NLP techniques are applied in analyzing large text datasets, automating customer service responses, and powering virtual assistants like Siri and Alexa.