Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of lecturers #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
Binary file modified _images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions _lectures/01_Openning lecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Openning Lecture - AI
tldr: "First opening lecture."
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/Openning lecture - AI 01.pptx
name: presentation
---
17 changes: 0 additions & 17 deletions _lectures/01_introduction.md

This file was deleted.

11 changes: 11 additions & 0 deletions _lectures/02_Introduction To AI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Introduction To AI
tldr: "Introduction to AI"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/Subject - Introduction To AI 02.pptx
name: presentation
---

10 changes: 10 additions & 0 deletions _lectures/03_Programming Basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Programming basic
tldr: "Programming basics, Data-types and etc"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/03 subject programming basic (python - 1).pptx
name: presentation
---
11 changes: 11 additions & 0 deletions _lectures/04_Python Basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics
tldr: "Sever Client architecture, Basic python data types and installation"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/04 subject python (python - 2).pptx
name: presentation
---

14 changes: 14 additions & 0 deletions _lectures/05_Python Basics - Functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - Functions
tldr: "We explored python functions among with a little recursion :) "
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/05 subject python (python - 3).pptx
name: presentation
- url: https://colab.research.google.com/drive/1KCUN6AUFfxh-x8Nul9Tdc89N9-wAY_CJ
name: google colab
---
**Suggested Readings:**
- [Some More practices](https://www.w3resource.com/python-exercises/python-functions-exercises.php)
12 changes: 12 additions & 0 deletions _lectures/06_Python Basics - Local and Global Scopes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - Local and Global Scopes
tldr: "Python Basics - We saw Local scopes, Global Scopes with various examples."
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/06 subject python (python - 4).pptx
name: presentation
- url: https://colab.research.google.com/drive/1_RP1SKOLxkEmSitPPf6gCiY4HZ1QaDXX
name: google colab
---
15 changes: 15 additions & 0 deletions _lectures/07_Python Basics - Arrays.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - Arrays
tldr: "Basic Datatypes - Python Arrays, Indexing and retrival of elements."
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/07 subject python (python - 5).pptx
name: presentation
- url: https://colab.research.google.com/drive/1Sl6wx3Z0Iv9qIXKRihFMhPfg7cC4FdDl
name: Colab Link
---
**Suggested Readings:**
- [Python Arrays](https://www.w3schools.com/python/python_arrays.asp)
- [Youtube Video](https://www.youtube.com/watch?v=nlP5kF1_efE)
10 changes: 10 additions & 0 deletions _lectures/08_Python Basics - Dictionaries and Tuples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - Dictionaries and Tuples
tldr: "Python Basic data-types -- Dictionaries and Tuples, Continual of arrays"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/08 subject python (python - 6).pptx
name: presentation
---
15 changes: 15 additions & 0 deletions _lectures/09_Python Basics - For Loops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - For Loops
tldr: "Python Basics Loops - For Loop"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/09 subject python (python - 7).pptx
name: presentation
- url: https://colab.research.google.com/
name: google colab
---
**Suggested Readings:**
- [Additional Practice](https://pynative.com/python-if-else-and-for-loop-exercise-with-solutions/)
- [Reading 2](http://example.com)
15 changes: 15 additions & 0 deletions _lectures/10_Python Basics - DateTime and Strings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - DateTime and Strings
tldr: "Python Basics - Datetime manipulations and Strings manipulations"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/10 subject python (python - 8).pptx
name: presentation
- url: https://colab.research.google.com/drive/15kYM3a7-gUPEwCpLYrRMcqblAQYrm-uY#scrollTo=fVkUKdFAAH6L
name: google colab
---
**Suggested Readings:**
- [Reading 1](http://example.com)
- [Reading 2](http://example.com)
15 changes: 15 additions & 0 deletions _lectures/11_Python Basics - Error Handling, Lambda Expressions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - Error Handling, Lambda Expressions
tldr: "Python Basics - Try Except Finally keywords, Lambda Expressions and Syntax"
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/11 subject python (python - 9).pptx
name: presentation
- url: https://colab.research.google.com/drive/1J2CjawHo7M91J-1dpbDb-T6Wx9OfIuK_
name: google colab
---
**Suggested Readings:**
- [Reading 1](http://example.com)
- [Reading 2](http://example.com)
15 changes: 15 additions & 0 deletions _lectures/12_Python Basics - Class Project - Memory Game.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: Python Basics - Class Project - Memory Game
tldr: "Python Basics - A memory game done using while loops, error handling and dictionaries."
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/12 subject python (python - 10).pptx
name: presentation
- url: https://colab.research.google.com/drive/130CPvE1_E51K7oxR70_hpqPsZ6s-5fLU?usp=sharing
name: google colab
---
**Suggested Readings:**
- [Reading 1](http://example.com)
- [Reading 2](http://example.com)
15 changes: 15 additions & 0 deletions _lectures/13_SQL Basics - Introduction to SQL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: SQL Basics - Introduction to SQL
tldr: "SQL Basics - Introduction to relational databases and noSQL."
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/13 subject SQL (SQL - 1).pptx
name: presentation

---
**Suggested Readings:**
- [MongoDB](https://www.mongodb.com/)
- [SQL vs NoSQL](https://medium.com/nerd-for-tech/mysql-vs-nosql-b0838f6ae10)

18 changes: 18 additions & 0 deletions _lectures/14_SQL Basics - SQL Create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
type: lecture
date: 2023-09-16T8:00:00+4:30
title: SQL Basics - SQL Create
tldr: "Short text to describe what this lecture is about."
thumbnail: /static_files/presentations/lec.jpg
links:
- url: /static_files/presentations/14 subject SQL (SQL - 2).pptx
name: presentation

---
**Suggested Readings:**
- [SQL Create](https://www.w3schools.com/sql/sql_ref_create.asp)
- [SQL Online](https://sqliteonline.com/)

**Machine Learning:**
- [Linear Regression](https://mlu-explain.github.io/linear-regression/)
- [Introduction to Neural Networks (NN)](https://mlu-explain.github.io/neural-networks/)
20 changes: 0 additions & 20 deletions materials.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified static_files/presentations/lec.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.