-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
207 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
%\documentclass[]{esisyllabus} | ||
\documentclass[hy]{esisyllabus} | ||
%\documentclass[ol]{esisyllabus} | ||
\documentclass[]{esisyllabus} | ||
%\documentclass[info]{esisyllabus} | ||
|
||
%================================================================= | ||
% ADMIN | ||
%================================================================= | ||
|
||
\csdvalidation{CSD-XX/12/2024} | ||
\csvalidation{CS-XX/12/2024} | ||
\version{1.3} | ||
\syear{2024} | ||
|
||
%================================================================= | ||
% INFO | ||
|
@@ -14,20 +20,30 @@ | |
\volume{22.5}{6}{16.5} | ||
\unit{UEF 4.3.1} | ||
|
||
\hy | ||
%\ol | ||
|
||
%================================================================= | ||
% redactors & | ||
% redactors & reviewers | ||
%================================================================= | ||
|
||
\addredactor{Abdelkrime}{Aries}{ab\_[email protected]} | ||
|
||
%\addreviewer{Abdelkrime}{Aries}{ab\[email protected]} | ||
|
||
%================================================================= | ||
% objectives | ||
%================================================================= | ||
|
||
\addobjective{Understand some linguistic concepts and problems} | ||
\addobjective{Apply concepts covered in the prerequisites to solve NLP tasks} | ||
\addobjective{Discover some available NLP tools and resources} | ||
\addobjective{Understand research directions in NLP} | ||
\addobjective{Design and implement solutions to NLP problems} | ||
|
||
%================================================================= | ||
% prerequisites | ||
%================================================================= | ||
|
||
\addprerequisite{Data structures (1CP-ALSDD)} | ||
\addprerequisite{Probability and statistics (2CP-PRST1, 2CP-PRST2)} | ||
|
@@ -36,19 +52,28 @@ | |
\addprerequisite{Operations research (1CS-RO)} | ||
\addprerequisite{Machine learning (2CS-ML)} | ||
|
||
%================================================================= | ||
% learning methods/tools | ||
%================================================================= | ||
|
||
\addmethod{Lectures (presentation with open discussion)} | ||
\addmethod{Labs (graded practicals where students must implement a concept from scratch)} | ||
\addmethod{Workshops (ungraded where students implement an application using APIs)} | ||
\addmethod{Tutorials (Exercices)} | ||
\addmethod{Online quizzes (graded online quizzes at the end of each chapter)} | ||
|
||
%================================================================= | ||
% Assessment | ||
%================================================================= | ||
|
||
\ca[Online quizzes]{10} %continuous assessment | ||
\pr[Graded Labs]{20} % practicals | ||
\me{30} % midterm exam | ||
\fe{40} % final exam | ||
|
||
\ca[Online quizzes]{10} | ||
\pr[Graded Labs]{20} | ||
\me{30} | ||
\fe{40} | ||
|
||
%================================================================= | ||
% Chapters' outline | ||
%================================================================= | ||
|
||
\addchapter{Introduction to NLP}{7}{ | ||
\begin{itemize} | ||
|
@@ -127,7 +152,9 @@ | |
\end{itemize} | ||
} | ||
|
||
|
||
%================================================================= | ||
% Practicals and Tutorials | ||
%================================================================= | ||
|
||
\addpractical{Labs}{ | ||
Implementing an application from scratch to learn some concepts like regular expressions, edit distance, Ngrams, HMM, etc. | ||
|
@@ -151,14 +178,9 @@ | |
The goal is to promote lecture review by students. | ||
} | ||
|
||
%\usecovertheme{k3} | ||
|
||
\begin{document} | ||
|
||
\begin{center} | ||
\huge\bfseries\color{darkblue} SYLLABUS | ||
\end{center} | ||
|
||
\section{Identification} | ||
|
||
\identification | ||
|
Oops, something went wrong.