Зміст курсу
Test UI Features
Test UI Features
2. ContentDev Tools
3. Image Tools
6. Text Boxes
Deprecated - NoteDeprecated - Study MoreDeprecated - Definition Text BlockChatGPT Prompt Input - OutputQuote Text BoxFile name headerDeprecated - Prerequisites Box With LinksSuperscript/SubscriptCopyable Text BoxExpandable ListTask HeadingCode Block - Highlighted & Copyable SQLCode Block - Highlighted & Copyable PythonCode Block - Highlighted & Copyable JavaScriptCode Block - Highlighted & Copyable JavaCode Block - Highlighted & Copyable DartCode Block - Highlighted & Copyable C++Code Block - Highlighted & Copyable CCode Block - Highlighted & Copyable C#
9. Deprecated
+ (deprecated) Hint and Solution Single Block+ (deprecated) TypeScript Hint/Solution+ (deprecated) C# Hint/Solution+ (deprecated) JavaScript Hint/Solution+ (deprecated) Java Hint/Solution+ (deprecated) GO Lang Hint/Solution+ (deprecated) Python Hint/Solution+ (deprecated) Java Hint/Solution with Copyable & Highlighted Code+ (deprecated) Scala Hint/Solution with Copyable & Highlighted Code+ (deprecated) Hint/Video Tutorial+ (deprecated) Hint/Solution/Video Tutorial(deprecated) Interactive Video + (deprecated) Images Slider+ (deprecated) Images Carousel+ (deprecated) Image Magnifier+ (deprecated) Image Carousel & Magnifier+(deprecated) Image Magnifying Glass+ (deprecated) Linked List+ (deprecated) IDE Testing+ (deprecated) CSS Example Practice Test+ (deprecated) Spinning anim+ (deprecated) Temporary Hint/Video Tutorial+ (deprecated) Temporary Hint/Solution/Video Tutorial+ (deprecated) Joke+ (deprecated) Animated border+ (deprecated) Default Custom Table+ (deprecated) Table Action+ (deprecated) Styled Table
CNN Hyperparameters
Element
Source Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://staging-content-media-cdn.codefinity.com/courses/c1087363-9025-4c37-8d5e-983a32a007e9/other-section/cnn-hyperparameters/styles-v2.css"
/>
</head>
<body>
<div class="wrapper">
<div class="top-right">
<button id="toggleAnimation">⏸️</button>
</div>
<div class="controls">
<div class="control-group">
<div class="top-row">
<label for="inputSize">Input Size:</label>
<input type="number" id="inputSizeNum" value="5" />
</div>
<input type="range" id="inputSize" value="5" />
</div>
<div class="control-group">
<div class="top-row">
<label for="padding">Padding:</label>
<input type="number" id="paddingNum" value="0" />
</div>
<input type="range" id="padding" value="0" />
</div>
<div class="control-group">
<div class="top-row">
<label for="kernelSize">Kernel Size:</label>
<input type="number" id="kernelSizeNum" value="2" />
</div>
<input type="range" id="kernelSize" value="2" />
</div>
<div class="control-group">
<div class="top-row">
<label for="stride">Stride:</label>
<input type="number" id="strideNum" value="1" />
</div>
<input type="range" id="stride" value="1" />
</div>
</div>
<div class="container">
<div class="grid-container">
<div class="grid-title js-input-grid-size">Input Grid</div>
<div class="grid input-grid"></div>
</div>
<div class="grid-container">
<div class="grid-title js-output-grid-size">Output Grid</div>
<div class="grid output-grid"></div>
</div>
</div>
<p class="text">
<span style="font-weight: 600">Hover over</span> the matrices to change
kernel position.
</p>
</div>
<script src="https://staging-content-media-cdn.codefinity.com/courses/c1087363-9025-4c37-8d5e-983a32a007e9/other-section/cnn-hyperparameters/script-v1.js"></script>
</body>
</html>
Spanish
Portuguese
French
German
Ukrainian
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 5. Розділ 3