├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── LICENSE ├── Process for Contributors.md └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Report an issue or error in the UT-ECE-Student-Resources repository 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | - Incorrect links? 12 | - Duplicate resources? 13 | - Formatting issues in Markdown? 14 | - Incorrect course, contributor or semister? 15 | 16 | **Location** 17 | Where is the issue specifically? 18 | 19 | **Solution (optional)** 20 | Do you have a suggestion for fixing? Please share it or fork the repo! 21 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 moshafieeha 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Process for Contributors.md: -------------------------------------------------------------------------------- 1 | # Contributing to UT-ECE-Student-Resources 2 | 3 | Thank you for considering contributing to our repository! Here are some guidelines to help you get started. 4 | 5 | ## How to Contribute 6 | 7 | 1. Fork the repository. 8 | 2. Create a new branch for your feature or fix. 9 | 3. Make your changes and commit them. 10 | 4. Push your changes to your fork. 11 | 5. Submit a pull request. 12 | 13 | ## Guidelines 14 | 15 | - Follow the style of the project. 16 | - Write clear and concise commit messages. 17 | - Provide a detailed description of your changes in the pull request. 18 | 19 | ## Example Process for Contributors: 20 | 21 | 1. **Fork the Repository**: Fork the repository to your own GitHub account. 22 | 2. **Clone the Fork**: Clone your forked repository to your local machine. 23 | ```bash 24 | git clone https://github.com/moshafieeha/UT-ECE-Student-Resources.git 25 | cd UT-ECE-Student-Resources 26 | ``` 27 | 3. **Create a New Branch**: Create a new branch for the feature or fix. 28 | ```bash 29 | git checkout -b feature/your-feature-name 30 | ``` 31 | 4. **Make Changes**: Make your changes and commit them. 32 | ```bash 33 | git add . 34 | git commit -m "Add a meaningful commit message" 35 | ``` 36 | 5. **Push to Fork**: Push your branch to your forked repository. 37 | ```bash 38 | git push origin feature/your-feature-name 39 | ``` 40 | 6. **Submit a Pull Request**: Go to the original repository and submit a pull request from your branch. 41 | 42 | ## Need Help? 43 | 44 | If you have any questions or need assistance, feel free to open an issue or contact us at [email](mailto:m.shafieeha@gmail.com). 45 | 46 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![Maintenance](https://img.shields.io/badge/Maintained%3F-YES-green.svg)](https://github.com/moshafieeha/UT-ECE-Student-Resources/graphs/commit-activity) 2 | ![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen) 3 | ![Last Commit](https://img.shields.io/github/last-commit/moshafieeha/UT-ECE-Student-Resources) 4 | 5 | # UT-ECE-Student-Resources 6 | 7 | 🎓 **Welcome to the University of Tehran's Resources Repository!** 8 | 9 | We are passionate students dedicated to *sharing and curating valuable resources* from our studies. Our goal is to support students and academic community. 10 |
11 |
12 | 13 | ✨ **Special Thanks** 14 | 15 | We extend our gratitude to all students who have shared their incredible work. Your contributions create a more accessible education. 16 |
17 |
18 | 19 | 🤝 **Sharing Your Code Is a Win-Win** 20 | 21 | - *Build Your Portfolio*: Open-sourcing your projects demonstrates your skills to potential opportunities. 22 | - *Gain Recognition*: You can showcase your work and use it as a reference. 23 | - *Foster Collaboration*: You can invite others to build upon your work, leading to better solutions. 24 |
25 | 26 | 🌱 **The Chain Continues With Links.** 27 | 28 | If you know another valid repository, feel free to request or email. Let's continue to grow this repository together! 29 |
30 |
31 | 32 | 33 | ⭐ **Please Give It a Star!** 34 |

Click the star button at the top right corner of this page. Your support is greatly appreciated!

35 | 36 | Give a Star 37 | 38 |
39 |
40 | 41 | ## Table of Contents 42 | 1. [Graduate Courses](#graduate-courses) 43 | 1. [Trustworthy AI](#1-trustworthy-ai---dr-mostafa-tavassolipour) 44 | 2. [NLP](#2-nlp---dr-hesham-faili) 45 | 3. [Data Mining](#3-data-mining---dr-azade-shakeri) 46 | 4. [Information Retrieval](#4-information-retrieval---dr-azade-shakeri) 47 | 5. [Social Network](#5-social-network---dr-masoud-asadpour) 48 | 6. [Advanced Deep Learning](#6-advanced-deep-learning---dr-ahmad-kalhor) 49 | 7. [Reinforcement Learning](#7-reinforcement-learning---dr-majid-nili-ahmad-abadi) 50 | 8. [Machine Learning](#8-machine-learning---dr-a-dehaqani-dr-mostafa-tavassolipour) 51 | 9. [Deep Learning (with applications in vision and voice)](#9-deep-learning-with-applications-in-vision-and-voice---dr-reshad-hosseini) 52 | 10. [Statistical Inference](#10-statistical-inference---dr-behnam-bahrak) 53 | 11. [Deep Generative Model](#11-deep-generative-model---dr-mostafa-tavassolipour) 54 | 12. [Neural Networks and Deep Learning](#12-neural-networks-and-deep-learning---dr-ahmad-kalhor) 55 | 13. [Cognitive Science](#13-cognitive-science) 56 | 14. [Information Technology Management (ITM)](#14-information-technology-management-itm---dr-fattaneh-taghiyareh) 57 | 15. [Data Analysis](#15-data-analysis) 58 | 16. [Advanced Optimization](#16-advanced-optimization) 59 | 17. [Crypto Currencies](#17-crypto-currencies) 60 | 18. [Distributed Optimization and Learning](#18-distributed-optimization-and-learning) 61 | 19. [Blind Source Separation](#19-blind-source-separation---dr-akhavan) 62 | 20. [Advanced Theory of Communication](#20-advanced-theory-of-communication---dr-olfat) 63 | 21. [System Identification](#21-system-identification---dr-araabi) 64 | 22. [Optimal Control](#22-optimal-control---dr-yaghmaei) 65 | 23. [Game Theory](#23-game-theory---dr-kebriaei) 66 | 24. [Big Data](#24-big-data---dr-dousti) 67 | 25. [Complex Networks](#25-complex-networks) 68 | 26. [Biological Accounting](#26-biological-accounting---Dr-masoud-asadpour) 69 | 2. [Undergraduate Courses](#undergraduate-courses) 70 | 1. [AI](#1-ai---dr-fadaei) 71 | 2. [Network Lab](#2-network-lab---dr-ahmad-khonsari) 72 | 3. [Computer Architecture Lab](#3-computer-architecture-lab) 73 | 4. [OS](#4-os) 74 | 5. [Cyber Physical Systems](#5-cyber-physical-systems) 75 | 6. [Computer Architecture](#6-computer-architecture) 76 | 7. [Software Testing](#7-software-testing) 77 | 8. [Database Lab](#8-database-lab---reza-dehghani) 78 | 9. [Compiler](#9-compiler) 79 | 10. [Network](#10-network) 80 | 11. [OS Lab](#11-os-lab) 81 | 12. [Advanced Programming](#12-advanced-programming) 82 | 13. [Digital Logical Designs](#13-digital-logical-designs) 83 | 14. [Engineering Probability and Statistics](#14-engineering-probability-and-statistics) 84 | 15. [Digital Logical Designs Lab](#15-digital-logical-designs-lab) 85 | 16. [Computer Aided Design](#16-computer-aided-design) 86 | 17. [Signal Processing](#17-signal-processing) 87 | 18. [Internet Engineering](#18-internet-engineering) 88 | 19. [Software Engineering](#19-software-engineering) 89 | 20. [Signal and System](#20-signal-and-system) 90 | 21. [Advanced Control (Modern Control)](#21-advanced-control-modern-control) 91 | 22. [Operational Research](#22-operational-research) 92 | 23. [Digital Control Lab](#23-digital-control-lab) 93 | 24. [Digital Control Systems](#24-digital-control-systems) 94 | 25. [Industrial Automation](#25-industrial-automation---dr-abbasian) 95 | 26. [Linear Algebra](#26-linear-algebra---dr-sarafraaz) 96 | 27. [Other](#other) 97 | 98 | 3. [Assets](#assets) 99 | 100 | 101 |
102 | 103 | ## Graduate Courses 104 | 105 | ### 1. Trustworthy AI - Dr. Mostafa Tavassolipour 106 | * [**Homeworks (2024, Spring)**](https://github.com/moshafieeha/Deep-Learning-Mini-Projects) by Mohammad Shafieeha 107 | * [**Homeworks (2023, Spring)**](https://github.com/m4hyarm/Trustworthy_AI_Course_Assignments) by Mahyar Maleki 108 | * [**Homeworks (2023, Spring)**](https://github.com/farzaneh-hatami/Trustworthy-AI) by Farzaneh Hatami 109 | * [**Homeworks (2023, Spring)**](https://github.com/MohammadJRanjbar/Interpretable-Artificial-Intelligence-course) by Mohammad Ranjbar 110 | * [**Robust Classifier Implementation (2023, Spring)**](https://github.com/farshadsangari/robust_classifier) by Farshad Sangari 111 | * [**Metric Learning Implementation**](https://github.com/farshadsangari/robust_classifier) by Farshad Sangari 112 | * [**FGSM Adversarial Attacks**](https://github.com/ahedayat/FGSM-Adversarial-Attacks) 113 | 114 | ### [2. NLP - Dr. Hesham Faili](https://nlp-ut.github.io) 115 | * [**LangGraph Workshop (2024, Spring)**](https://github.com/VavRe/ut-nlp-langgraph) by Vahid Rahimzade 116 | * [**Homeworks (2024, Spring)**](https://github.com/SamanEN/NLP-Course-Projects) by Saman Eslami 117 | * [**Homeworks (2023, Spring)**](https://github.com/VavRe/nlp-ut) by Vahid Rahimzade 118 | * [**Homeworks (2023, Spring)**](https://github.com/fatemehnadir/Natural-Language-Processing) by Fatemeh Nadi 119 | * [**Homeworks (2022, Fall)**](https://github.com/sepehr-karimi/NLP_course) by Sepehr Karimi 120 | * [**Homeworks (2022, Spring)**](https://github.com/AmirAbaskohi/FMNLP-Course-Projects) by Amirhossein Abaskohi 121 | 122 | ### [3. Data Mining - Dr. Azade Shakeri](https://dm-ut.github.io) 123 | * [**Homeworks (2023, Spring)**](https://github.com/VavRe/data-mining-ut) by Vahid Rahimzade 124 | * [**Homeworks (2018, Spring)**](https://github.com/aliizadi/Data-Mining-Course) by Ali Izadi 125 | 126 | ### 4. Information Retrieval - Dr. Azade Shakeri 127 | * [**Homeworks (2022, Fall)**](https://github.com/VavRe/data-mining-ut) by Vahid Rahimzade 128 | * [**Homeworks (2021, Fall)**](https://github.com/mamathew98/Intelligent-Information-Retrieval-Projects) by Mohammad Naseri 129 | 130 | ### 5. Social Network - Dr. Masoud Asadpour 131 | * [**Homeworks (2022, Fall)**](https://github.com/VavRe/social-networks-ut) by Vahid Rahimzade 132 | * [**Homeworks (2022, Fall)**](https://github.com/S-razmi/social_network_assg) 133 | 134 | ### 6. Advanced Deep Learning - Dr. Ahmad Kalhor 135 | * [**Homeworks (2023, Fall)**](https://github.com/AlirezaMoseni/UT-Advanced-Deep-Learning-Course-Projects) by Alireza Mohseni 136 | * [**Homeworks (2023, Fall)**](https://github.com/Arhosseini77/ADDNN_2023) by Alireza Hosseini 137 | * [**Homeworks (2022, Fall)**](https://github.com/farzaneh-hatami/MetricLearning) by Farzaneh Hatami 138 | 139 | ### 7. Reinforcement Learning - Dr. Majid Nili Ahmad Abadi 140 | * [**Homeworks (2023, Fall)**](https://github.com/fardinabbasi/Deep_RL) by Fardin Abbasi 141 | * [**Homeworks (Part 2) (2023, Fall)**](https://github.com/fardinabbasi/Tabulated_RL) by Fardin Abbasi 142 | * [**Homeworks (2022, Fall)**](https://github.com/m4hyarm/Reinforcement_Learning_Course_Assignments) by Mahyar Maleki 143 | * [**Homeworks (2022, Fall)**](https://github.com/S-razmi/RL-Course-assg) 144 | * [**Homeworks (2021, Fall)**](https://github.com/amirhosein-mesbah/Reinforcement_learning) by Amirhosein Mesbah 145 | 146 | ### 8. Machine Learning - Dr. A. Dehaqani, Dr. Mostafa Tavassolipour 147 | * [**Final project (2024, Spring)**](https://github.com/MehdiJmlkh/Machine-Learning-Course-Project-S2024) by Mehdi Jamalikh 148 | * [**Final Project (2023, Spring)**](https://github.com/HesamAsad/MachineLearning-Spring2023-FinalProject) 149 | * [**Homeworks (2023, Spring)**](https://github.com/fardinabbasi/Machine_Learning) by Fardin Abbasi 150 | * [**Homeworks (2023, Spring)**](https://github.com/Arhosseini77/machine_learning_2023) by Alireza Hosseini 151 | * [**Homeworks (2022, Fall)**](https://github.com/fatemehnadir/Machine-Learning) by Fatemeh Nadi 152 | * [**Homeworks (2022, Fall)**](https://github.com/AmirAbaskohi/Machine-Learning-Course-Homeworks) by Amirhossein Abaskohi 153 | * [**Homeworks (2021, Fall)**](https://github.com/iman2693/ML-UTCS-2021) by Iman Kianian 154 | 155 | ### 9. Deep Learning (with applications in vision and voice) - Dr. Reshad Hosseini 156 | * [**Homeworks (2023, Fall)**](https://github.com/AlirezaMoseni/UT-NNDL-Course-Projects) by Alireza Mohseni 157 | * [**Homeworks (2022, Spring)**](https://github.com/m4hyarm/Deep_Learning_Course_Assignments) by Mahyar Maleki 158 | * [**Saliency Map Implementation (2022, Spring)**](https://github.com/farshadsangari/saliency_map_prediction) by Farshad Sangari 159 | * [**Inverting Visual Representation Implementation (2022, Spring)**](https://github.com/farshadsangari/inverting_visual_representation) by Farshad Sangari 160 | * [**Brain Mri Segmentation Implementation (2022, Spring)**](https://github.com/farshadsangari/brain_mri_segmentation) by Farshad Sangari 161 | * [**Homeworks (2021, Spring)**](https://github.com/amirhosein-mesbah/Deep_Learning) by Amirhosein Mesbah 162 | 163 | ### 10. Statistical Inference - Dr. Behnam Bahrak 164 | * [**Homeworks (2022, Spring)**](https://github.com/farzaneh-hatami/StatisticalInference) by Farzaneh Hatami 165 | * [**Homeworks (2022, Fall)**](https://github.com/fatemehnadir/Statistical-Inference) by Fatemeh Nadi 166 | * [**Homeworks (2021, Spring)**](https://github.com/aliizadi/statistical-inference-course) by Ali Izadi 167 | * [**Homeworks (2021, Fall)**](https://github.com/niiiikou/Statistical-Inference) 168 | 169 | ### 11. Deep Generative Model - Dr. Mostafa Tavassolipour 170 | * [**Homeworks (2023, Fall)**](https://github.com/fatemehnadir/Deep-Generative-Model) by Fatemeh Nadi 171 | * [**Homeworks (2023, Fall)**](https://github.com/Arhosseini77/dgm_course_2023) 172 | * [**Homeworks (2022, Fall)**](https://github.com/niiiikou/DeepGenerativeModels) 173 | * [**VAE Variations Implementation (2022, Fall**](https://github.com/farshadsangari/vae_variations) by Farshad Sangari 174 | * [**DeepGUM Implementation (2022, Fall**](https://github.com/farshadsangari/DeepGUM) by Farshad Sangari 175 | 176 | ### 12. Neural Networks and Deep Learning - Dr. Ahmad Kalhor 177 | * [**Homeworks (2024, Spring)**](https://github.com/Shahriar-0/Neural-Networks-and-Deep-Learning-Course-Projects-S2024) by Shahriar Attar & Matin Bazrafshan 178 | * [**Homeworks (2023, Fall)**](https://github.com/MohammadJRanjbar/Deep-Learning-Course) by Mohammad Ranjbar 179 | * [**Homeworks (2023, Fall)**](https://github.com/Hadi-loo/Neural-Networks-and-Deep-Learning-Course) by Hadi Babalou 180 | * [**Homeworks (2022, Fall)**](https://github.com/Farbod-Siahkali/Neural-Networks-and-Deep-Learning) by Farbod Siahkali 181 | * [**Homeworks (2021, Fall)**](https://github.com/aliizadi/neural-networks-course) by Ali Izadi 182 | 183 | ### 13. Cognitive Science 184 | * [**Homeworks (2022, Spring)**](https://github.com/m4hyarm/Cognitive_Science_Course_Assignments) by Mahyar Maleki 185 | * [**Homeworks (2021, Spring)**](https://github.com/amirhosein-mesbah/NeuroScience) by Amirhosein Mesbah 186 | 187 | ### 14. Information Technology Management (ITM) - Dr. Fattaneh Taghiyareh 188 | * [**Homeworks (2022, Fall)**](https://github.com/varaste/Information-Technology-Management-ITM) by Arya Varaste 189 | 190 | ### 15. Data Analysis - Dr. Mohammad Amin Sadeghi 191 | * [**Homeworks (2022, Fall)**](https://github.com/sepehr-karimi/Data-Analysis-Course) by Sepehr Karimi 192 | * [**Homeworks (2022)**](https://github.com/yaramohamadi/2022_DataAnalytics_SummerSchool) by Yara M. Bahram 193 | * [**Homeworks (2021, Fall)**](https://github.com/aliizadi/data-analysis-course) by Ali Izadi 194 | * [**Homeworks (2021, Fall)**](https://github.com/farshadsangari/Alibaba-vs-MrBilit-tickets-) by Farshad Sangari 195 | * [**Homeworks (2021, Fall)**](https://github.com/farshadsangari/Covid-Analysis) by Farshad Sangari 196 | * [**Summer School (2022)**](https://github.com/HooshBaaz/2022_DataAnalytics_SummerSchool) by HooshBaaz 197 | 198 | ### 16. Advanced Optimization 199 | * [**Homeworks (2021, Fall)**](https://github.com/aliizadi/advanced-optimization-course) by Ali Izadi 200 | 201 | ### 17. Crypto Currencies 202 | * [**Homeworks (2024, Spring)**](https://github.com/AliHamzeh2002/Crypto-Currency-Course) by Ali Hamzehpour 203 | * [**Homeworks (2024, Spring)**](https://github.com/MobinaMhr/Cryptocurrency-Course-Projects-S2024) by Mobina Mehrazar 204 | * [**Homeworks (2023, Spring)**](https://github.com/AlirezaMoseni/UT-Crypto-Currencies-Course) by Alireza Mohseni 205 | * [**Homeworks (2023, Spring)**](https://github.com/SanaNavaei/Crypto-Currency) by Sana Navaei 206 | 207 | ### 18. Distributed Optimization and Learning 208 | * [**Homeworks (2024, Spring)**](https://github.com/sina-tb/Distributed-Systems-Course-Projects) by Sina Tabassi 209 | * [**Homeworks (2023, Fall)**](https://github.com/AlirezaMoseni/UT-Distributed-Optimization-and-Learning) by Alireza Mohseni 210 | * [**Homeworks (2021, Fall)**](https://github.com/amirhosein-mesbah/Deep_Learning) by Amirhosein Mesbah 211 | 212 | ### 19. Blind Source Separation - Dr. Akhavan 213 | * [**Homeworks (2023, Spring)**](https://github.com/Arhosseini77/Blind_Source_Separation) by Alireza Hosseini 214 | * [**Final Project (2023, Spring)**](https://github.com/Arhosseini77/BSS_final_project) by Alireza Hosseini 215 | 216 | ### 20. Advanced Theory of Communication - Dr. Olfat 217 | * [**Homeworks (2024, Spring)**](https://github.com/Arhosseini77/advanced_communication) by Alireza Hosseini 218 | 219 | ### 21. System Identification - Dr. Araabi 220 | * [**Homeworks (2023, Spring)**](https://github.com/K-Hooshanfar/System_Identification) by Kiana Hooshanfar 221 | 222 | ### 22. Optimal Control - Dr. Yaghmaei 223 | * [**Homeworks (2023, Fall)**](https://github.com/K-Hooshanfar/optimal_control_projects) by Kiana Hooshanfar 224 | 225 | ### 23. Game Theory - Dr. Kebriaei 226 | * [**Homeworks (2024, Spring)**](https://github.com/K-Hooshanfar/Game_theory_2024) by Kiana Hooshanfar 227 | 228 | ### 24. Big Data - Dr. Dousti 229 | * [**Homeworks (2021, Spring)**](https://github.com/amirhosein-mesbah/Big_Data) by Amirhosein Mesbah 230 | 231 | ### 25. Complex Networks 232 | * [**Homeworks (2024, Spring)**](https://github.com/SM2A/Complex_Networks_Course_Project) by Seyed Mohammad Amin Atyabi 233 | 234 | ### 26. Biological Accounting - Dr. Masoud Asadpour 235 | * [**Final Project (2024, Spring)**](https://github.com/yasamanhbn/CPG-controller-with-GA-optimization) by Yasaman Haghbin 236 | 237 |
238 | 239 | ## Undergraduate Courses 240 | 241 | ### 1. AI - Dr. Fadaei & Dr. Yaghoobzadeh 242 | * [**Homeworks (2025, Spring)**](https://github.com/manih1384/UT-ECE-AI-Spring2025) by Mani Hosseini 243 | * [**Homeworks (2024, Spring)**](https://github.com/notarealone/UT_AI-Spring2024) by Alireza Hosseini 244 | * [**Homeworks (2024, Spring)**](https://github.com/mmd-nemati/Artificial-Intelligence-Course-Projects-S2024) by Mohammad Nemati 245 | * [**Homeworks (2024, Fall)**](https://github.com/MobinaMhr/Artificial-Intelligence-Course-F2024) by Mobina Mehrazar 246 | * [**Homeworks (2023, Spring)**](https://github.com/MisaghM/Artificial-Intelligence-Course-Projects) by Misagh Mohaghegh 247 | * [**Homeworks (2023, Spring)**](https://github.com/FabulousMatin/AI-Course) by Matin Bazrafshan 248 | * [**Homeworks (2023, Spring)**](https://github.com/SanaNavaei/Artificial-Intelligence) by Sana Navaei 249 | * [**Homeworks (2023, Spring)**](https://github.com/AliHamzeh2002/AI-Course-Projects) by Ali Hamzehpour 250 | * [**Homeworks (2023, Spring)**](https://github.com/Hadi-loo/Artificial-Intelligence-Course) by Hadi Babalou 251 | * [**Homeworks (2023, Spring)**](https://github.com/Shahriar-0/Artificial-Intelligence-Course-Projects-S2023) by Shahriar Attar 252 | * [**Homeworks (2023, Spring)**](https://github.com/MhAghili/Artificial-Intelligence-Projects) by Mohammad Aghili 253 | * [**Homeworks (2023, Fall)**](https://github.com/Farbod-Siahkali/Artificial-Intelligence) by Farbod Siahkali 254 | * [**Homeworks (2023, Fall)**](https://github.com/MobinaMhr/Artificial-Intelligence-Course-F2024) by Mobina Mehrazar 255 | * [**Homeworks (2022, Fall)**](https://github.com/avamirm/Artificial-Intelligence-Projects) by Ava Mir Mohammad Mahdi 256 | * [**Homeworks (2022, Fall)**](https://github.com/PashaBarahimi/Artificial-Intelligence-Projects) by Pasha Barahimi 257 | * [**Homeworks (2022, Fall)**](https://github.com/sina-tb/AI-Course-Projects) by Sina Tabassi 258 | * [**Homeworks (2022, Fall)**](https://github.com/SamanEN/Artificial-Intelligence-Course-Projects) by Saman Eslami 259 | * [**Homeworks (2021, Spring)**](https://github.com/AmirAbaskohi/Artificial-Intelligence-Projects) by Amirhossein Abaskohi 260 | * [**Homeworks (2021, Spring)**](https://github.com/daneshvar-amrollahi/Artificial-Intelligence) by Daneshvar Amrollahi 261 | * [**Homeworks (2021, Spring)**](https://github.com/aminst/artificial-intelligence-projects) by Amin Setayesh 262 | * [**Homeworks (2021, Fall)**](https://github.com/AliAkhgari/Artificial-Intelligence-Course) by Ali Akhgari 263 | 264 | ### 2. Network Lab - Dr. Ahmad Khonsari 265 | * [**Homeworks (2021, Fall)**](https://github.com/AmirAbaskohi/Network-Lab) by Amirhossein Abaskohi 266 | * [**Homeworks (2020)**](https://github.com/HPNL/TCP-IP-Laboratory) 267 | 268 | ### 3. Computer Architecture Lab 269 | * [**Homeworks (2024, Spring)**](https://github.com/MAmin-y/Computer-Architecture-Course-Projects-S2023) by Mohammad Amin Yousefi 270 | * [**Homeworks (2023, Fall)**](https://github.com/Shahriar-0/Operating-System-Course-Projects-F2023) by Shahriar Attar 271 | * [**Homeworks (2023, Spring)**](https://github.com/PashaBarahimi/Computer-Architecture-Lab-Projects) by Pasha Barahimi 272 | * [**Homeworks (2023, Spring)**](https://github.com/MisaghM/Computer-Architecture-Lab-Projects) by Misagh Mohaghegh 273 | * [**Homeworks (2021)**](https://github.com/kalhorghazal/ARM-Processor) 274 | 275 | ### 4. OS 276 | * [**Homeworks (2024, Fall)**](https://github.com/MobinaMhr/Operating-System-ProjectsF2024) by Mobina Mehrazar 277 | * [**Homeworks (2024, Fall)**](https://github.com/FabulousMatin/OperatingSystems-Projects) by Matin Bazrafshan 278 | * [**Homeworks (2023, Spring)**](https://github.com/sina-tb/OS-Course-Projects) by Sina Tabassi 279 | * [**Homeworks (2023, Spring)**](https://github.com/SanaNavaei/Operating-System) by Sana Navaei 280 | * [**Homeworks (2023, Fall)**](https://github.com/mmd-nemati/Operating-System-Course-Projects-F2023) by Mohammad Nemati 281 | * [**Homeworks (2023, Fall)**](https://github.com/MAmin-y/Operating-System-Course-Projects) by Mohammad Amin Yousefi 282 | * [**Homeworks (2023, Fall)**](https://github.com/Shahriar-0/Computer-Architecture-Lab-Experiments-F2023) by Shahriar Attar 283 | * [**Homeworks (2023, Fall)**](https://github.com/AliHamzeh2002/Operating-System) by Ali Hamzehpour 284 | * [**Homeworks (2023, Fall)**](https://github.com/notarealone/UT_OS-Fall2023) by Alireza Hosseini 285 | * [**Homeworks (2023, Fall)**](https://github.com/mmd-nemati/Operating-System-Course-Projects-F2023) by Mohammad Nemati 286 | * [**Homeworks (2022, Spring)**](https://github.com/PashaBarahimi/Operating-System-Projects) by Pasha Barahimi 287 | * [**Homeworks (2022, Spring)**](https://github.com/MisaghM/Operating-System-Course-Projects) by Misagh Mohaghegh 288 | * [**Homeworks (2022, Fall)**](https://github.com/SamanEN/Operating-System-Course-Projects) by Saman Eslami 289 | * [**Homeworks (2022, Fall)**](https://github.com/avamirm/Operating-System-Projects) by Ava Mir Mohammad Mahdi 290 | * [**Homeworks (2021, Spring)**](https://github.com/daneshvar-amrollahi/Operating-Systems) by Daneshvar Amrollahi 291 | * [**Homeworks (2021, Spring)**](https://github.com/AmirAbaskohi/Operating-System-Course-Projects) by Amirhossein Abaskohi 292 | * [**Homeworks (2021, Spring)**](https://github.com/aminst/operating-systems-projects) by Amin Setayesh 293 | 294 | ### 5. Cyber Physical Systems 295 | * [**Smart Flower Pot Implementation(2023, Spring)**](https://github.com/Theparia/Arduino-Smart-Flower-Pot) 296 | 297 | ### 6. Computer Architecture 298 | * [**Homeworks (2025, Spring)**](https://github.com/manih1384/UT-ECE-ComputerArchitecture-Spring2025) by Mani Hosseini 299 | * [**MIPS Processor Implementation(2022)**](https://github.com/avamirm/Computer-Architecture-Course-Projects) by Ava Mir Mohammad Mahdi 300 | * [**Homeworks (2023, Spring)**](https://github.com/sina-tb/Computer-architecture) by Sina Tabassi 301 | * [**Homeworks (2023, Spring)**](https://github.com/AliHamzeh2002/Computer-Architecture) by Ali Hamzehpour 302 | * [**Homeworks (2023, Spring)**](https://github.com/FabulousMatin/ComputerArchitecture-Course) by Matin Bazrafshan 303 | * [**Homeworks (2023, Spring)**](https://github.com/MobinaMhr/Computer-Architecture-Course-Projects-S2023) by Mobina Mehrazar & Mohammad Nemati 304 | * [**Homeworks (2023, Spring)**](https://github.com/SanaNavaei/Computer-Architecture) by Sana Navaei 305 | * [**Homeworks (2022, Spring)**](https://github.com/PashaBarahimi/Computer-Architecture-Course-Projects) by Pasha Barahimi 306 | * [**Homeworks (2022, Fall)**](https://github.com/Farbod-Siahkali/Computer-Architecture-Projects) by Farbod Siahkali 307 | * [**Homeworks (2021, Spring)**](https://github.com/AmirAbaskohi/ComputerArchitectureProject) by Amirhossein Abaskohi 308 | * [**Homeworks (2020, Fall)**](https://github.com/daneshvar-amrollahi/Computer-Architecture-Course-Projects) by Daneshvar Amrollahi 309 | 310 | ### 7. Software Testing 311 | * [**Homeworks (2024, Fall)**](https://github.com/MisaghM/Software-Testing-Course-Projects) by Misagh Mohaghegh & Pasha Barahimi 312 | * [**Homeworks (2023, Fall)**](https://github.com/avamirm/Software-Testing-Course-Projects) by Ava Mir Mohammad Mahdi 313 | * [**Homeworks (2023, Fall)**](https://github.com/Hadi-loo/Software-Testing-Course) by Hadi Babalou & Sana Navaei 314 | * [**Homeworks (2023, Fall)**](https://github.com/sina-tb/Software-Testing-Course-Projects) by Sina Tabassi 315 | * [**Homeworks (2023, Fall)**](https://github.com/MhAghili/Software-Testing-Projects) by Mohammad Aghili 316 | 317 | ### 8. Database Lab - Reza Dehghani 318 | * [**Homeworks (2023, Fall)**](https://github.com/PashaBarahimi/Database-Lab-Projects) by Pasha Barahimi 319 | * [**Homeworks (2023, Fall)**](https://github.com/MisaghM/Database-Lab-Projects) by Misagh Mohaghegh 320 | 321 | ### 9. Compiler 322 | * [**Homeworks (2024, Spring)**](https://github.com/Shahriar-0/Programming-Languages-and-Compiler-Course-Projects-S2024) by Shahriar Attar 323 | * [**Homeworks (2024, Spring)**](https://github.com/MobinaMhr/Compiler-Course-Projects-S2024) by Mobina Mehrazar 324 | * [**Homeworks (2023, Spring)**](https://github.com/MisaghM/Compiler-Course-Projects) by Misagh Mohaghegh 325 | * [**Homeworks (2023, Spring)**](https://github.com/PashaBarahimi/Compiler-Course-Projects) by Pasha Barahimi 326 | * [**Homeworks (2023, Spring)**](https://github.com/MhAghili/Compiler-Course-CAs) by Mohammad Aghili 327 | * [**Project (2023, Spring)**](https://github.com/SamanEN/LogicPL-Compiler) by Saman Eslami 328 | * [**Homeworks (2023, Fall)**]( https://github.com/mmd-nemati/Compiler-Course-Projects-F2023) by Mohammad Nemati 329 | 330 | ### 10. Network - Dr. Naser Yazdani 331 | * [**Homeworks(2023, Spring)**](https://github.com/PashaBarahimi/Computer-Networks-Course-Projects) by Pasha Barahimi & Misagh Mohaghegh 332 | * [**Homeworks(2023, Spring)**](https://github.com/Hadi-loo/Computer-Networks-Course) by Hadi Babalou 333 | * [**Homeworks(2023, Spring)**](https://github.com/sina-tb/Computer-Networks-Course-Projects) by Sina Tabassi 334 | * [**Final Project(2022, Spring)**](https://github.com/Farbod-Siahkali/Computer-Networks-Project) by Farbod Siahkali 335 | * [**Homeworks(2021, Spring)**](https://github.com/AmirAbaskohi/Computer-Network-Projects) by Amirhossein Abaskohi 336 | * [**Homeworks(2021, Spring)**](https://github.com/daneshvar-amrollahi/Computer-Networks) by Daneshvar Amrollahi 337 | 338 | ### 11. OS Lab 339 | * [**Homeworks(2023, Spring)**](https://github.com/AliHamzeh2002/Operating-System-Lab) by Ali Hamzehpour 340 | * [**Homeworks(2023, Spring)**](https://github.com/Shahriar-0/Operating-System-Lab-Projects-S2024) by Shahriar Attar 341 | * [**Homeworks(2023, Spring)**](https://github.com/AliAkhgari/Operating-System-Course) by Ali Akhgari 342 | * [**Homeworks(2023, Spring)**](https://github.com/sina-tb/OS-Lab-Projects) by Sina Tabassi 343 | * [**Homeworks(2022, Spring)**](https://github.com/PashaBarahimi/Operating-System-Lab-Projects) by Saman Eslami & Pasha Barahimi & Misagh Mohaghegh 344 | * [**XV6 OS(2021, Spring)**](https://github.com/daneshvar-amrollahi/os-lab-xv6) by Daneshvar Amrollahi & Amin Setayesh & Alireza Tavakoli 345 | 346 | ### 12. Advanced Progeramming 347 | * [**Homeworks(2023, Spring)**](https://github.com/FabulousMatin/AP-Course) by Matin Bazrafshan 348 | * [**Homeworks(2022, Spring)**](https://github.com/Shahriar-0/Advanced-Programming-Course-Projects-S2022) by Shahriar Attar 349 | * [**Homeworks(2022, Spring)**](https://github.com/AliHamzeh2002/Advanced-Programming-Course) by Ali Hamzehpour 350 | * [**Homeworks(2021, Spring)**](https://github.com/AmirAbaskohi/AdavancedProgrammingProject) by Amirhossein Abaskohi 351 | * [**Homeworks(2020, Spring)**](https://github.com/AliAkhgari/Advanced-Programming-Course) by Ali Akhgari 352 | * [**Content(2020, Fall)**](https://github.com/iman2693/AP98992) by Iman Kianian 353 | 354 | ### 13. Digital Logical Designs 355 | * [**Homeworks(2022, Spring)**](https://github.com/Farbod-Siahkali/Digital-Logical-Designs-Projects) by Farbod Siahkali 356 | * [**Homeworks(2020, Fall)**](https://github.com/daneshvar-amrollahi/Digital-Logic-Design-Lab) by Daneshvar Amrollahi 357 | 358 | ### 14. Engineering Probability and Statistics 359 | * [**Homeworks(2023, Spring)**](https://github.com/Shahriar-0/Engineering-Probability-and-Statistics-Course-Projects-F2022) by Shahriar Attar 360 | 361 | ### 15. Digital Logical Designs Lab 362 | * [**Homeworks (2023, Spring)**](https://github.com/Shahriar-0/Digital-Logic-Design-Lab-Experiments-S2023) by Shahriar Attar 363 | * [**Homeworks (2023, Spring)**](https://github.com/MobinaMhr/Digital-Logic-Design-Lab-Experiments-S2023) by Mobina Mehrazar 364 | * [**Homeworks (2023, Spring)**](https://github.com/FabulousMatin/DLD-Lab) by Matin Bazrafshan 365 | * [**Homeworks (2023, Spring)**](https://github.com/SanaNavaei/Digital-Logic-Design-Lab) by Sana Navaei 366 | * [**Homeworks (2022, Spring)**](https://github.com/PashaBarahimi/Digital-Logic-Design-Lab-Experiments) by Pasha Barahimi & Misagh Mohaghegh 367 | 368 | ### 16. Computer Aided Design 369 | * [**Homeworks(2024, Fall)**](https://github.com/MobinaMhr/Computer-Aided-Design-F2024) by Mobina Mehrazar 370 | * [**Homeworks(2024, Fall)**](https://github.com/FabulousMatin/ComputerAidedDesign) by Matin Bazrafshan 371 | * [**Homeworks(2023, Fall)**](https://github.com/AliHamzeh2002/Computer-Aided-Design-Projects) by Ali Hamzehpour 372 | * [**Homeworks(2023, Fall)**](https://github.com/Shahriar-0/Computer-Aided-Design-Course-Projects-F2024) by Shahriar Attar 373 | * [**Homeworks(2022, Fall)**](https://github.com/PashaBarahimi/Computer-Aided-Design-Projects) by Pasha Barahimi & Misagh Mohaghegh 374 | 375 | ### 17. Signal Processing 376 | * [**Homeworks(2023, Fall)**](https://github.com/AliHamzeh2002/Signal-Processing-Course-Projects) by Ali Hamzehpour 377 | * [**Homeworks(2023, Fall)**](https://github.com/mmd-nemati/Signals-Systems-Course-Projects-F2023) by Mohammad Nemati 378 | * [**Homeworks(2023, Fall)**](https://github.com/FabulousMatin/Signals-and-Systems-Course-Projects) by Matin Bazrafshan 379 | 380 | ### 18. Internet Engineering 381 | * [**Homeworks(2024, Spring)**](https://github.com/MisaghM/Mizdooni) by Misagh Mohaghegh & Sana Navaei 382 | 383 | ### 19. Software Engineering 384 | * [**Final Project (2023, Spring)**](https://github.com/MisaghM/Software-Engineering1-Course-Projects) by Misagh Mohaghegh 385 | 386 | ### 20. Signal and System 387 | * [**Homeworks (2023, Spring)**](https://github.com/sina-tb/Signal-and-System) by Sina Tabassi 388 | 389 | ### 21. Advanced Control (Modern Control) - Dr. Kebriaei 390 | * [**Final Project (2023, Fall)**](https://github.com/fardinabbasi/Ball_and_Beam_Control_System) by Fardin Abbasi 391 | 392 | ### 22. Operational Research - Dr. Ramezani Moghaddam 393 | * [**Final Project (2023, Fall)**](https://github.com/fardinabbasi/Linear_Programming) by Fardin Abbasi 394 | 395 | ### 23. Digital Control Lab 396 | * [**Final Project (2023, Fall)**](https://github.com/Farbod-Siahkali/Digital-Control-Lab-S2-G5) by Farbod Siahkali 397 | 398 | ### 24. Digital Control Systems - Dr. Yaghmaei 399 | * [**Final Project (2024, Spring)**](https://github.com/m4skari/DigitalControlSystemsProject) by Mohammad Askari 400 | 401 | ### 25. Industrial Automation - Dr. Abbasian 402 | * [**Final Project (2024, Fall)**](https://github.com/m4skari/Water-Treatment-Automation) by Mohammad Askari 403 | 404 | ### 26. Linear Algebra - Dr. Sarafraaz 405 | * [**Final Project (2024, Spring)**](https://github.com/m4skari/linear-algebra-project-NLP-) by Mohammad Askari 406 | 407 | 408 | 409 | ### Other 410 | * [**ACM Summer School Blockchain & Web3 (2023)**](https://github.com/UT-ACM-Student-Chapter/Blockchain-SoC-Projects) by UT ACM Student Chapter 411 | * [**ACM Summer School AI (2021)**](https://github.com/AmirAbaskohi/ACM-Summer-School-2021-AI) by Amir Abaskohi 412 |
413 | 414 | ## Assets 415 | * [**Fanni Logo**](https://github.com/hadisfr/UT-EngineeringCollege-Logo) 416 | * [**LaTeX Template For Theses**](https://github.com/sinamomken/tehran-thesis) 417 | 418 |
419 |
420 | 421 | 422 |
423 | GitHub stars badge 424 |

⭐ If you find this repository useful, please give it a star! ⭐

425 |

Click the star button at the top right corner of this page. Your support is greatly appreciated! 🙌

426 | 427 | Give a Star 428 | 429 |
430 | 431 |
432 |
433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | --------------------------------------------------------------------------------