CSC 8608 – Concepts avancés et applications du deep learning

Portail informatique

CI1 : Example

Example.

Title (∼45mn, – medium)

Introduction

First question with inline code.
The solution with a block of code in Python.
class WordCount: def __init__(self, text): self.text = text