File size: 542 Bytes
1b1af26
 
 
 
 
 
 
 
 
 
 
 
3c3c399
 
 
 
 
 
 
1b1af26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "model_type": "autoencoder",
  "model_name": "autoencoder_model",
  "framework": "tensorflow",
  "input_shape": [152, 152, 3],
  "optimizer": "adam",
  "loss": "binary_crossentropy",
  "epochs": 50,
  "dataset": {
    "training_samples": 1600,  // ์‚ฌ์šฉํ•  ๋ฐ์ดํ„ฐ์…‹์— ๋งž๊ฒŒ ์ˆ˜์ •
    "validation_samples": 400   // ์‚ฌ์šฉํ•  ๋ฐ์ดํ„ฐ์…‹์— ๋งž๊ฒŒ ์ˆ˜์ •
  },
  "metrics": ["loss"],
  "Entry": {
    "description": "Autoencoder model configuration",
    "author": "Your Name",
    "version": "1.0",
    "date": "2024-09-07"
  }
}