This repository includes academic notes, study materials, and resources from B.Tech (Hons) in CSE, specializing in Artificial Intelligence and Data Science. It features question papers, proprietary study guides, and resources to support learning in these fields.
- This repository includes academic notes, study materials, and resources from B.Tech (Hons) in CSE, specializing in Artificial Intelligence and Data Science.
- It features question papers, proprietary study guides, and resources to support learning in these fields.
- This repository serves as a valuable resource to access well-structured and reliable study materials.
- Study Materials are organized according to semesters and subjects.
1 Semester
Data Science and Artificial Intelligence Subjects:
- Engineering Mathematics I
- Environmental Science
- Foundations of Electronics Engineering
- Fundamentals of Computational Biology
- Language and Writing Skills
- Learning Programming Concepts With C
- To see lab programs, visit: Learning Programming Concepts With C Lab
2 Semester
Data Science and Artificial Intelligence Subjects:
- To see lab programs, visit: Data Structure Using C Lab
- To see lab programs, visit: Object-Oriented Programming with C++ Lab
- To see lab programs, visit: Python for Data Science Lab
3 Semester
Data Science and Artificial Intelligence Subjects:
- To see lab programs, visit: Analysis and Design of Algorithm using Python Lab
- Computer Organization and Architecture
- Database Management System
- Discrete Structure
- Independent Project
- To see the project, visit: Library Management System
4 Semester
Data Science and Artificial Intelligence Subjects:
- To see lab programs, visit: Data Visualization using Python Lab
- To see lab programs, visit: R for Data Science Lab
5 Semester
Data Science Subjects:
- To see lab programs, visit: Cryptography and Network Security Lab
- To see lab programs, visit: Intelligent Data Analysis Lab
- To see lab programs, visit: Natural Language Processing in Python Lab
- To see lab programs, visit: Pattern Recognition and Machine Learning Lab
- To see the lab project, visit: Vocational Training Project
- To see the lab project, visit: Stock Market Prediction app.
Artificial Intelligence Subjects:
6 Semester
- Presentation:
Update_Presentation.pptx
: Presentation for the first two months.Final_Presentation.pptx
: Final presentation of the project.
- Internship Report:
Final_Report.pdf
: Detailed report of the project work, methodologies, results, and conclusions.
7 Semester
Data Science Subjects:
- To see lab programs, visit: Big Data Analytics Lab
- To see lab programs, visit: Data Wrangling Lab
- To see lab programs, visit: Software Engineering Lab
- To see the lab project, visit: Stock Market Prediction App.
Artificial Intelligence Subjects:
8 Semester
Data Science Subjects:
-
- To see lab programs, visit: Cloud Computing Lab
- To see lab programs, visit: Cloud Computing Lab
-
- To see lab programs, visit: Data Warehousing Lab
- To see lab programs, visit: Data Warehousing Lab
-
- To see the lab project, visit: Stock Market Prediction App
- To see the lab project, visit: Stock Market Prediction App
Artificial Intelligence Subjects:
Syllabus
This section contains the syllabus for each semester:
- Click here to view the syllabus
- Detailed course outlines, including topics and subtopics.
- List of recommended textbooks and reference materials.
- Suggested reading materials to complement the coursework.
- Key topics and learning objectives for each subject.
Front Page & Index
This section contains the standardized front page and index format used in lab files for each semester. Below is the included format:
- Click here to view the Front Page & Index
- Naming conventions include details such as experiment names, dates, page numbers, and more for easy comprehension and navigation.
Question Paper
This section contains the question papers for each semester:
- Click here to view the Question Papers
- Organized by semester for easy navigation.
- Includes Class Test 1, Class Test 2, and Annual Exams.
- Contains Re-Class Tests, if applicable.
- Each semester folder provides a comprehensive collection of exam papers.
- Added "AI" or "DS" in file names to indicate the branch for which the question paper is intended. For subjects common across semesters 1 to 4, no such branch-specific tags were added.
docs
This folder contains the code for this website:
- π The
index.html
file functions as the main landing page of the website. - π§ The website features a clean, user-friendly layout with an intuitive interface that is easy to navigate.
- π± The responsive design ensures the website displays correctly and performs well across all devices and screen sizes.
- π A dropdown menu allows users to switch between seasonal color themes such as Autumn, Summer, Rainy, and Winter. Upon selection, the websiteβs primary color updates instantly, creating a visually engaging experience.
- πΎ The selected theme is stored using LocalStorage, allowing it to persist across browser sessions. The previously chosen theme is automatically applied when the user returns to the site.
- π A Dark Mode toggle has been added to enhance accessibility and visual comfort. Its state is also saved using LocalStorage, ensuring the preference remains active until manually changed.
- π A "Default" theme option is available in the dropdown to revert the siteβs appearance to its original color scheme.
- π A separate Resources dropdown in the navigation bar provides convenient access to reference materials and command guides for tools like Git, Hadoop, and Astyle, helping users learn and explore essential technologies.
During the 1st to 4th semesters, both branches followed a common curriculum, ensuring a foundational understanding of core subjects.
From the 5th to 8th semesters, the curriculum began to diversify:
- 5th to 8th semesters: Two subjects were tailored to individual tracks, reflecting specialized interests. I have detailed these differences above, along with separate question papers and syllabi for both branches (AI and DS).
- 6th semester: Focused entirely on an internship, where students selected their projects, institutions, and domains independently.
Semester-Notes/
βββ 1 SEMESTER/ # π Folder for the first semester
β
βββ 2 SEMESTER/ # π Folder for the second semester
β
βββ 3 SEMESTER/ # π Folder for the third semester
β
βββ 4 SEMESTER/ # π Folder for the fourth semester
β
βββ 5 SEMESTER/ # π Folder for the fifth semester
β βββ AI Subjects/ # π AI Subjects folder inside 5th semester
β
βββ 6 SEMESTER/ # π Folder for the sixth semester
β
βββ 7 SEMESTER/ # π Folder for the seventh semester
β βββ AI Subjects/ # π AI Subjects folder inside 7th semester
β
βββ 8 SEMESTER/ # π Folder for the eighth semester
β βββ AI Subjects/ # π AI Subjects folder inside 8th semester
|
βββ Syllabus/ # π Folder containing the syllabus for all semesters
β
βββ Front Page & Index # π Contains the standardized front page format
|
βββ Question Paper/ # π Folder containing the question papers for all semesters
β
βββ docs/ # ποΈ Folder containing website code
β βββ index.html # π Main landing page of the website
β βββ Astyle-Commands.html # βοΈ Page dedicated to Astyle formatter commands
β βββ Git-Commands.html # π οΈ Page dedicated to Git commands
β βββ Hadoop-Commands.html # π Page dedicated to Hadoop commands
β β
β βββ css/
β β βββ index.css # π¨ Stylesheet for index.html
β β βββ commands.css # π¨ Stylesheet for Astyle-Commands.html and Git-Commands.html and Hadoop-Commands.html
β β βββ index-dark.css # π Dark theme for index.html
β β βββ commands-dark.css # π Dark theme for command pages
β β
β βββ js/
β β βββ index.js # π₯οΈ Script to dynamically change the primary color of the website
β β βββ commands.js # π Script manages theme and copy actions in command pages.
| |
β βββ website_snapshots/ # πΌοΈ Contains all website screenshots and demo GIFs for documentation
β
βββ LICENSE # π MIT License file
β
βββ README.md # π Documentation file for the repository
β
βββ CONTRIBUTING.md # π€ Guide for contributing to the repository
This website showcases a comprehensive repository of semester notes and study resources. It features a dynamic, color-changing dropdown menu using JavaScript. The content is organized into detailed sections, covering semester-wise subjects and commonly used commands for Astyle, Git and Hadoop. Visit the website at: Website Link.




π ³π °ππ Ί π Όπ Ύπ ³π ΄ ππ€


- Drop a π if you find this repository useful.
- If you have any doubts or suggestions, feel free to reach me.
π« How to reach me: ΒΒ Β
- Contribute and Discuss: Feel free to open issues π, submit pull requests π οΈ, or start discussions π¬ to help improve this repository!