Giter VIP home page Giter VIP logo

dsai-gate's Introduction

Welcome to the DSAI-GATE Repository Awesome πŸ€– PRs Welcome

We are still in work in progress phase, Stay tuned !!

Looking for solid-contributors checkout : contributors-guide | registeration-form

πŸš€ About the Repository

Disover the ultimate GATE (Graduate Aptitude Test in Engineering) Resource: All-in-One curated for Data Science and Artificial Intelligence (DSAI) 🌟 🌟 🌟 🌟 🌟
This repository is designed to collaborate and share resoucers for preparation including study materials, online courses, and code examples that cover the DSAI Gate syllabus.

πŸ“š Syllabus Coverage

Syllabus: Data Science and Artificial Intelligence Gate (Released by GATE 2024 organizing institute: IISc)

Our repository is meticulously organized to cover the complete syllabus outlined for the DSAI section of the GATE exam. From Probability and Statistics to Math, Programming,DSA, DBMS, Machine Learning, and AI, you'll find comprehensive resources that address each topic in detail.

Explore the power of open source including featured tutorials, course videos, books, articles, courses, websites, code examples in Python.
Theoretical explanations, practice examples, or MCQ exercises, we've got you covered in this all-encompassing guide.
We aim to present a one stop resource in this Preparation-to-Interviews guide.

πŸ“ Repository Structure

To ensure a smooth and efficient learning experience, we've structured the repository with the following sections:

Topic Description Resouces
Probability and Statistics Probability fundamentals, counting methods, key concepts in hypothesis testing Prob-Stats
Linear Algebra Detailed coverage on vector spaces, matrices, eigenvalues, Singular Value Decomposition(SVD) Linear-Alg
Calculus and Optimization Exploring single-variable functions, limits, optimization techniques, and more Calculus-Opt
Programming and Algorithms Comprehensive coverage of Python programming, data structures, and algorithms. Prog-Algo
Database Management ER-models, relational algebra, SQL, normalization DBMS
Machine Learning Extensive explanations and hands-on examples of supervised and unsupervised learning algorithms. ML-Notes
Artificial Intelligence In-depth discussions on search algorithms, logic, reasoning, and uncertainty. AI-Notes

🌟 How to Use This Repository

  1. Navigation : Use the Repository Structure to navigate to different topics and find the resources you need in Subsection-ReadMe for example Probability-Statistics-Readme.md.
  2. Study Materials: In each Subsection-ReadMe dive into detailed explanations, examples, and theoretical content for each topic by opening notes.
  3. Code Snippets : Explore code snippets and implementations to understand practical applications.
  4. Practice : Engage with MCQ exercises, quizzes, and practice problems to reinforce your understanding inside subsections.
  Each Subsection-Readme is organised in the following format:
  [Table of Contents] 
  * Books
  * NPTEL and Courses
  * Notes
  * Articles 
  * Programming : Examples and tutorial such as Kaggle for ML, GFG for Python and Algo
  * Practice Problems
  * Interview 

🀝 Contributions

A Warm Invitation to Support and Share: Star the Repo and Spread the Word

Please consider starring 🌟 the repo and sharing it with others who might be interested. This repository is a collaborative effort, and we welcome contributions from the community. If you find any errors, have additional resources to share, or want to improve existing content, feel free to contribute through pull requests.


πŸš€ Looking for contributors

Calling Data Science & AI folks!

Join the team as official contributor for DSAI-GATE prep resource. Elevate your expertise by contributing to this repository.
Your knowledge or years of industry experience is invaluable. Claim your spot now: Contribute to DSAI-GATE. Let's shape the future of GATE prep together! πŸ’ΌπŸ“š #DSAI #GATE2024

link for interested contributor --> Registeration-form

How to Contribute

  1. Choose a topic or sub-topic that interests you from the syllabus.
  2. Create comprehensive notes or resources for that topic.
  3. If your content is ready, submit a pull request or open an issue to indicate your contribution.
  4. Collaborate with the community to enhance and refine the content.

For any questions or clarifications, feel free to reach out!

Join our Discord Server for real-time interactions with fellow contributors.

Contributors

DS-AI-Gate/
πŸ§‘β€πŸ« DS-AI-Gate (Project) πŸ’»
DS-AI-Gate/
πŸ§‘β€πŸ« Yash Singhal (IIT Roorkee) πŸ’»
Kunal
πŸ§‘β€πŸ« Kunal Dargan (IIT Delhi) πŸ’»
Kunal
πŸ§‘β€πŸ« Sarvesh Gharat (IIT Bombay) πŸ’»

Let's make DSAI preparation an enriching and collaborative journey together! πŸš€

πŸ”— Connect with Us

Stay connected with us for updates, announcements, and discussions:


GATE 2024 Data Science and AI Syllabus

GATE 2024 Data Science and AI Syllabus

Topic wise notebooks

Subtopics

  • Counting (Permutations and Combinations)
  • Probability Axioms
  • Sample Space
  • Events
  • Independent Events
  • Mutually Exclusive Events
  • Marginal, Conditional, and Joint Probability
  • Bayes' Theorem
  • Conditional Expectation and Variance
  • Mean, Median, Mode, and Standard Deviation
  • Correlation and Covariance
  • Random Variables
  • Discrete Random Variables and Probability Mass Functions (Uniform, Bernoulli, Binomial Distribution)
  • Continuous Random Variables and Probability Distribution Functions (Uniform, Exponential, Poisson, Normal, Standard Normal, t-Distribution, Chi-Squared Distributions)
  • Cumulative Distribution Function
  • Conditional Probability Density Function
  • Central Limit Theorem
  • Confidence Interval
  • z-Test
  • t-Test
  • Chi-Squared Test
  • Vector Space
  • Subspaces
  • Linear Dependence and Independence of Vectors
  • Matrices
  • Projection Matrix
  • Orthogonal Matrix
  • Idempotent Matrix
  • Partition Matrix and Their Properties
  • Quadratic Forms
  • Systems of Linear Equations and Solutions
  • Gaussian Elimination
  • Eigenvalues and Eigenvectors
  • Determinant
  • Rank
  • Nullity
  • Projections
  • LU Decomposition
  • Singular Value Decomposition
  • Functions of a Single Variable
  • Limit
  • Continuity and Differentiability
  • Taylor Series
  • Maxima and Minima
  • Optimization Involving a Single Variable
  • Programming in Python
  • Basic Data Structures: Stacks, Queues, Linked Lists, Trees, and Hash Tables
  • Search Algorithms: Linear Search and Binary Search
  • Basic Sorting Algorithms: Selection Sort, Bubble Sort, Insertion Sort
  • Divide and Conquer Techniques: Mergesort, Quicksort
  • Introduction to Graph Theory
  • Basic Graph Algorithms: Traversals and the Shortest Path
  • ER-Model (Entity-Relationship Model)
  • Relational Model: Relational Algebra, Tuple Calculus
  • SQL (Structured Query Language)
  • Integrity Constraints
  • Normal Form
  • File Organization
  • Indexing
  • Data Types
  • Data Transformation: Normalization, Discretization, Sampling, and Compression
  • Data Warehouse Modeling: Schema for Multidimensional Data Models
  • Concept Hierarchies
  • Measures: Categorization and Computations
Supervised Learning:
  • Regression and Classification Problems
  • Simple Linear Regression
  • Multiple Linear Regression
  • Ridge Regression
  • Logistic Regression
  • k-Nearest Neighbors
  • Naive Bayes Classifier
  • Linear Discriminant Analysis
  • Support Vector Machine
  • Decision Trees
  • Bias-Variance Trade-off
  • Cross-validation Methods: Leave-One-Out (LOO) Cross-validation, k-Folds Cross-validation
  • Multi-layer Perceptron
  • Feed-forward Neural Network
  • Unsupervised Learning:
  • Clustering Algorithms
  • k-Means and k-Medoid Clustering
  • Hierarchical Clustering
  • Dimensionality Reduction
  • Principal Component Analysis (PCA)
  • Search: Informed Search, Uninformed Search, Adversarial Search
  • Logic: Propositional Logic, Predicate Logic
  • Reasoning under Uncertainty Topics:
  • Conditional Independence Representation
  • Exact Inference through Variable Elimination
  • Approximate Inference through Sampling

The GATE 2024 Data Science and AI exam pattern will carry a total of 100 marks. The paper will be divided into two sections, General Aptitude and Data Science and AI Subject Questions, worth 15 and 85 marks, respectively.

Check out the complete GATE 2024 DA Exam Pattern in the table outlined below.

GATE 2024 DA Exam Pattern
Particulars Details
Paper Name GATE Data Science and Artificial Intelligence Paper
Paper Code DA
Exam Duration 3 Hours
Sections General Aptitude + Data Science and AI
Type of Questions MCQs, MSQs, and NATS
GATE DA Paper Marks Distribution
  • General Aptitude: 15 Marks
  • Data Science and AI Subject Questions: 85 Mark
Negative Marking
  • For a 1-mark MCQ, an incorrect answer will result in a deduction of 1/3 mark.
  • For a 2-mark MCQ, an incorrect answer will lead to a deduction of 2/3 marks.
  • There is no penalty for incorrect responses to MSQ or NAT questions.

Sample Paper

IISC released a DS/AI sample paper on their website. It's expected the questions in the main exams would be on similar lines Sample Paper

Tasks

  • Public repo and Landing page
  • Example structure for contributions in topic notes : (Probability-Statistics-Readme.md)
  • Coding example notebooks in colab for ML

Start your DSAI-GATE preparation journey today with the DSAI-GATE repository. Let's ace the GATE exam together🌟

dsai-gate's People

Contributors

ds-ai-gate avatar kunaldargan avatar swakath avatar yashgyy avatar aniket-debug avatar sarveshvgharat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.