This post mean’t to index all the links, resources, labs, and notes made for GECA’s academics. Here are all the links, categorized subject wise.
Table of contents
Open Table of contents
CSPCC5001
Advanced Data Structures
- Presentation on BST (Binary Search Trees) with examples ⇜ from unit 3
Show More
CSPCC5002
Advanced Machine Learning
- Presentation on generic Machine learning paradigms or approaches with examples ⇜ from unit 1
- Notes as per syllabus ⇜ from unit 2, 3, and 4
Show More
CSPCC5003
(Labs) Advanced Machine Learning
</> Gist
adv-machine-learning-labs.ipynb.
Show More
CSPEC5002
Advanced Computer Network
</> REPO
TCP Server greeting a client (java), UDP Server Echo (java), Socket-based Server and Client - Uppercase Message Response (java, python) ⇜ from unit 2 assignment
Show More
MERMC5001
Research Methodology
Show More
CSVSE5001
Mini Project I
Project Idea #01
DrawKey v2 - Handwritten signature authentication - second version.
Project Idea #02
EquiWeb Rental - Full stack application for renting heavy vehicles.
Show More
CSPC2005
(Labs) Advanced C and C++
- Construct and execute C program showing use of pointer to structure.
- Implement C program for self-referential structure.