Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions 4th year - 2CS-SIQ/2CS-SIQ.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# 2CS-SIQ
**Be the first to share your project**
## List of projects:
In the SIQ specialty we have too many projects and labs during the year, which are:
## First semester:
- [**RESA:**](S1/RESA/RESA.md) Advanced Networks course labs (covering internal and external dynamic routing protcols RIP OSPF BGP and more advanced concepts like MPLS, and then 4G and potentially 5G if time permits)
- [**TPRO:**](S1/TPRO/TPRO.md) Programming theory course labs; we have 4 obligatory during the semester, it's cool and help us to explore algorithms construction paradigms and the impact of the algorithm design on the complexity of the solution.
- [**ANAD:**](S1/ANAD/ANAD.md) Data mining and analysis course lab; implementing multiple dimensionality reduction techniques that were taught in the course
- [**VCL:**](S1/VCL/VCL.md) Mainly virtualisation labs (the cloud computing part is short since time doesn't permit)
- [**SCI:**](S1/SCI/SCI.md) all IoT weekly labs

**[Go back](../README.md)**

## Second semester:
- [**BDDA:**](S2/BDDA/BDDA.md) Optional projects but very helpful and they explore modern data science & ai horizons, ++ the bonus in CI and CF is big, so i highly recommend to take them.
- [**OPTIM:**](S2/OPTIM/OPTIM.md) Best module don't miss it or neglect it!! 100% practical and fun, we have labs + final big research project
- [**Cybersec:**](S2/SSR/SSR.md) a lot (like A LOT) of labs per week :) good luck in that for real
- [**SYSR:**](S2/SYSR/SYSR.md) Distributed systems lab, you have one project in the semester that last 2 months ; about implementing some distributed mutual exclusion or election algorithm that is taught in the course like suzuki kasami, RA81, RA83 etc...
- [**ML:**](S2/ML/ML.md) Machine learning labs exploring and implementing what we have in during the lectures, the lab is divided to 2 parts, the first is about implementing the mathematical key functions from scratch like the loss function or the evaluation function and in the second part you have training results of multiple models according to the topic, and you start intrepreting them depending on your understanding of the model architecture and functioning
- [**HPC:**](S2/HPC/HPC.md) multiple labs on various libraries + final project that cover them all
- [**PRJS:**](S2/PRJS/PRJS.md) projet de spécialité :)


Note: These are not all the courses projects, some optional modules from SIQ1 may be missing.
good luckk <3
Empty file.
9 changes: 9 additions & 0 deletions 4th year - 2CS-SIQ/S1/RESA/RESA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Level of study: 2CS
- Module: RESA (Advanced Networks)
- Title: All semester labs from dynamic routing protocols to 4G
- Technology used: GNS3

First link:
- Name of the student(s): Zaineb Boukhetala && Amira Haddad
- GitHub account of the user: [zcybrgd](https://github.com/zcybrgd)
- [Link to the labs (TPs)](https://drive.google.com/drive/folders/1smH2_HREoyseRnf3OUCroh4F0v-j0UJp)
10 changes: 10 additions & 0 deletions 4th year - 2CS-SIQ/S1/SCI/SCI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Level of study: 2CS
- Module: SCI (IoT Internet of Things)
- Title: All semester labs
- Technology used: Raspberry Pi, Arduino MKR, sensors etc..

First link:
- Name of the student(s): Zaineb Boukhetala
- GitHub account of the user: [zcybrgd](https://github.com/zcybrgd)
- [Link to the labs reports](https://drive.google.com/drive/folders/1cxRTTiLnu9s1Ql771amdSDDIImx78Bv1)
- [Link to the labs code](https://github.com/zcybrgd/iot-labs)
11 changes: 11 additions & 0 deletions 4th year - 2CS-SIQ/S1/TPRO/TPRO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Level of study: 2CS
- Module: TPRO (Théorie de la programmation : Programming Theory)
- Title: All semester labs
- Technology used: programming language is optional, a good GUI is all that matters :)

First link:
- Name of the student(s): Zaineb Boukhetala && Amira Haddad
- GitHub account of the user: [zcybrgd](https://github.com/zcybrgd)
- [First lab: Point d'articulation](https://github.com/zcybrgd/PointArticulation)
- [Second lab: Knapsack (Sac à dos)](https://github.com/zcybrgd/Knapsack)
- [Fourth lab: Travelsalesman problem (Problème du Voyageur du commerce)](https://github.com/zcybrgd/TravelSalesmanProblem)
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions 4th year - 2CS-SIQ/S2/HPC/HPC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Level of study: 2CS
- Module: HPC (high performance computing)
- Title: All semester labs + project
- Technology used: C + Cuda

First link:
- Name of the student(s): Zaineb Boukhetala
- GitHub account of the user: [zcybrgd](https://github.com/zcybrgd)
- [Link to the labs code](https://github.com/zcybrgd/High-Performance-Computing-Labs)
Empty file added 4th year - 2CS-SIQ/S2/ML/ML.md
Empty file.
9 changes: 9 additions & 0 deletions 4th year - 2CS-SIQ/S2/OPTIM/OPTIM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Level of study: 2CS
- Module: OPTIM (Combinatorial Optimization)
- Title: All semester labs + project
- Technology used: jupyter notebook, mostly python as prog language and benchmarks depend on the np-hard problem you're working on

First link:
- Name of the student(s): Team 03 2024-2025
- GitHub account of the user: [zcybrgd](https://github.com/zcybrgd)
- [Link to the labs notebooks](https://github.com/zcybrgd/Implementing-Optimization-Techniques)
Empty file.
Empty file.