chainyo commited on
Commit
3176945
1 Parent(s): a087ab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,12 +1,14 @@
1
  # Video Classification with a CNN-RNN Architecture
2
 
3
- **Author:** Sayak Paul
4
- **Date created:** 2021/05/28
5
- **Last modified:** 2021/06/05
6
- **Description:** Training a video classifier with transfer learning and a recurrent model on the UCF101 dataset.
7
- **Keras documentation [link](https://keras.io/examples/vision/video_classification/)**
8
-
9
  ![Example Gif](./animation.gif)
 
 
 
 
 
 
 
10
 
11
  This example demonstrates video classification, an important use-case with applications in recommendations, security, and so on. We will be using the UCF101 dataset to build our video classifier. The dataset consists of videos categorized into different actions, like cricket shot, punching, biking, etc. This dataset is commonly used to build action recognizers, which are an application of video classification.
12
 
 
1
  # Video Classification with a CNN-RNN Architecture
2
 
3
+ <center>
 
 
 
 
 
4
  ![Example Gif](./animation.gif)
5
+ </center>
6
+
7
+ **Author:** Sayak Paul
8
+ **Date created:** 2021/05/28
9
+ **Last modified:** 2021/06/05
10
+ **Description:** Training a video classifier with transfer learning and a recurrent model on the UCF101 dataset.
11
+ **Keras documentation [link](https://keras.io/examples/vision/video_classification/)**
12
 
13
  This example demonstrates video classification, an important use-case with applications in recommendations, security, and so on. We will be using the UCF101 dataset to build our video classifier. The dataset consists of videos categorized into different actions, like cricket shot, punching, biking, etc. This dataset is commonly used to build action recognizers, which are an application of video classification.
14