Skip to content

Commit 640f534

Browse files
committed
added ai inference definition, edited release date
1 parent 7158279 commit 640f534

File tree

1 file changed

+5
-1
lines changed
  • docs/guides/applications/big-data/ai-inferencing-with-tensorrt-and-pytorch

1 file changed

+5
-1
lines changed

docs/guides/applications/big-data/ai-inferencing-with-tensorrt-and-pytorch/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Build an AI Inferencing Solution With TensorRt and PyTorch"
44
description: "Enhance deep learning capabilities with TensorRT and PyTorch on Akamai Cloud. Optimize inferencing for various AI models using NVIDIA RTX 4000 Ada GPU instances."
55
authors: ["Akamai"]
66
contributors: ["Akamai"]
7-
published: 2025-06-27
7+
published: 2025-08-08
88
keywords: ['ai','inference','inferencing','llm','model','pytorch','tensorrt','gpu','nvidia']
99
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1010
external_resources:
@@ -31,7 +31,11 @@ In some cases, a $100 deposit may be required to deploy GPU Linodes. This may in
3131

3232
### What is AI Inference?
3333

34+
AI inference occurs after model training - it’s the point at which the AI model generates an “opinion” or decision based on how it was trained. Think of inference like how people have the ability to form a point of view based on prior knowledge and experience.
3435

36+
Consider an AI model trained on a data set that includes millions of images of dogs. If given a new image of a dog not in the data set, the AI model uses inference to determine information about the new dog (i.e. the dog’s breed).
37+
38+
The goal of AI inference is to generate an educated, accurate result from a well-trained model with speed and efficiency.
3539

3640
### What is Computer Vision (CV)?
3741

0 commit comments

Comments
 (0)