├── .markdownlint.jsonc
├── README.md
├── _config.yml
├── playlists.md
└── share.md
/.markdownlint.jsonc:
--------------------------------------------------------------------------------
1 | {
2 | "MD033": false,
3 | "MD013": false,
4 | "MD024": false
5 | }
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Notes
2 |
3 | [Contact us](#want-to-help)
4 |
5 |
6 |
7 | ## MS23
8 |
9 | * F23
10 |
11 | * EM
12 |
13 | * [Playlist](https://www.youtube.com/playlist?list=PLV59FmqM2DK7lOMQ3Xu7LDc24d42HK_mY) (2020)
14 |
15 |
16 | * ML (DS-T) ( abobafett-dev )
17 |
18 | * [Materials](https://drive.google.com/drive/folders/1H7PCN3X3I2dQ6m8nr7oG0Q3ex0nql36H?usp=sharing)
19 |
20 |
21 |
22 | ## BS21
23 |
24 | * S22
25 |
26 | * MA II
27 |
28 | * Probable Assignments - see materials of previous BS
29 |
30 |
31 | * F21
32 |
33 | * AGLA
34 |
35 | * [Playlist](https://youtube.com/playlist?list=PLtFS7FHavVl8l4q7Z_ja2ajzr4pRGGvYZ)
36 |
37 |
38 | * MA I ( ilnarkhasanov )
39 |
40 | * [Materials](https://drive.google.com/drive/folders/1Td3herm_YaztibUSjMFaRUh9hn_dOajt?usp=sharing)
41 |
42 |
43 | * DML ( dmfrpro )
44 |
45 | * [Materials](https://drive.google.com/drive/folders/1aA2awuAw7N-GaBScUTcocrFKqH1_8GSv?usp=sharing)
46 |
47 |
48 | ## MS20
49 |
50 | * S21
51 |
52 | * CI
53 |
54 | * [Playlist](https://youtube.com/playlist?list=PLlxR_sEKjSpQpIgRykNdcwITKqXl3Gu-K) / [@](./playlists.md#s21---ci)
55 |
56 |
57 | ## BS20
58 |
59 | * F22
60 |
61 | * DNP ( ElizaSmv )
62 |
63 | * [Notes](https://alobanov.notion.site/Distributed-Network-Programming-a5bd0b2ce5f942a794953f88433e539f)
64 |
65 |
66 | * TM (RO-T) ( lvjonok )
67 |
68 | * [Materials](https://github.com/lvjonok/f22-theoretical-mechanics)
69 |
70 |
71 | * S22
72 |
73 | * CN ( teexone )
74 |
75 | * [Notes](https://alobanov.notion.site/Ross-Notes-c816200d21f54e119fba2ed53a3da5f6)
76 |
77 |
78 | * CT
79 |
80 | * [Playlist](https://www.youtube.com/playlist?list=PLlxR_sEKjSpQ2pmaZeut4ePfMtK_26UPh) / [@](./playlists.md#s22---ct)
81 |
82 |
83 | * PS
84 |
85 | * [Playlist](https://youtube.com/playlist?list=PLlxR_sEKjSpQ2pmaZeut4ePfMtK_26UPh)
86 |
87 |
88 | * F21
89 |
90 | * PS
91 |
92 | * [Materials](https://drive.google.com/drive/folders/1u7DMAik2yaQYIOvQ_Kbxaxa6ndWL9E8G?usp=sharing)
93 | * [Playlist](https://youtube.com/playlist?list=PLDtVwbUDS3Wlj5KY-HO0nM-BJixae64bX)
94 |
95 | * S21
96 |
97 | * MA II
98 |
99 | * [Materials](https://drive.google.com/drive/folders/1Tym4rFAEshjQhvDPenvpvyFgvOmV0Qo1?usp=sharing)
100 | * [Playlist](https://youtube.com/playlist?list=PLB6s35Ya4Pap_gvxY2TTxZmyZ6VluPGgQ)
101 |
102 | * F20
103 |
104 | * Calculus I ( RamilDautov )
105 |
106 | * [Materials](https://drive.google.com/drive/folders/1dY7DyV1RA9Fsk4RrFUzYEbxIgd1tpwbx?usp=sharing)
107 | * [Playlist](https://youtube.com/playlist?list=PLUI4rqPAsSEbzrpqphMWQ06p70RtXRDwR) / [@](./playlists.md#f20---calculus-i)
108 |
109 |
110 | * EAGLA
111 |
112 | * [Playlist](https://youtube.com/playlist?list=PLtFS7FHavVl-VXiod2y_fZTAVClyEXB-0) / [@](./playlists.md#f20---eagla-i)
113 |
114 |
115 |
116 | * MA I ( Maruf-co )
117 |
118 | * [Materials](https://drive.google.com/drive/folders/1mcCxkTXMLXvJQyKQhDyTsV3u95lbFLCf?usp=sharing)
119 | * [Playlist](https://youtube.com/playlist?list=PLUI4rqPAsSEa5OGnDRhGTRuznzkcAJUpv) / [@](./playlists.md#f20---ma-i)
120 |
121 |
122 | ## BS19
123 |
124 | * F22
125 |
126 | * DO
127 |
128 | * [Labs](https://github.com/innopolis-devops/labs)
129 |
130 | * Study `kubernetes`
131 | * Study `pulumi`
132 |
133 | * Use `TypeScript`
134 | * Check your manifests by rendering them via a [provider](https://www.pulumi.com/registry/packages/kubernetes/api-docs/provider/)
135 | * worked for `minikube`
136 | * You can version your deploys
137 |
138 | 1. Commit
139 | 2. Build images
140 | 3. Push to Docker Hub
141 | 4. Pull them
142 | 5. Pin their digests in a file
143 | 6. Commit
144 | 7. Load digests into `.ts` and use for configuring container images
145 |
146 | * [Labs with Nix](https://github.com/deemp/devops-labs-with-nix)
147 | * Useful parts were extracted into [flakes](https://github.com/deemp/flakes)
148 |
149 |
150 | * S22
151 |
152 | * ACCPA
153 |
154 | * [Materials](https://moodle.innopolis.university/course/view.php?id=948)
155 | * Password: `theorems-for-free`
156 |
157 |
158 | * ANC (Elective)
159 |
160 | * [Notes](https://www.mathcha.io/editor/pgvxnsKESNpIQ3h5drWMnSJ1vXdvtYvo8ZVfm1rw9q)
161 |
162 |
163 | * DSP
164 |
165 | * [Notes](https://www.mathcha.io/editor/WvWrxCPmFglsn3FKOzLmGuvM34vzH90ZyjrFJMY0VQ)
166 |
167 |
168 | * IR (Not RO-T)
169 |
170 | * [Materials](https://github.com/IUCVLab/information-retrieval)
171 |
172 |
173 | * MM (RO-T)
174 |
175 | * [Drawing rules](http://gk-drawing.ru/plotting/) in Russian
176 | * You may like Autodesk Inventor with a [student license](https://www.autodesk.com/education/students).
177 | * We had Ansys on final exam. **8 retakers** / 15 students)
178 |
179 |
180 |
181 | * SS (RO-T)
182 |
183 | * CV [course](https://web.stanford.edu/class/cs231a/course_notes.html) in understandable English
184 |
185 |
186 |
187 | * F21
188 |
189 | * DNP
190 |
191 | * [Materials](https://drive.google.com/drive/folders/14Zy1w1O0XSmjfU8XOV32m2-uMRUJQVTG?usp=sharing)
192 |
193 |
194 | * FoR (RO-T) ( mirnanoukari )
195 |
196 | * [Materials](https://github.com/deemp/F21FoR)
197 | * [Assignments](https://github.com/mirnanoukari/FoR). Check Lab slides to install and run ROS lab
198 |
199 |
200 | * Mechatronics (RO-T)
201 |
202 | * [Materials](https://drive.google.com/drive/folders/1kCXXRrFo42oLzol7IgS1lzIbvblL9N-x?usp=sharing)
203 | * [Playlist](https://youtube.com/playlist?list=PLNh4MTycRwFB3b_Bd6XZIUu8RXOm3GXBW) / [@](./playlists.md#f21---mech)
204 |
205 |
206 | * ML
207 |
208 | * [Materials](https://drive.google.com/drive/folders/1E6JHoA1fTWveVDAx27Q4qoedlZHA_Ump?usp=sharing)
209 | * Professor Khan highly recommended lab attendance
210 | * [Playlist](https://youtube.com/playlist?list=PLJHon32ieRbI8rwg3K9mdUfiBfSaeFreb) Best practices in Training Neural Networks / [@](./playlists.md#f21---ml-best-practices)
211 | * [Playlist](https://youtube.com/playlist?list=PLDtVwbUDS3WnlwDgpHnPVUvwDrjHNkRVh) Lectures / [@](./playlists.md#f21---ml-lectures)
212 |
213 |
214 | * Philosophy ( implausibleDenyability )
215 |
216 | * [Notes](https://implausible-deniability.notion.site/Philosophy-cbd3fcb9b2984d3b93a6af48aef7f797)
217 | * [Presentations](https://docs.google.com/spreadsheets/d/1wriKyCsxD6wyCVHkcdR95yQheSQeU7Xbqx7bO1P0bdI/edit?usp=sharing)
218 |
219 |
220 | * PP (AI-T, SD-T, CS-T)
221 |
222 | * [Playlist](https://youtube.com/playlist?list=PLov3NSwpY86eMWcSLVDi071ertPAA22Dr) / [@](./playlists.md#f21---pp)
223 | * [Materials](https://github.com/ParfenovIgor/F21-Programming-Paradigms-Y-3)
224 | * [Labs and Assignments](https://github.com/SMore-Napi/PP_Innopolis)
225 | * [Haskell for Imperative Programmers](https://youtube.com/playlist?list=PLe7Ei6viL6jGp1Rfu0dil1JH1SHk9bgDV)
226 | * [LYAH](https://web.archive.org/web/20211125090205/http://learnyouahaskell.com/chapters)
227 | * [ruhaskell](https://ruhaskell.org/links.html)
228 | * [Haskell Debug Adapter](https://marketplace.visualstudio.com/items?itemName=phoityne.phoityne-vscode). See how to set [startup file](https://github.com/phoityne/hdx4vsc/blob/master/README_ghc86.md#setting-the-startup-hs-file) and [startup function](https://github.com/phoityne/hdx4vsc/blob/master/README_ghc86.md#setting-the-startup-function)
229 |
230 |
231 | * SSAD
232 |
233 | * [Playlist](https://youtube.com/playlist?list=PLaIsQH4uc08woJKRAA7mmjs9fU0jeKjjM) / [@](./playlists.md#f21---ssad)
234 | * [Materials](https://drive.google.com/drive/folders/1kqhm1EKLcxxMUERUn7BhRtaV4yEWdp86?usp=sharing)
235 | * [Repo](https://github.com/yegor256/ssd16)
236 |
237 |
238 | * TM (RO-T)
239 |
240 | * [Materials](https://drive.google.com/drive/folders/1XCHrFHR_gR_kGcduNOUu9F1I9IaI1bME?usp=sharing)
241 | * [Playlist](https://youtube.com/playlist?list=PLtFS7FHavVl_DAnHFNvqVZMaEPHdYuhH6)
242 | * [Notes](https://www.mathcha.io/editor/D0kgysy7UqlHl4FW5YKO1IxK6nOdsENj9NPtoM1x2e)
243 |
244 | * S21
245 |
246 | * AI
247 |
248 | * [Playlist](https://youtube.com/playlist?list=PLB6s35Ya4Paovn_wKttoAg3IrHTZSPMjy)
249 |
250 |
251 | * CT
252 |
253 | * [Materials](https://drive.google.com/drive/folders/1fkxnvpBowT61iej6w15-3OeI_RPukGSE?usp=sharing)
254 | * [Repo](https://github.com/SergeiSa/Control-Theory-Slides-Spring-2021)
255 | * [Playlist](https://youtube.com/watch?v=x2cYtqJR-qg&list=PLlxR_sEKjSpTyteBJYJR6WBuAlPineEwz) / [@](playlists.md#f21---ct)
256 |
257 |
258 |
259 | * DB
260 |
261 | * [Materials](https://drive.google.com/drive/folders/1uiA06foyWJMMO7bjBMg4ER1OOOQz0dwD?usp=sharing)
262 | * [Playlist](https://youtube.com/playlist?list=PLB6s35Ya4ParNWZqsxD-j6MzP9nf7pV7t) / [@](playlists.md#f21---db)
263 |
264 |
265 | * Physics II - Electrical Engineering
266 |
267 | * [Materials](https://drive.google.com/drive/folders/1MW2yzolVjqBX5qgSgpH0jviJmMehRsMx?usp=sharing)
268 | * [Electronic Circuit Simulator](https://www.falstad.com/circuit/)
269 |
270 | * F20
271 |
272 | * DE ( ParfenovIgor )
273 |
274 | * [Materials](https://drive.google.com/drive/folders/1eRpXYHxxzr3VnzggUzAnNlFxEZzPhU8-?usp=sharing)
275 | * [Playlist](https://youtube.com/playlist?list=PL-9NmFdiBDkSQ30UqrXPHUfU2EClnKk0m) Lectures / [@](./playlists.md#f20---de---lectures)
276 | * [@](./playlists.md#f20---de---tutorials) Tutorials
277 |
278 |
279 | * Physics I - Mechanics ( vBazilevich )
280 |
281 | * [Materials](https://drive.google.com/drive/folders/1944F88l5Q4IASBIfb9EjeJSst68QBkkY?usp=sharing)
282 | * [Playlist](https://youtube.com/playlist?list=PLNh4MTycRwFC3nc0sv_0--T7OuLHxMkMK) / [@](./playlists.md#f20---phy-i)
283 |
284 |
285 | * PS ( deemp )
286 |
287 | * [Materials](https://drive.google.com/drive/folders/1AsRhU_FxUbyklH1D9wR5NLjcBPnf_Ld4?usp=sharing)
288 | * [Playlist](https://youtube.com/playlist?list=PLUI4rqPAsSEbWP1ov_FFfnPWZujSzF7jV) / [@](./playlists.md#f20---ps)
289 | * [Kalman filter](https://www.kalmanfilter.net/background.html) - where this theory can be applied (SS course)
290 |
291 |
292 |
293 | * OS
294 |
295 | * [Playlist](https://youtube.com/playlist?list=PLV59FmqM2DK6qgbx0xXaQnOGAe2rPPqb7&si=m-B-SgaK6i6wTwNk)
296 |
297 |
298 |
299 | * S20
300 |
301 | * [How it began...](https://docs.google.com/spreadsheets/d/114FePEEj6Nrr9K4X5I8PyBfSbxn8VSk_O3lbiuxyC7M/edit?usp=sharing)
302 |
303 |
304 |
305 | * AGLA II
306 |
307 | * [Materials](https://drive.google.com/drive/folders/1p4472WLNddEza9TlJh7N285x6ogDQFEo?usp=sharing)
308 |
309 |
310 | * MA II
311 |
312 | * [Materials](https://drive.google.com/drive/folders/1lnqasIlQeh6MqU_ZFAeM-iMY_Ays3lZn?usp=sharing)
313 | * [Playlist](https://youtube.com/playlist?list=PLUI4rqPAsSEag1Wc9ohTtmZkovLuZMAEG) / [@](./playlists.md#s20---ma-ii)
314 |
315 | * F19
316 | * AGLA I
317 |
318 | * [Materials](https://drive.google.com/drive/folders/1PfvdriF5lO0bA-6tFckQlBx18dd2yI7s?usp=sharing)
319 |
320 |
321 | * DM
322 |
323 | * [Materials](https://drive.google.com/drive/folders/1EO_7EBNVICSLRz3lw-PCUOMMla7f7nQA?usp=sharing)
324 |
325 |
326 | * MA I ( SMore-Napi )
327 |
328 | * [Materials](https://drive.google.com/drive/folders/1FE7ZpD2TBKQRm3GY8fu8rMLBq1TqIIs7?usp=sharing)
329 |
330 |
331 | * PL
332 |
333 | * [Materials](https://drive.google.com/drive/folders/15obxaQVzCoCPdgL8a0Ox0Mvq_9oslLf6?usp=sharing)
334 |
335 |
336 | * Text and pictures ( Delviet, seytkalievm )
337 |
338 | * [@b19lectut](http://t.me/b19lectut)
339 |
340 |
341 | ## BS18
342 |
343 | * F21
344 |
345 | * ICV
346 |
347 | * [Materials](https://github.com/hany606/ICV_Fall21IU)
348 |
349 | * Numerical modeling ( hany606 )
350 |
351 | * [Materials](https://github.com/hany606/NM_Fall21IU)
352 |
353 | * PA I
354 |
355 | * [Materials](https://github.com/hany606/PAI_Fall21IU)
356 |
357 | * PMLDL
358 |
359 | * [Materials](https://github.com/hany606/PMLDL_Fall21IU)
360 |
361 | * F20
362 |
363 | * FoR (RO-T)
364 |
365 | * [Materials](https://github.com/hany606/Introduction-to-Manipulators-FoR_Fall20IU)
366 |
367 | * IML
368 |
369 | * [Materials](https://github.com/hany606/Introduction-to-Machine-Learning-IML_Fall20IU)
370 |
371 | * TM (RO-T) ( Lupasic )
372 |
373 | * [Playlist](https://youtube.com/playlist?list=PLtFS7FHavVl8QCCHHN75k1RuBV8Ch7l5K) Labs / [@](./playlists.md#f20---tm)
374 | * [Materials](https://github.com/hany606/TM_Fall20IU)
375 |
376 | * S20
377 |
378 | * Programming in Haskell
379 |
380 | * [Materials](https://moodle.innopolis.university/course/view.php?id=409)
381 | * Password: `theorems-for-free`
382 |
383 |
384 | * F19-S20+
385 |
386 | * [Meta-repo](https://github.com/hany606/University-Courses-Repositories)
387 |
388 | ## BS17
389 |
390 | * F20
391 |
392 | * Contact-Aware Control (RO-T)
393 |
394 | * [Materials](https://github.com/SergeiSa/Contact-Aware-Control-Slides-Fall-2020)
395 |
396 |
397 | ## BS?
398 |
399 | * S?
400 |
401 | * ML
402 |
403 | * [Materials](https://github.com/yandexdataschool/MLatImperial2018)
404 |
405 |
406 | * S18
407 |
408 | * CA
409 |
410 | * [wiki](https://github.com/InnopolisStudents/wiki/tree/master/computer_architecture)
411 |
412 |
413 | ## Abbreviations
414 |
415 | ### Course names
416 |
417 | * **ACCPA** - Advanced Compilers Construction and Program Analysis
418 | * **AGLA** - Analytical Geometry & Linear Algebra
419 | * **AI** - Artificial Intelligence
420 | * **ANC** - Advanced Nonlinear Control
421 | * **CA** - Computer Architecture
422 | * **CI** - Computational Intelligence
423 | * **CN** - Computer Networks
424 | * **CS** - Cybersecurity
425 | * **CT** - Control Theory
426 | * **DB** - Databases
427 | * **DE** - Differential Equations
428 | * **DM** - Discrete Math
429 | * **DML** - Discrete Math and Logic
430 | * **DNP** - Distributed and Network Programming
431 | * **DO** - DevOps
432 | * **DSP** - Digital Signal Processing
433 | * **EAGLA** - Essential AGLA
434 | * **EM** - Empirical methods
435 | * **FoR** - Fundamentals of Robotics
436 | * **ICV** - Introduction to Computer Vision
437 | * **IML** - Introduction to ML
438 | * **MA** - Mathematical Analysis
439 | * **ML** - Machine Learning
440 | * **MM** - Mechanics and Machines
441 | * **MSD** - Managing Software Development
442 | * **OS** - Operating Systems
443 | * **PAI** - Practical AI
444 | * **PL** - Philosophy (Logic)
445 | * **PMLDL** - Practical Machine Learning and Deep Learning
446 | * **PP** - Programming Paradigms
447 | * **PS** - Probability & Statistics
448 | * **SD** - Software Development
449 | * **SS** - Sensors & Sensing
450 | * **SSAD** - Software Systems Analysis and Development
451 | * **TM** - Theoretical Mechanics
452 |
453 | ### Track names
454 |
455 | * **DS-T** - Data Science
456 | * **RO-T** - Robotics
457 | * **SE-T** - Software Engineering
458 |
459 | ## Other resources
460 |
461 | * [Legally available](https://eais.rkn.gov.ru/en/) resources:
462 | * [SciHub](https://sci-hub.hkvisa.net/)
463 | * [Medium Unlimited](https://addons.mozilla.org/ru/firefox/addon/medium-unlimited-read-for-free/)
464 | * [Twirpx](https://twirpx-com.ru/)
465 | * [Libgen](https://libgen.is/)
466 | * [Rutracker](https://rutracker.org/forum/index.php)
467 |
468 | ### Telegram
469 |
470 | * [@suiu_news](https://t.me/suiu_news) - Student Union news channel
471 | * [InnoSchedule](https://gitlab.com/Louie_ru/InnoSchedule)
472 | * [InnoPrintBot](https://github.com/blinikar/innoprintbot)
473 | * [Inno Course Image Generator](https://t.me/IU_cigen_bot)
474 | * [InnoStipaBot](https://t.me/InnoStipaBot)
475 | * [Кросс-Зоопарк](https://t.me/+2td0xRdrX-IyYzMy) (might change, ask friends for an actual link)
476 |
477 | ### Editors
478 |
479 | * [Typst](https://typst.app/) - compose papers faster
480 |
481 | * [Mathcha](https://www.mathcha.io/)
- free online [WYSIWYG](https://www.mathcha.io/documentation/) *Math* editor
482 |
483 | * [TeXmacs](https://www.texmacs.org/tmweb/home/welcome.en.html) - WYSIWYG **Math** editor. Offline, unlike Mathcha, but with much more capabilities and better compatibility with LaTeX. BTW, docs can be converted to HTML and published online on GitHub Pages, e.g., while page sources are stored in a repo.
484 |
485 | ## Want to Help?
486 |
487 | * Contact us in the [maintainers' chat](https://t.me/+zS_RREMuRMUzMDQy)
488 |
489 | * We'd love to see new materials from you! [Read](./share.md#sharing-rules) how to appropriately share them
490 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-leap-day
--------------------------------------------------------------------------------
/playlists.md:
--------------------------------------------------------------------------------
1 | # Playlists
2 |
3 | ## [Join our private Telegram channel](https://t.me/+Up2u4_lCIullNTQy) to watch them
4 |
5 | ## BS21
6 |
7 | ### F21
8 |
9 | #### AGLA I
10 |
11 | [YT](https://youtube.com/playlist?list=PLtFS7FHavVl8l4q7Z_ja2ajzr4pRGGvYZ)
12 |
13 |
14 |
15 | ## BS20
16 |
17 | ### S22
18 |
19 | ### S22 - CT
20 |
21 | [YT](https://youtube.com/playlist?list=PLlxR_sEKjSpQ2pmaZeut4ePfMtK_26UPh)
22 |
23 | @
24 |
25 | - [Lecture 1; Introduction, State-Space](https://t.me/c/1789230036/238)
26 | - [Tutorial 1; Part 1](https://t.me/c/1789230036/245)
27 | - [Lecture 2; Stability, Eigenvalue analysis](https://t.me/c/1789230036/239)
28 | - [Tutorial 2](https://t.me/c/1789230036/246)
29 | - [Lecture 3; Laplace, Transfer function](https://t.me/c/1789230036/240)
30 | - [Tutorial 3](https://t.me/c/1789230036/247)
31 | - [Lecture 4; Bode plot, margins](https://t.me/c/1789230036/241)
32 | - [Tutorial 4](https://t.me/c/1789230036/248)
33 | - [Lecture 5; Stabilizing Control](https://t.me/c/1789230036/242)
34 | - [Lecture 6; Discrete Systems](https://t.me/c/1789230036/243)
35 | - [Lecture 7; Lyapunov Equation](https://t.me/c/1789230036/244)
36 |
37 |
38 |
39 | ### S22 - PS
40 |
41 | TODO
42 |
43 |
44 |
45 | ### F21
46 |
47 | #### F21 - PS
48 |
49 | TODO
50 |
51 |
52 |
53 | ### S21
54 |
55 | #### S21 - MA II
56 |
57 | TODO
58 |
59 |
60 |
61 | ### F20
62 |
63 | #### F20 - Calculus I
64 |
65 | [YT](https://youtube.com/playlist?list=PLUI4rqPAsSEbzrpqphMWQ06p70RtXRDwR)
66 |
67 | @
68 |
69 | Dautov's labs
70 |
71 | - [Week 1 - B20-03](https://t.me/c/1789230036/249)
72 | - [Week 1 - B20-04](https://t.me/c/1789230036/250)
73 | - [Week 2 - B20-03](https://t.me/c/1789230036/251)
74 | - [Week 2 - B20-04](https://t.me/c/1789230036/252)
75 | - [Week 3 - B20-03](https://t.me/c/1789230036/253)
76 | - [Remarks on the Week 3 Lab](https://t.me/c/1789230036/254)
77 | - [Week 4 - B20-03](https://t.me/c/1789230036/255)
78 | - [Week 4 - B20-04](https://t.me/c/1789230036/256)
79 | - [Week 5 - B20-03](https://t.me/c/1789230036/257)
80 | - [Week 5 - B20-04](https://t.me/c/1789230036/258)
81 | - [Week 6 - B20-03](https://t.me/c/1789230036/259)
82 | - [Week 6 - B20-04](https://t.me/c/1789230036/260)
83 | - [Week 7 - B20-03](https://t.me/c/1789230036/261)
84 | - [Week 7 - B20-04](https://t.me/c/1789230036/262)
85 | - [Week 9 - 16_00](https://t.me/c/1789230036/263)
86 | - [Week 9 - 17_40](https://t.me/c/1789230036/264)
87 | - [Week 10 - 16_00](https://t.me/c/1789230036/265)
88 | - [Week 10 - 17_40](https://t.me/c/1789230036/266)
89 | - [Week 11 - 16_00](https://t.me/c/1789230036/267)
90 | - [Week 11 - 17_40](https://t.me/c/1789230036/268)
91 | - [Week 12 - 16_00](https://t.me/c/1789230036/269)
92 | - [Week 12 - 17_40](https://t.me/c/1789230036/270)
93 | - [Week 13 - 16_00](https://t.me/c/1789230036/271)
94 | - [Week 13 - 17_40](https://t.me/c/1789230036/272)
95 | - [Week 14 - 16_00](https://t.me/c/1789230036/273)
96 | - [Week 14 - 17_40](https://t.me/c/1789230036/274)
97 | - [How to find all values of parameter 𝛼 such that the integral converges](https://t.me/c/1789230036/275)
98 |
99 |
100 |
101 | #### F20 - EAGLA I
102 |
103 | [YT](https://youtube.com/playlist?list=PLtFS7FHavVl-VXiod2y_fZTAVClyEXB-0)
104 |
105 | @
106 |
107 | - [lab1, group 4](https://t.me/c/1789230036/5)
108 | - [lab2, group 3](https://t.me/c/1789230036/6)
109 | - [lab2, group 4](https://t.me/c/1789230036/7)
110 | - [lab3, group 4](https://t.me/c/1789230036/8)
111 | - [lab 4](https://t.me/c/1789230036/9)
112 | - [lab 5, group 4 (part 1)](https://t.me/c/1789230036/10)
113 | - [lab 5, group 4 (part 2)](https://t.me/c/1789230036/11)
114 | - [lab 6, group 3](https://t.me/c/1789230036/12)
115 | - [lab 6, group 4](https://t.me/c/1789230036/13)
116 | - [lab 7, group 3](https://t.me/c/1789230036/14)
117 | - [lab 7, group 4](https://t.me/c/1789230036/15)
118 | - [lab 9, group 3](https://t.me/c/1789230036/16)
119 | - [lab 9, group 4](https://t.me/c/1789230036/17)
120 | - [lab 10, group 3](https://t.me/c/1789230036/18)
121 | - [lab 10, group 4](https://t.me/c/1789230036/19)
122 |
123 |
124 |
125 | #### F20 - MA I
126 |
127 | [YT](https://youtube.com/playlist?list=PLUI4rqPAsSEa5OGnDRhGTRuznzkcAJUpv) @
128 |
129 | - [Lab 1.1](https://t.me/c/1789230036/276)
130 | - [Lab 1.2](https://t.me/c/1789230036/277)
131 | - [Lab 2](https://t.me/c/1789230036/278)
132 | - [Lab 3](https://t.me/c/1789230036/279)
133 | - [Lab 4](https://t.me/c/1789230036/280)
134 | - [Lab 5](https://t.me/c/1789230036/281)
135 | - [Lab 6](https://t.me/c/1789230036/282)
136 | - [Lab 7](https://t.me/c/1789230036/283)
137 | - [Lab 8](https://t.me/c/1789230036/284)
138 | - [Lecture 1](https://t.me/c/1789230036/285)
139 | - [Lecture 2](https://t.me/c/1789230036/286)
140 | - [Lecture 3](https://t.me/c/1789230036/287)
141 | - [Lecture 4](https://t.me/c/1789230036/288)
142 | - [Lecture 5](https://t.me/c/1789230036/289)
143 | - [Lecture 6](https://t.me/c/1789230036/290)
144 | - [Lecture 7](https://t.me/c/1789230036/291)
145 | - [Lecture 8](https://t.me/c/1789230036/292)
146 | - [Lecture 9](https://t.me/c/1789230036/293)
147 | - [Lecture 10](https://t.me/c/1789230036/294)
148 | - [Lecture 11](https://t.me/c/1789230036/295)
149 | - [Lecture 12](https://t.me/c/1789230036/296)
150 |
151 |
152 |
153 | ## MS20
154 |
155 | ### S21
156 |
157 | #### S21 - CI
158 |
159 | [YT](https://youtube.com/playlist?list=PLlxR_sEKjSpQpIgRykNdcwITKqXl3Gu-K)
160 |
161 | @
162 |
163 | - [1. Lecture 1 (Introduction, Null space, Projectors)](https://t.me/c/1789230036/223)
164 | - [2. Lecture 2 (Row, Column, Left Null space, control applications)](https://t.me/c/1789230036/224)
165 | - [3. Lecture 3 (Least Squares and Quadratic Programming)](https://t.me/c/1789230036/225)
166 | - [4. Lecture 4 (Domain, Convex Domains)](https://t.me/c/1789230036/226)
167 | - [5. Lecture 5 (H, V-polytopes and Linear Programming)](https://t.me/c/1789230036/227)
168 | - [6. Practical Session 1 (Subspaces, Quadratic programming)](https://t.me/c/1789230036/228)
169 | - [7. QCQP, SOCP](https://t.me/c/1789230036/229)
170 | - [8. Practical Session 2 (Static equilibrium)](https://t.me/c/1789230036/230)
171 | - [9. Zonotopes and MPC](https://t.me/c/1789230036/231)
172 | - [10. LMI-based explicit MPC](https://t.me/c/1789230036/232)
173 | - [11. SDP, ellipsoids](https://t.me/c/1789230036/233)
174 | - [12. Mixed-Integer Convex Programming](https://t.me/c/1789230036/234)
175 |
176 |
177 |
178 | ## BS19
179 |
180 | ### F21
181 |
182 | #### F21 - Mech
183 |
184 | [YT](https://youtube.com/playlist?list=PLNh4MTycRwFB3b_Bd6XZIUu8RXOm3GXBW)
185 |
186 | @
187 |
188 | - [Week 6.2 - Motion Transmission Mechanisms (pt. 1) - Spur, Planetary Gears and Harmonic drives](https://t.me/c/1789230036/218)
189 | - [Week 6.2 - Motion Transmission Mechanisms (pt. 2) - Belt and Chain Transmissions](https://t.me/c/1789230036/219)
190 | - [Week 6.2 - Motion Transmission Mechanisms (pt. 3) - Rotary-to-Linear Transmissions](https://t.me/c/1789230036/220)
191 | - [Week 6.3 - Introduction to Sensors. Absolute Position Sensors](https://t.me/c/1789230036/221)
192 |
193 |
194 |
195 | #### F21 - ML Best practices
196 |
197 | [YT](https://youtube.com/playlist?list=PLJHon32ieRbI8rwg3K9mdUfiBfSaeFreb)
198 |
199 | @
200 |
201 | - [1. Introduction and Starting kit](https://t.me/c/1789230036/208)
202 | - [2. Dropout](https://t.me/c/1789230036/209)
203 | - [3. Batch Normalization](https://t.me/c/1789230036/210)
204 | - [4. Early Stopping](https://t.me/c/1789230036/211)
205 | - [5. Learning Rate Scheduling](https://t.me/c/1789230036/212)
206 | - [6. Choosing Optimizer](https://t.me/c/1789230036/213)
207 | - [7. Gradient Clipping](https://t.me/c/1789230036/214)
208 | - [8. Data Augmentation](https://t.me/c/1789230036/215)
209 | - [9. Pretrained Layers and Modules](https://t.me/c/1789230036/216)
210 |
211 |
212 |
213 | #### F21 - ML Lectures
214 |
215 | [YT](https://youtube.com/playlist?list=PLDtVwbUDS3WnlwDgpHnPVUvwDrjHNkRVh)
216 |
217 | @
218 |
219 | - [Lecture 1, Intro to ML](https://t.me/c/1789230036/199)
220 | - [Lecture 2, Regression](https://t.me/c/1789230036/200)
221 | - [Lecture 7, DNNs](https://t.me/c/1789230036/201)
222 | - [Lecture 8, CNNs](https://t.me/c/1789230036/202)
223 | - [Lecture 10, Midterm editorial](https://t.me/c/1789230036/203)
224 | - [Lecture 11, Ensemble methods](https://t.me/c/1789230036/204)
225 | - [Lecture 12, Clustering](https://t.me/c/1789230036/205)
226 | - [Lecture 13, GANs](https://t.me/c/1789230036/206)
227 |
228 |
229 |
230 | #### F21 - PP
231 |
232 | [YT](https://youtube.com/playlist?list=PLov3NSwpY86eMWcSLVDi071ertPAA22Dr)
233 |
234 | @
235 |
236 | - [Course Introduction](https://t.me/c/1789230036/183)
237 | - [Lecture 1. Part 1. Imperative vs Declarative. Paradigms overview](https://t.me/c/1789230036/184)
238 | - [Lecture 1. Part 2. Lambda calculus](https://t.me/c/1789230036/185)
239 | - [Lecture 2. Functional programming in Racket](https://t.me/c/1789230036/186)
240 | - [Lecture 3. Higher-order functions and lists](https://t.me/c/1789230036/187)
241 | - [Lecture 4. Closures. List comprehensions. Functional Python and JS](https://t.me/c/1789230036/188)
242 | - [Lecture 5. Introduction to Haskell](https://t.me/c/1789230036/189)
243 | - [Lecture 6. Higher-order functions. ADTs. Parametric polymorphism](https://t.me/c/1789230036/190)
244 | - [Lecture 7. Input and output in Haskell](https://t.me/c/1789230036/191)
245 | - [Lecture 8. Lazy evaluation in Haskell](https://t.me/c/1789230036/192)
246 | - [Lecture 9. Wholemeal programming. ADTs in other languages](https://t.me/c/1789230036/193)
247 | - [Lecture 10. Introduction to Prolog](https://t.me/c/1789230036/194)
248 | - [Lecture 11. Lists and arithmetic in Prolog](https://t.me/c/1789230036/195)
249 | - [Lecture 12. Cut and negation as failure in Prolog](https://t.me/c/1789230036/196)
250 | - [Solutions to pre final exam questions](https://t.me/c/1789230036/197)
251 |
252 |
253 |
254 | #### F21 - SSAD
255 |
256 | [YT](https://youtube.com/playlist?list=PLaIsQH4uc08woJKRAA7mmjs9fU0jeKjjM)
257 |
258 | @
259 |
260 | - [Lecture 1, README vs. IEEE](https://t.me/c/1789230036/166)
261 | - [Lecture 2, Requirements Engineering](https://t.me/c/1789230036/167)
262 | - [Lecture 3, Rational Unified Process vs. Agile](https://t.me/c/1789230036/168)
263 | - [Lecture 4, Object-Oriented Analysis & Design](https://t.me/c/1789230036/169)
264 | - [Lecture 5, Object Thinking and DDD](https://t.me/c/1789230036/170)
265 | - [Lecture 6, Patterns, Anti-Patterns, and Refactoring](https://t.me/c/1789230036/171)
266 | - [Lecture 7, XML vs JSON](https://t.me/c/1789230036/172)
267 | - [Lecture 8, Unified Modeling Language (UML)](https://t.me/c/1789230036/173)
268 | - [Lecture 9, IDEF, SQL, NoSQL](https://t.me/c/1789230036/174)
269 | - [Lecture 10, Continuous Delivery](https://t.me/c/1789230036/175)
270 | - [Lecture 11, Microservices and RESTful APIs](https://t.me/c/1789230036/176)
271 | - [Lecture 12, Serverless Design in Cloud](https://t.me/c/1789230036/177)
272 | - [Lecture 13, Test-Driven Development](https://t.me/c/1789230036/178)
273 | - [Lecture 14, Test Patterns and Anti-Patterns](https://t.me/c/1789230036/179)
274 | - [Lecture 15, Coupling & Cohesion and Other Metrics](https://t.me/c/1789230036/180)
275 | - [Lecture 16, Future of Software Design](https://t.me/c/1789230036/181)
276 |
277 |
278 |
279 | #### TM
280 |
281 | TODO
282 |
283 | [YT](https://www.youtube.com/playlist?list=PLtFS7FHavVl_DAnHFNvqVZMaEPHdYuhH6)
284 |
285 | ### S21
286 |
287 | #### AI
288 |
289 | TODO
290 |
291 | [YT](https://youtube.com/playlist?list=PLB6s35Ya4Paovn_wKttoAg3IrHTZSPMjy)
292 |
293 | # BS19, #S21, #AI, Lecture 3
294 |
295 | # BS19, #S21, #AI, Lecture 4
296 |
297 | # BS19, #S21, #AI, Lecture 5
298 |
299 | # BS19, #S21, #AI, Lecture 6
300 |
301 | #### F21 - CT
302 |
303 | [YT](https://youtube.com/watch?v=x2cYtqJR-qg&list=PLlxR_sEKjSpTyteBJYJR6WBuAlPineEwz)
304 |
305 | @
306 |
307 | - [Lecture 2, Stability [bad audio]](https://t.me/c/1789230036/153)
308 | - [Lecture 4, Stabilizing Control](https://t.me/c/1789230036/154)
309 | - [Lecture 5, Stabilizing Control, Discrete Dynamics](https://t.me/c/1789230036/155)
310 | - [Lecture 6, Null space, Row space, Projectors](https://t.me/c/1789230036/156)
311 | - [Lecture 7, Column space, Left Null space](https://t.me/c/1789230036/157)
312 | - [Lecture 8, Lyapunov Theory, Lyapunov equations](https://t.me/c/1789230036/158)
313 | - [Lecture 10, Observers](https://t.me/c/1789230036/159)
314 | - [Lecture 11, Controllability, Observability [bad audio]](https://t.me/c/1789230036/160)
315 | - [Lecture 12 Manipulator eq, Linearization [ver. 1]](https://t.me/c/1789230036/161)
316 | - [Lecture 12 Manipulator eq, Linearization [ver. 2]](https://t.me/c/1789230036/162)
317 | - [Lecture 13, Explicit constraints](https://t.me/c/1789230036/163)
318 | - [Lecture 14, SRD](https://t.me/c/1789230036/164)
319 |
320 |
321 |
322 | #### F21 - DB
323 |
324 | [YT](https://youtube.com/playlist?list=PLB6s35Ya4ParNWZqsxD-j6MzP9nf7pV7t)
325 |
326 | @
327 |
328 | - [Lecture 02 Relational Algebra and SQL](https://t.me/c/1789230036/142)
329 | - [Lecture 03 - Storage Architectures](https://t.me/c/1789230036/143)
330 | - [Extendible Hashing](https://t.me/c/1789230036/144)
331 | - [Database Systems - Lecture 04 - Indexes](https://t.me/c/1789230036/145)
332 | - [Lab 5 Indexes](https://t.me/c/1789230036/146)
333 | - [Lecture 05 - Query Processing](https://t.me/c/1789230036/147)
334 | - [Query Optimisation](https://t.me/c/1789230036/148)
335 | - [Transaction Part 1](https://t.me/c/1789230036/149)
336 | - [Transaction Processing Part 2](https://t.me/c/1789230036/150)
337 | - [Concurrency Control](https://t.me/c/1789230036/151)
338 |
339 |
340 |
341 | ### F20
342 |
343 | #### DE
344 |
345 | ##### F20 - DE - Lectures
346 |
347 | [YT](https://youtube.com/playlist?list=PL-9NmFdiBDkSQ30UqrXPHUfU2EClnKk0m)
348 |
349 | @
350 |
351 | - [Week 1, Lecture](https://t.me/c/1789230036/127)
352 | - [Week 2, Lecture](https://t.me/c/1789230036/128)
353 | - [Week 2, Tutorial, Substitutions](https://t.me/c/1789230036/129)
354 | - [Week 3, Lecture](https://t.me/c/1789230036/130)
355 | - [Week 5, Lecture](https://t.me/c/1789230036/131)
356 | - [Week 6, Lecture](https://t.me/c/1789230036/132)
357 | - [Week 7, Lecture](https://t.me/c/1789230036/133)
358 | - [Week 8, Lecture](https://t.me/c/1789230036/134)
359 | - [Week 9, Lecture](https://t.me/c/1789230036/135)
360 | - [Week 10, Lecture](https://t.me/c/1789230036/136)
361 | - [Week 11, Lecture](https://t.me/c/1789230036/137)
362 | - [Week 12, Optional lecture](https://t.me/c/1789230036/138)
363 | - [Week 13, Lecture](https://t.me/c/1789230036/139)
364 | - [Week 14, Colloquium for volunteers](https://t.me/c/1789230036/140)
365 |
366 |
367 |
368 | ##### F20 - DE - Tutorials
369 |
370 | [YT](https://youtube.com/playlist?list=PL-9NmFdiBDkSQ30UqrXPHUfU2EClnKk0m)
371 |
372 | @
373 |
374 | - [1. Tutorial - Organizational aspects](https://t.me/c/1789230036/298)
375 | - [2. Tutorial - The simplest ODE](https://t.me/c/1789230036/299)
376 | - [3. Tutorial - Separable equations](https://t.me/c/1789230036/300)
377 | - [4. Tutorial - COVID-19 pandemy model](https://t.me/c/1789230036/301)
378 | - [5. Tutorial - Substitutions](https://t.me/c/1789230036/302)
379 | - [6. Tutorial - Homogeneous Nonlinear Equations](https://t.me/c/1789230036/303)
380 | - [7. Linear First Order Equations](https://t.me/c/1789230036/304)
381 | - [8. Tutorial - Absolute Values and Arbitrary Constants](https://t.me/c/1789230036/305)
382 | - [9. Tutorial - Exact DE](https://t.me/c/1789230036/306)
383 | - [11. Tutorial - Applications](https://t.me/c/1789230036/307)
384 | - [12. Tutorial - Eulers method](https://t.me/c/1789230036/308)
385 | - [13. Tutorial - Errors of Euler method](https://t.me/c/1789230036/309)
386 | - [14. Computational practicum](https://t.me/c/1789230036/310)
387 | - [15. Computational practicum (GUI programming) in C#](https://t.me/c/1789230036/319)
388 | - [16. Tutotial - 2nd order constant coefficient equations](https://t.me/c/1789230036/312)
389 | - [17. Tutorial - 2nd order equations](https://t.me/c/1789230036/313)
390 | - [18. Tutorial - Laplace Transform](https://t.me/c/1789230036/314)
391 | - [19. Tutorial - Inverse Laplace Transform](https://t.me/c/1789230036/315)
392 | - [20. Tutorial - Power Series](https://t.me/c/1789230036/316)
393 | - [21. Tutorial - Power Series Approach](https://t.me/c/1789230036/317)
394 | - [22. Tutorial - Systems](https://t.me/c/1789230036/318)
395 |
396 |
397 |
398 | #### F20 - Phy I
399 |
400 | [YT](https://youtube.com/playlist?list=PLNh4MTycRwFC3nc0sv_0--T7OuLHxMkMK)
401 |
402 | @
403 |
404 | - [Week 1 - Live lecture (pt. 1). Class outline](https://t.me/c/1789230036/92)
405 | - [Week 1 - Live lecture (pt. 2). Acceleration](https://t.me/c/1789230036/93)
406 | - [Week 1 - Motion along Straight Line](https://t.me/c/1789230036/94)
407 | - [Week 2 - Live Lecture. Uniform Circular Motion](https://t.me/c/1789230036/95)
408 | - [Week 2 - Motion in 3D (pt. 1)](https://t.me/c/1789230036/96)
409 | - [Week 2 - Projectile motion (pt. 2)](https://t.me/c/1789230036/97)
410 | - [Week 3 - Newton's Laws 1. Live Session](https://t.me/c/1789230036/98)
411 | - [Week 3 - Newton's Laws (pt. 1)](https://t.me/c/1789230036/99)
412 | - [Week 3 - Newton's Laws (pt. 2)](https://t.me/c/1789230036/100)
413 | - [Week 4 - Live Session](https://t.me/c/1789230036/101)
414 | - [Week 4 - Newton's Laws. Friction (pt. 2)](https://t.me/c/1789230036/102)
415 | - [Week 4 - Newton's Laws. Gravitational Force and Tension (pt. 1)](https://t.me/c/1789230036/103)
416 | - [Week 5 - Live Session](https://t.me/c/1789230036/104)
417 | - [Week 5 - Newton's laws of motion. Drag force and uniform circular motion](https://t.me/c/1789230036/105)
418 | - [Week 6 - Energy 1 (Pre-recorded Video)](https://t.me/c/1789230036/106)
419 | - [Week 6 - Energy and Work 1. Live Lecture](https://t.me/c/1789230036/107)
420 | - [Week 7 - Energy 2. Work and Power (Live Lecture)](https://t.me/c/1789230036/108)
421 | - [Week 7 - Energy, Work 2 (pre-recorded video)](https://t.me/c/1789230036/109)
422 | - [Week 8 - Conservation of Mechanical Energy (live lecture)](https://t.me/c/1789230036/110)
423 | - [Week 8 - Part 2. Conservative Forces (pre-recorded video)](https://t.me/c/1789230036/111)
424 | - [Week 8 - Potential Energy (pre-recorded video)](https://t.me/c/1789230036/112)
425 | - [Week 9 - Conservation of Energy (Live Lecture)](https://t.me/c/1789230036/113)
426 | - [Week 9 - Conservation of Energy (pre-recorded video)](https://t.me/c/1789230036/114)
427 | - [Week 10 - Center of Mass (Pre-recorded Video)](https://t.me/c/1789230036/115)
428 | - [Week 10 - Motion of Center of Mass (Recorded Lecture)](https://t.me/c/1789230036/116)
429 | - [Week 11 - Linear Momentum. Impulse (Live Lecture)](https://t.me/c/1789230036/117)
430 | - [Week 12 - Conservation of Linear Momentum (pre-recorded Lecture pt. 1)](https://t.me/c/1789230036/118)
431 | - [Week 12 - Elastic and Inelastic Collisions (pre-recorded Lecture pt. 2)](https://t.me/c/1789230036/119)
432 | - [Week 13 - Mechanics of Rotation (Live Lecture)](https://t.me/c/1789230036/120)
433 | - [Week 13 - Rotation (pre-recorded lecture)](https://t.me/c/1789230036/121)
434 | - [Week 14.1 - Rolling Motion (pre-recorded)](https://t.me/c/1789230036/122)
435 | - [Week 14.2 - Rolling down a Ramp (pre-recorded)](https://t.me/c/1789230036/123)
436 | - [Week 14.3 - Angular Momentum and Conservation Laws (live lecture)](https://t.me/c/1789230036/124)
437 | - [Week 15 - Euler-Lagrange Equations](https://t.me/c/1789230036/125)
438 |
439 |
440 |
441 | #### F20 - PS
442 |
443 | [YT](https://youtube.com/playlist?list=PLUI4rqPAsSEbWP1ov_FFfnPWZujSzF7jV)
444 |
445 | @
446 |
447 | - [Week 1, Lab (20.08.2020)](https://t.me/c/1789230036/51)
448 | - [Week 1, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/52)
449 | - [Week 1, Lecture](https://t.me/c/1789230036/53)
450 | - [Week 2, Lab (28.08.2020)](https://t.me/c/1789230036/54)
451 | - [Week 2, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/55)
452 | - [Week 2, Lecture](https://t.me/c/1789230036/56)
453 | - [Week 3, Lab (3.09.2020)](https://t.me/c/1789230036/57)
454 | - [Week 3, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/58)
455 | - [Week 3, Lecture](https://t.me/c/1789230036/59)
456 | - [Week 3, Lecture definitions once again](https://t.me/c/1789230036/60)
457 | - [Week 4, Lab (10.09.2020)](https://t.me/c/1789230036/61)
458 | - [Week 4, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/62)
459 | - [Week 4, Lecture](https://t.me/c/1789230036/63)
460 | - [Week 5, Lab (17.09.2020)](https://t.me/c/1789230036/64)
461 | - [Week 5, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/65)
462 | - [Week 5, Lecture](https://t.me/c/1789230036/66)
463 | - [Week 5, Lecture, Normal distribution tables](https://t.me/c/1789230036/67)
464 | - [Week 6, Lab (24.09.2020)](https://t.me/c/1789230036/68)
465 | - [Week 6, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/69)
466 | - [Week 6, Lecture](https://t.me/c/1789230036/70)
467 | - [Week 7, Lab (1.10.2020)](https://t.me/c/1789230036/71)
468 | - [Week 7, Lab by prof. Gorodetskiy](https://t.me/c/1789230036/72)
469 | - [Week 7, Lab, Task 12, Explanation by Aleksey Shikulin](https://t.me/c/1789230036/73)
470 | - [Week 7, Lecture](https://t.me/c/1789230036/74)
471 | - [Week 8, Lab](https://t.me/c/1789230036/75)
472 | - [Week 8, Lab (15.10.2020)](https://t.me/c/1789230036/76)
473 | - [Week 8, Lab, Midterm Task 1 solution](https://t.me/c/1789230036/77)
474 | - [Week 8, Lecture](https://t.me/c/1789230036/78)
475 | - [Week 9, Lab](https://t.me/c/1789230036/79)
476 | - [Week 9, Lab (22.10.2020)](https://t.me/c/1789230036/80)
477 | - [Week 9, Lecture](https://t.me/c/1789230036/81)
478 | - [Week 10, Lab](https://t.me/c/1789230036/82)
479 | - [Week 10, Lecture](https://t.me/c/1789230036/83)
480 | - [Week 11, Lab](https://t.me/c/1789230036/84)
481 | - [Week 11, Lab (19.11.2020)](https://t.me/c/1789230036/85)
482 | - [Week 11, Lecture](https://t.me/c/1789230036/86)
483 | - [Week 12, Lab](https://t.me/c/1789230036/87)
484 | - [Week 12, Lecture](https://t.me/c/1789230036/88)
485 | - [Week 13, Lab](https://t.me/c/1789230036/89)
486 | - [Week 13, Lecture](https://t.me/c/1789230036/90)
487 |
488 |
489 |
490 | ### S20
491 |
492 | #### S20 - MA II
493 |
494 | [YT](https://youtube.com/playlist?list=PLUI4rqPAsSEag1Wc9ohTtmZkovLuZMAEG)
495 |
496 | @
497 |
498 | - [Week 3](https://t.me/c/1789230036/35)
499 | - [Week 4](https://t.me/c/1789230036/36)
500 | - [Week 5](https://t.me/c/1789230036/37)
501 | - [Week 6](https://t.me/c/1789230036/38)
502 | - [Week 7](https://t.me/c/1789230036/39)
503 | - [Week 9](https://t.me/c/1789230036/40)
504 | - [Week 9, Ramil Dautov's lab](https://t.me/c/1789230036/41)
505 | - [Week 10](https://t.me/c/1789230036/42)
506 | - [Week 10, Ramil Dautov's lab, in English](https://t.me/c/1789230036/43)
507 | - [Week 10, Ramil Dautov's lab, in Russian](https://t.me/c/1789230036/44)
508 | - [Week 11](https://t.me/c/1789230036/45)
509 | - [Week 12](https://t.me/c/1789230036/46)
510 | - [Week 12, Ramil Dautov's lab, in English](https://t.me/c/1789230036/49)
511 | - [Week 13](https://t.me/c/1789230036/47)
512 | - [Week 14](https://t.me/c/1789230036/48)
513 |
514 |
515 |
516 | ## BS18
517 |
518 | ### F20
519 |
520 | #### F20 - TM
521 |
522 | [YT](https://youtube.com/playlist?list=PLtFS7FHavVl8QCCHHN75k1RuBV8Ch7l5K)
523 |
524 | @
525 |
526 | - [lab 1](https://t.me/c/1789230036/21)
527 | - [lab 2](https://t.me/c/1789230036/22)
528 | - [lab 3](https://t.me/c/1789230036/23)
529 | - [lab 4](https://t.me/c/1789230036/24)
530 | - [lab 5](https://t.me/c/1789230036/25)
531 | - [lab 6](https://t.me/c/1789230036/26)
532 | - [lab 7](https://t.me/c/1789230036/27)
533 | - [lab 8](https://t.me/c/1789230036/28)
534 | - [lab 10](https://t.me/c/1789230036/29)
535 | - [lab 11](https://t.me/c/1789230036/30)
536 | - [lab 12](https://t.me/c/1789230036/31)
537 | - [lab 13](https://t.me/c/1789230036/32)
538 | - [lab 14](https://t.me/c/1789230036/33)
539 |
540 |
541 |
--------------------------------------------------------------------------------
/share.md:
--------------------------------------------------------------------------------
1 | # Sharing rules
2 |
3 | ## General rules
4 |
5 | ### Free sharing
6 |
7 | * Publicly available repositories, including external ones
8 | * Publicly available course books, scientific, technical papers
9 | * Public videos or playlists
10 | * Links to [legally available](https://eais.rkn.gov.ru/en/) resources:
11 | * [SciHub](https://sci-hub.hkvisa.net/)
12 | * [Medium Unlimited](https://addons.mozilla.org/ru/firefox/addon/medium-unlimited-read-for-free/)
13 | * [Twirpx](https://twirpx-com.ru/)
14 | * [Libgen](https://libgen.is/)
15 | * [Rutracker](https://rutracker.org/forum/index.php)
16 |
17 | ### Require written or oral permission of an author (or course instructor) to share
18 |
19 | * A student's self-prepared notes
20 | * Any kind of repositories with course materials
21 | * Problem statements from Homeworks and Exams
22 |
23 | ### Cannot be shared
24 |
25 | * Solutions that weren't presented during lectures/tutorials
26 | * Pirated materials
27 |
28 | ## What and How to share
29 |
30 | ### What we collect
31 |
32 | * Slides
33 | * Video recordings (e.g., with your camera during a lecture or your own tutorials)
34 | * Assignment / HW / Exam / Test problems and solutions
35 | * Cheatsheets
36 | * Your notes
37 |
38 | ### Basic process
39 |
40 | * Select a course
41 | * Ask course instructors for permission to share their materials unless the instructors have left the university or it is opensourced.
42 | * Send your file(s) to [maintainers](./README.md#want-to-help).
43 | * Send a folder(s) as `.zip` (`.tar`, `.7z`, etc.) archive(s) (see sample structure [here](https://drive.google.com/drive/folders/1EO_7EBNVICSLRz3lw-PCUOMMla7f7nQA?usp=sharing)).
44 | * Send a single file as-is.
45 | * A repository (or a playlist) can be shared as a link ([example](https://github.com/ParfenovIgor/F21-Programming-Paradigms-Y-3)).
46 | * We'll create a new playlist for your videos and upload them
47 | * If you'd like, tell maintainers, and we will add your name to this `README.md` file. People should know their heroes!
48 | * We'll place your username on this page near the course you select if you've contributed several courses.
49 | * Keep contributing as much as possible allowed materials for more courses!
50 |
51 | ### Become a Notes maintainer
52 |
53 | * If you'd like to become a maintainer, just stay in our chat and send materials whenever you can.
54 |
55 | * Pls don't ignore when there appear calls to action. We're all volunteers and expect that you will give some time to this project.
56 |
57 | * When there come newbie students, tell them about our project. It may make their life easier in the first years.
58 |
59 | * Invite them to contribute. This will create a stable supply of maintainers.
60 |
61 | * If you'd like, we can add you to the `Inno-Notes` organization on GitHub. Just [contact us](./README.md#want-to-help). Don't forget to accept an invitation on GitHub and change [organization visibility](https://github.com/orgs/Inno-Notes/people) to `Public` after you become a contributor!
62 |
--------------------------------------------------------------------------------