Skip to content

Commit 31c165c

Browse files
Add pdf file and missing resource file
1 parent eea5386 commit 31c165c

3 files changed

+1
-1
lines changed

Guides/MAX78000 Motor Monitoring Case Study with SampleMotorDataLimerick Dataset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For the autoencoder model training, the data samples will have a label equivalen
109109
The neural network architecture is called an autoencoder. Autoencoders learn to reconstruct their input at their output. Autoencoder is trained so that the maximum information is kept after dimension reduction through encoding and has the minimum reconstruction loss (RL) after decoding. Therefore, the encoder and decoder structures are forced to learn the best encoding-decoding scheme in the training process. Autoencoders suit well to an unsupervised learning approach using the healthy signal reconstruction and providing a high RL when a fault case is encountered that deviates from healthy data, by definition.
110110

111111
<p align="center">
112-
<img src="resources/SampleMotorDataLimerickl_auto_encoder_overall_arch.png" width="300">
112+
<img src="resources/SampleMotorDataLimerickl_auto_encoder_overall_arch.png" width="400">
113113
</p>
114114

115115
Model implementation resides in [training repository](https://github.com/MaximIntegratedAI/ai8x-training/), (`models/ai85net-autoencoder.py`).
Loading

0 commit comments

Comments
 (0)