Skip to content

Commit 5ea4d87

Browse files
Merge pull request #1267 from ArmDeveloperEcosystem/main
Production update
2 parents 1a48d3c + 5a9f552 commit 5ea4d87

File tree

41 files changed

+1426
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1426
-140
lines changed

.wordlist.txt

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3114,4 +3114,77 @@ ifunc
31143114
ifuncs
31153115
lm
31163116
memcpy
3117-
multiversioning
3117+
multiversioning
3118+
AwsServerlessDynamoDbLambdaS
3119+
BLASes
3120+
BVH
3121+
Bindless
3122+
Calvo
3123+
Chowdary
3124+
CloudFormation
3125+
GDC
3126+
GLSL
3127+
Helpbox
3128+
Lista
3129+
LttE
3130+
Malhotra
3131+
Mandepudi
3132+
Nikhil
3133+
OPLTK
3134+
Rasterization
3135+
Ravi
3136+
Refractions
3137+
Rohr
3138+
RunsOn
3139+
SSR
3140+
Streamlit
3141+
TLASes
3142+
TorchAO
3143+
Torchchat
3144+
Vulkan's
3145+
Vulkanised
3146+
WebsiteBucket
3147+
aaaa
3148+
barycentric
3149+
bindless
3150+
bonza
3151+
calvo
3152+
chatbot's
3153+
createResponse
3154+
denoising
3155+
getAverageTemperatureButton
3156+
getAverageTemperatureUrl
3157+
jJyHzkWXEfY
3158+
lista
3159+
param
3160+
prismjs
3161+
quicktool
3162+
rasterization
3163+
rasterized
3164+
refractions
3165+
renderer
3166+
skybox
3167+
specular
3168+
ssr
3169+
streamlit
3170+
stylesheet
3171+
torchchat
3172+
tps
3173+
uQ
3174+
vulkan
3175+
vulkanised
3176+
writeTemperaturesUrl
3177+
IPython
3178+
NeuralNetwork
3179+
Sigmoid
3180+
Softmax
3181+
Tanh
3182+
backpropagation
3183+
diskio
3184+
feedforward
3185+
logits
3186+
prem
3187+
softmax
3188+
subclassing
3189+
tanh
3190+
torchsummary

content/install-guides/acfl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You are now ready to install ACfL [manually](#manual) or with [Spack](#spack).
8080
Use an Arm recommended script to select, download, and install your preferred `ACfL` package.
8181

8282
```console
83-
bash <(curl -L https://developer.arm.com/-/media/Files/downloads/hpc/arm-compiler-for-linux/install.sh)
83+
bash <(curl -L https://developer.arm.com/-/cdn-downloads/permalink/Arm-Compiler-for-Linux/Package/install.sh)
8484
```
8585

8686
## Download and install manually {#manual}

content/learning-paths/cross-platform/eigen-linear-algebra-on-arm/_next-steps.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ further_reading:
88
title: Eigen official Tutorial on Matrix class
99
link: https://libeigen.gitlab.io/docs/group__TutorialMatrixClass.html
1010
type: documentation
11-
- resource:
12-
title: CS Tutorial on Eigen
13-
link: https://cs2240.graphics/assignments/eigen_tutorial.pdf
14-
type: documentation
1511
- resource:
1612
title: Eigen Webinar from Linaro
1713
link: https://static.linaro.org/connect/webinars/presentations/Eigen_Webinar_3.pdf
169 KB
Loading
207 KB
Loading
89.8 KB
Loading
452 KB
Loading
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Create a PyTorch model for digit classification
3+
draft: true
4+
cascade:
5+
draft: true
6+
7+
minutes_to_complete: 40
8+
9+
who_is_this_for: This is an introductory topic for software developers interested in learning how to use PyTorch to create a feedforward neural network for digit classification.
10+
11+
learning_objectives:
12+
- Prepare a PyTorch development environment.
13+
- Understand the MNIST digit dataset.
14+
- Create a neural network architecture using PyTorch.
15+
16+
prerequisites:
17+
- Any computer which can run Python3 and Visual Studio Code, this can be Windows, Linux, or macOS.
18+
19+
author_primary: Dawid Borycki
20+
21+
### Tags
22+
skilllevels: Introductory
23+
subjects: ML
24+
armips:
25+
- Cortex-A
26+
- Cortex-X
27+
- Neoverse
28+
operatingsystems:
29+
- Windows
30+
- Linux
31+
- macOS
32+
tools_software_languages:
33+
- Android Studio
34+
- Coding
35+
shared_path: true
36+
shared_between:
37+
- servers-and-cloud-computing
38+
- laptops-and-desktops
39+
- smartphones-and-mobile
40+
41+
### FIXED, DO NOT MODIFY
42+
# ================================================================================
43+
weight: 1 # _index.md always has weight of 1 to order correctly
44+
layout: "learningpathall" # All files under learning paths have this same wrapper
45+
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
46+
---
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
# ================================================================================
3+
# Edit
4+
# ================================================================================
5+
6+
next_step_guidance: >
7+
Proceed to Get Started with Arm Performance Studio for mobile to continue learning about Android performance analysis.
8+
9+
# 1-3 sentence recommendation outlining how the reader can generally keep learning about these topics, and a specific explanation of why the next step is being recommended.
10+
11+
recommended_path: "/learning-paths/smartphones-and-mobile/ams/"
12+
13+
# Link to the next learning path being recommended(For example this could be /learning-paths/servers-and-cloud-computing/mongodb).
14+
15+
16+
# further_reading links to references related to this path. Can be:
17+
# Manuals for a tool / software mentioned (type: documentation)
18+
# Blog about related topics (type: blog)
19+
# General online references (type: website)
20+
21+
further_reading:
22+
- resource:
23+
title: PyTorch
24+
link: https://pytorch.org
25+
type: documentation
26+
- resource:
27+
title: MNIST
28+
link: https://en.wikipedia.org/wiki/MNIST_database
29+
type: website
30+
- resource:
31+
title: Visual Studio Code
32+
link: https://code.visualstudio.com
33+
type: website
34+
35+
36+
37+
# ================================================================================
38+
# FIXED, DO NOT MODIFY
39+
# ================================================================================
40+
weight: 21 # set to always be larger than the content in this path, and one more than 'review'
41+
title: "Next Steps" # Always the same
42+
layout: "learningpathall" # All files under learning paths have this same wrapper
43+
---
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
# ================================================================================
3+
# Edit
4+
# ================================================================================
5+
6+
# Always 3 questions. Should try to test the reader's knowledge, and reinforce the key points you want them to remember.
7+
# question: A one sentence question
8+
# answers: The correct answers (from 2-4 answer options only). Should be surrounded by quotes.
9+
# correct_answer: An integer indicating what answer is correct (index starts from 0)
10+
# explanation: A short (1-3 sentence) explanation of why the correct answer is correct. Can add additional context if desired
11+
12+
13+
review:
14+
- questions:
15+
question: >
16+
Does the input layer of the model flatten the 28x28 pixel image into a 1D array of 784 elements?
17+
answers:
18+
- "Yes"
19+
- "No"
20+
correct_answer: 1
21+
explanation: >
22+
Yes, the model uses nn.Flatten() to reshape the 28x28 pixel image into a 1D array of 784 elements for processing by the fully connected layers.
23+
- questions:
24+
question: >
25+
Does the model use dropout layers with a 20% dropout rate after each hidden layer?
26+
answers:
27+
- "Yes"
28+
- "No"
29+
correct_answer: 1
30+
explanation: >
31+
Yes, the model applies dropout layers after each hidden layer, randomly setting 20% of the neurons to 0 during training to prevent overfitting.
32+
- questions:
33+
question: >
34+
Will the model make random predictions if it’s run before training?
35+
answers:
36+
- "Yes"
37+
- "No"
38+
correct_answer: 1
39+
explanation: >
40+
Yes, however in such the case the model will produce random outputs, as the network has not been trained to recognize any patterns from the data.
41+
42+
# ================================================================================
43+
# FIXED, DO NOT MODIFY
44+
# ================================================================================
45+
title: "Review" # Always the same title
46+
weight: 20 # Set to always be larger than the content in this path
47+
layout: "learningpathall" # All files under learning paths have this same wrapper
48+
---

0 commit comments

Comments
 (0)