Skip to content

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.

License

Notifications You must be signed in to change notification settings

madhurimarawat/Semester-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Semester-Notes

Illustration

  • 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.

GitHub repo size

NameBlock


Table Of Contents πŸ“” πŸ”– πŸ“‘

1 Semester

Data Science and Artificial Intelligence Subjects:

  1. Engineering Mathematics I

  2. Environmental Science

  3. Foundations of Electronics Engineering

  4. Fundamentals of Computational Biology

  5. Language and Writing Skills

  6. Learning Programming Concepts With C
  1. Professional Ethics and Life Skills
2 Semester

Data Science and Artificial Intelligence Subjects:

  1. Data Structure Using C
  1. Digital Logic and Design

  2. Engineering Mathematics II

  3. Entrepreneurship

  4. Object-Oriented Programming
  1. Python for Data Science
3 Semester

Data Science and Artificial Intelligence Subjects:

  1. Analysis and Design of Algorithm
  1. Computer Organization and Architecture

  2. Database Management System

  3. Discrete Structure

  4. Independent Project
  1. Probability and Statistics
4 Semester

Data Science and Artificial Intelligence Subjects:

  1. Artificial Intelligence Principles and Applications

  2. Computer Network

  3. Data Visualization
  1. Operating System

  2. R for Data Science
  1. Theory of Computation
5 Semester

Data Science Subjects:

  1. Computational Complexity

  2. Cryptography and Network Security
  1. Intelligent Data Analysis
  1. Natural Language Processing
  1. Pattern Recognition and Machine Learning
  1. Vocational Training
  1. Minor Project

Artificial Intelligence Subjects:

  1. Artificial Neural Networks

  2. Predictive Modelling and Analytics
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:

  1. Algorithmic Gaming Theory

  2. Big Data Analytics
  1. Data Wrangling
  1. Image Processing

  2. Management Information System

  3. Software Engineering
  1. Minor Project

Artificial Intelligence Subjects:

  1. Business Intelligence and Analytics

  2. Intelligent System and Robotics
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.
Question Papers

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.
Docs

This folder contains the code for this website:

  • The index.html file serves as the main page.
  • The website is user-friendly, featuring an intuitive interface that is easy to navigate.
  • Responsive design ensures the website looks great and functions well on all devices and screen sizes.
  • A dropdown menu allows dynamic color changes with options for Autumn, Summer, Rainy, and Winter. Upon selection, the website color changes instantly. Refreshing the page restores the default color scheme.

Data Science and Artificial Intelligence Subjects

During the 1st to 4th semesters, both branches followed a common curriculum, ensuring a foundational understanding of core subjects.

From the 5th to 7th semesters, the curriculum began to diversify:

  • 5th and 7th 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.

Directory Structure πŸ—ƒοΈ

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
β”‚
β”œβ”€β”€ SYLLABUS/                 # πŸ“š Folder containing the syllabus for all semesters
β”‚
└── QUESTION PAPERS/          # πŸ“ 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
β”‚   β”‚
β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”œβ”€β”€ index.js          # πŸ–₯️ Script to dynamically change the primary color of the website
β”‚   β”‚   └── commands.js       # πŸ“œ Script to manage the visibility of the color and copying of commands in Astyle-Commands.html and Git-Commands.html and Hadoop-|                                    Commands.html
β”‚
β”œβ”€β”€ LICENSE                   # πŸ“œ MIT License file
β”‚
└── README.md                 # πŸ“„ Documentation file for the repository
β”‚
└── CONTRIBUTING.md           # 🀝 Guide for contributing to the repository

Website Design

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.

Screenshot 2024-07-19 103717

Screenshot 2024-07-19 104138


Thanks for Visiting πŸ˜„