Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Data Driven Engineering
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cihan Ates
Data Driven Engineering
Wiki
Dde 2
Basics of CNN
Changes
Page history
New page
Templates
Clone repository
Update Basics of CNN
authored
2 years ago
by
Cihan Ates
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDE-2/Basics-of-CNN.md
+1
-1
1 addition, 1 deletion
DDE-2/Basics-of-CNN.md
with
1 addition
and
1 deletion
DDE-2/Basics-of-CNN.md
View page @
f323a0fd
...
@@ -49,7 +49,7 @@ _C. Ates_
...
@@ -49,7 +49,7 @@ _C. Ates_
-
[
4 Pre-Trained Models for Image Classification
](
https://www.analyticsvidhya.com/blog/2020/08/top-4-pre-trained-models-for-image-classification-with-python-code/
)
-
[
4 Pre-Trained Models for Image Classification
](
https://www.analyticsvidhya.com/blog/2020/08/top-4-pre-trained-models-for-image-classification-with-python-code/
)
-
[
Transfer learning with TensorFlow
](
https://www.tensorflow.org/tutorials/images/transfer_learning_with_hub
)
-
[
Transfer learning with TensorFlow
](
https://www.tensorflow.org/tutorials/images/transfer_learning_with_hub
)
### Additional notebooks on transfer learning
### Additional notebooks on transfer learning
-- Melanoma Case
<br
/><a
href=
"https://keras.io/api/applications/"
>
Available
</a>
models
<br
/><br
/><a
href=
"https://www.kaggle.com/franvaluch/easy-skin-cancer-detection-cnn-resnet-vgg16#VGG16"
>
Notebook
</a>
: CNN+ResNet+VGG16
<br
/><br
/><a
href=
"https://www.kaggle.com/nxrprime/siim-d3-eda-augmentations-and-resnext#seven"
>
Notebook
</a>
: ResNet
<br
/><br
/><a
href=
"https://www.kaggle.com/gokulzuzumaki/melonama-skin-cancerclassification-efficientnet"
>
Notebook
</a>
:
<span
class=
"nc"
>
EfficientNet
<br
/><br
/><a
href=
"https://www.kaggle.com/ibtesama/melanoma-classification-with-attention#Model-:-VGG16-with-Attention"
>
Notebook
</a>
: VGG16 with Attention
<br
/><br
/><a
href=
"vgg19%20"
>
Notebook
</a>
: VGG19
<br
/><br
/><a
href=
"https://www.kaggle.com/sukanthen/cnn-architectures-custom-and-transfer-learning#7)-NASNet"
>
Notebook
</a>
: NASNet
</span><br
/><br
/><a
href=
"https://github.com/Masdevallia/3rd-place-kaggle-siim-isic-melanoma-classification"
>
Code
</a>
: ensemble of 8 different models
<br
/><br
/>
Extended
<a
href=
"https://www.kaggle.com/zainahmad/eda-melanoma-classification-using-tensorflow/notebook#model-creation-and-training"
>
dataset
</a>
notebook
<br
/>
<br
/><a
href=
"https://keras.io/api/applications/"
>
Available
</a>
models
<br
/><br
/><a
href=
"https://www.kaggle.com/franvaluch/easy-skin-cancer-detection-cnn-resnet-vgg16#VGG16"
>
Notebook
</a>
: CNN+ResNet+VGG16
<br
/><br
/><a
href=
"https://www.kaggle.com/nxrprime/siim-d3-eda-augmentations-and-resnext#seven"
>
Notebook
</a>
: ResNet
<br
/><br
/><a
href=
"https://www.kaggle.com/gokulzuzumaki/melonama-skin-cancerclassification-efficientnet"
>
Notebook
</a>
:
<span
class=
"nc"
>
EfficientNet
<br
/><br
/><a
href=
"https://www.kaggle.com/ibtesama/melanoma-classification-with-attention#Model-:-VGG16-with-Attention"
>
Notebook
</a>
: VGG16 with Attention
<br
/><br
/><a
href=
"vgg19%20"
>
Notebook
</a>
: VGG19
<br
/><br
/><a
href=
"https://www.kaggle.com/sukanthen/cnn-architectures-custom-and-transfer-learning#7)-NASNet"
>
Notebook
</a>
: NASNet
</span><br
/><br
/><a
href=
"https://github.com/Masdevallia/3rd-place-kaggle-siim-isic-melanoma-classification"
>
Code
</a>
: ensemble of 8 different models
<br
/><br
/>
Extended
<a
href=
"https://www.kaggle.com/zainahmad/eda-melanoma-classification-using-tensorflow/notebook#model-creation-and-training"
>
dataset
</a>
notebook
<br
/>
## YOLO: You Only Look Once
## YOLO: You Only Look Once
...
...
This diff is collapsed.
Click to expand it.