Skip to content

Commit

Permalink
som fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Nov 30, 2024
1 parent 3a1bc4b commit 2f39eae
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 163 deletions.
52 changes: 37 additions & 15 deletions NLP.tex
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
Expand All @@ -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)}
Expand All @@ -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}
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
Loading

0 comments on commit 2f39eae

Please sign in to comment.