@@ -75,27 +75,22 @@ nav: false
7575<div class =" dat450-grid " >
7676 <article class =" dat450-card " >
7777 <h2>Programming Assignment 1</h2>
78- <p>Introduction to language modeling: build a neural language model, handle preprocessing, and explore embeddings.</p>
7978 <a href="{{ '/courses/dat450/assignment1/' | relative_url }}">Open assignment 1</a>
8079 </article >
81- <article class =" dat450-card " >
80+ <!-- < article class="dat450-card">
8281 <h2>Programming Assignment 2</h2>
83- <p>Sequence labelling with neural networks, focusing on tagging architectures and training routines.</p>
8482 <a href="{{ '/courses/dat450/assignment2/' | relative_url }}">Open assignment 2</a>
8583 </article>
8684 <article class="dat450-card">
8785 <h2>Programming Assignment 4</h2>
88- <p>Neural machine translation with encoder-decoder models and attention mechanisms.</p>
8986 <a href="{{ '/courses/dat450/assignment4/' | relative_url }}">Open assignment 4</a>
9087 </article>
9188 <article class="dat450-card">
9289 <h2>Programming Assignment 5</h2>
93- <p>Abstractive summarisation using encoder-decoder architectures and evaluation techniques.</p>
9490 <a href="{{ '/courses/dat450/assignment5/' | relative_url }}">Open assignment 5</a>
9591 </article>
9692 <article class="dat450-card">
9793 <h2>Course project</h2>
98- <p>Guidelines for the independent project, including deliverables, milestones, and reporting format.</p>
9994 <a href="{{ '/courses/dat450/project/' | relative_url }}">View project brief</a>
100- </article >
95+ </article> -->
10196</div >
0 commit comments