minor changes

This commit is contained in:
2026-05-01 02:10:03 +02:00
parent f28b0089ca
commit d801d6d59d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ a:hover {
flex-wrap: wrap; flex-wrap: wrap;
overflow: hidden; overflow: hidden;
border-radius: 12px; border-radius: 12px;
margin: 180px 50px 0px 50px; margin: 180px 50px 50px 50px;
} }
.image-box { .image-box {
+1 -1
View File
@@ -123,7 +123,7 @@ function Bird_CNN() {
<div style={{ display: "inline" }}> <div style={{ display: "inline" }}>
<span>The model used for classification is a convolutional neural network (CNN) based on depthwise separable convolutions, as introduced in the </span> <span>The model used for classification is a convolutional neural network (CNN) based on depthwise separable convolutions, as introduced in the </span>
<a href='https://arxiv.org/pdf/1610.02357' target='_blank' rel='noopener noreferrer'>Xception: Deep Learning with Depthwise Separable Convolutions</a> <a href='https://arxiv.org/pdf/1610.02357' target='_blank' rel='noopener noreferrer'>Xception: Deep Learning with Depthwise Separable Convolutions</a>
<span> paper by François Chollet. It uses who knows how many layers, a dropout and multiple batchnormalsation.</span> <span> paper by François Chollet. The model uses who knows how many layers, a dropout and multiple batchnormalsation.</span>
</div> </div>
</div> </div>
</div> </div>