Skip to content

Commit

Permalink
Update image-classification-neural-networks.md
Browse files Browse the repository at this point in the history
Update YAML.
  • Loading branch information
anisa-hawes committed Nov 11, 2022
1 parent 98ff01c commit 365abb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions en/drafts/originals/image-classification-neural-networks.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
title: Creating Deep Convolutional Neural Networks for Image Classification
title: "Creating Deep Convolutional Neural Networks for Image Classification"
collection: lessons
layout: lesson
slug: image-classification-neural-networks
date: "2022-01-21"
date: 2022-MM-DD
authors:
- Nabeel Siddiqui
reviewers:
- Fabian Offert
- Melvin Wevers
editors:
- Scott Kleinman
translator:
review-ticket: https://github.com/programminghistorian/ph-submissions/issues/414
difficulty: 2
activity: analyzing
topics: machine-learning
topics: [machine-learning]
abstract: "This tutorial provides a beginner-friendly introduction to convolutional neural networks (CNNs) for image classification. The tutorial provides a conceptual understanding of how neural networks work by using Google's Teachable Machine to train a model on paintings from the ArtUK database. The tutorial also demonstrates how to use Javascript to embed the model in a live website."

avatar_alt: tbc
doi: tbc
---

{% include toc.html %}
Expand Down

0 comments on commit 365abb0

Please sign in to comment.