Skip to content

Commit

Permalink
Merge pull request #1444 from madeline-underwood/patch-25
Browse files Browse the repository at this point in the history
Improving readability in intro.
  • Loading branch information
jasonrandrews authored Dec 16, 2024
2 parents 08dd8b3 + 83cf079 commit 7fb076c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: learningpathall
---

## Optimizing Performance
A first step towards achieving optimal performance in a ML Model is to identify what is consuming the most time and memory in your application. Profiling can help you identify the bottlenecks, and it can offer clues about how to optimize operations.
A first step towards achieving optimal performance in a Machine Learning Model is to identify what is consuming the most time and memory in your application. Profiling can help you identify the bottlenecks, and it can offer clues about how to optimize operations.

With Machine Learning (ML) applications, whilst the inference of the Neural Network (NN) is often the heaviest part of the application in terms of computation and memory usage, it is not necessarily always the case. It is therefore important to profile the application as a whole to detect other possible issues that can negatively impact performance, such as issues with pre- or post-processing, or the code itself.

Expand Down

0 comments on commit 7fb076c

Please sign in to comment.