Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusuii/all-pracs
MSc (CS) practical files and code.
https://github.com/tusuii/all-pracs
code msc practicals
Last synced: about 1 month ago
JSON representation
MSc (CS) practical files and code.
- Host: GitHub
- URL: https://github.com/tusuii/all-pracs
- Owner: tusuii
- License: gpl-3.0
- Created: 2022-08-23T11:01:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T14:41:09.000Z (11 months ago)
- Last Synced: 2024-01-24T16:35:27.343Z (11 months ago)
- Topics: code, msc, practicals
- Language: Jupyter Notebook
- Homepage:
- Size: 24.6 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security_C_n_C/Prac 1.py
Awesome Lists containing this project
README
# Practicals (MSc CS)
---
## Semester - I:
* Algorithm for Optimization (AO). [View](https://github.com/tusuii/All-Pracs)
* Software Defined Networking. [View](https://github.com/tusuii/All-Pracs/blob/main/SDNPractical.pdf)
* Applied Signal and Image Processing (DIP/AIP). [View](https://github.com/tusuii/All-Pracs/tree/main/AIP_Pract_ALL)
* Advanced Database Techniques (ADBMS)---
## Semester - II:
* Applied Machine and Deep Learning (ML). [View](https://github.com/tusuii/All-Pracs/tree/Practical-Course-onApplied-Machine-and-Deep-Learning/ML%20and%20DL%20practicals)
* Natural Language Processing (NLP). [View](https://github.com/tusuii/All-Pracs/tree/NLP/NLP)
* Web Mining. [View](https://github.com/tusuii/All-Pracs/tree/main/Web_mining)
* Embedded and IoT Technology (IOT). [View](https://github.com/tusuii/All-Pracs/tree/main/IOT)---
## Semester - III:
* Elective-1: Advanced Computing (Web3 Technologies)
* Elective-1: Security (Cryptography and Cryptanalysis)
* Elective-2: Computer Networking (Wireless Networking)
* Elective-1: Data Science (Data Visualization)
---
# Practicals (MSc AI)
---
## Semester - II:
* Modern Algorithm Design (MAD). [View](https://github.com/tusuii/All-Pracs/tree/MAD)
---
- Want to contribute ?1) Folk the repository in github.
2) Create a clone in your local system using below command :-
> git clone [url_repo]
3) In cmd type :-> cd [project]
4) Then create a dedicated branch for the work with effective name using below command :-
> git checkout -b [Effective_branch-name]
5) Then you can work on the respective repository in your local machine. After you did your changes then follow below commands :-
> git add [file_names]
> git commit -m "commit message"
> git push origin [branch_you_created]
6) Open pull request in github with dedicated comment.
- Support:-
1. Star this repository.
2. help improving code/documentation.
3. address if issues are present.
4. Any suggestions / Idea / recommendation discussion is open, feel free to write there.Thank you for your interest in this project! Happy contributing!