HEAD
Graph theory: Introduction and basic terminology of graph, types of graph, Path, Cycles, Shortest path in weighted graph, graph colorings.
C.L.Liu, “Elements of Discrete Mathematics” Tata Mc Graw-Hill Edition.
Trembley, J.P & Manohar; “Discrete Mathematical Structure with Application CS”, McGraw Hill.
Kenneth H. Rosen, “Discrete Mathematics and its applications”, McGraw Hill.
Bisht, “Discrete Mathematics”,Oxford University Press
Biswal,”Discrete Mathematics & Graph Theory”, PHI
Mathematics For Machine Learning-Marc Peter Deisenroth,A. Aldo Faisal,Cheng soon ong 7.Statistical Method- S.P. Gupta
Coremen Thomas, Leiserson CE, Rivest RL, Introduction to Algorithms, Third edition, PHI.
Horowitz &Sahani, Analysis & Design of Algorithm, Fourth Edition Computer Science Press.
Dasgupta, algorithms, Fifth Edition, TMH
Ullmann; Analysis & Design of Algorithm, Addison-wesley publishing company,
Michael T Goodrich, RobartoTamassia, Algorithm Design, Wiely India
Rajesh K Shukla: Analysis and Design of Algorithms: A Beginner's Approach; Wiley
Write a program for Iterative and Recursive Binary Search.
Write a program for Merge Sort.
Write a program for Quick Sort.
Write a program for Strassen’s Matrix Multiplication.
Write a program for optimal merge patterns.
Write a program for Huffman coding.
Write a program for minimum spanning trees using Kruskal’s algorithm.
Write a program for minimum spanning trees using Prim’s algorithm.
Write a program for single sources shortest path algorithm.
Write a program for Floye-Warshal algorithm.
Write a program for traveling salesman problem.
Write a program for Hamiltonian cycle problem.
The purpose of this subject is to cover the underlying concepts and techniques used in Software Engineering & Project Management. Some of these techniques can be used in software design & itsimplementation.
The students should have at least one year of experience in programming a high-level language and databases. In addition, a familiarity with software development life cycle will be useful in studying thissubject.
Software Product and Process Characteristics, Software Process Models: Linear Sequential Model, Prototyping Model, RAD Model, Evolutionary Process Models like Incremental Model, Spiral Model, Component Assembly Model, RUP and Agile processes. Software Process customization and improvement, CMM, Product and ProcessMetrics
Functional and Non-functional requirements, Requirement Sources and Elicitation Techniques, Analysis Modeling for Function-oriented and Object-oriented software development, Use case Modeling, System and Software Requirement Specifications, Requirement Validation,Traceability
The Software Design Process, Design Concepts and Principles, Software Modeling and UML, Architectural Design, Architectural Views and Styles, User Interface Design, Function- oriented Design, SA/SD Component Based Design, DesignMetrics.
Software Static and Dynamic analysis, Code inspections, Software Testing, Fundamentals, Software Test Process, Testing Levels, Test Criteria, Test Case Design, Test Oracles, Test Techniques, Black-Box Testing, White-Box Unit Testing and Unit, Testing Frameworks, Integration Testing, System Testing and other Specialized, Testing, Test Plan, Test Metrics, Testing Tools. , Introduction to Object-oriented analysis, design and comparison with structured SoftwareEngg.
Need and Types of Maintenance, Software Configuration Management (SCM), Software Change Management, Version Control, Change control and Reporting, Program Comprehension Techniques, Re-engineering, Reverse Engineering, Tool Support. Project Management Concepts, Feasibility Analysis, Project and Process Planning,Resources Allocations, Software efforts, Schedule, and Cost estimations, Project Scheduling and Tracking, Risk Assessment and Mitigation, Software Quality Assurance (SQA). Project Plan, ProjectMetrics.
Lab work should include a running case study problem for which different deliverable sat the end of each phase of a software development life cycle are to be developed. This will include modeling the requirements, architecture and detailed design. Subsequently the design models will
be coded and tested. For modeling, tools like Rational Rose products. For coding and testing, IDE like Eclipse, Net Beans, and Visual Studio can beused.
Pankaj Jalote ,”An Integrated Approach to Software Engineering”, NarosaPub, 2005
RajibMall, “Fundamentals of Software Engineering” Second Edition, PHI Learning
R S. Pressman,”Software Engineering: A Practitioner's Approach”, Sixth edition 2006, McGraw-Hill.
Sommerville,”Software Enginerring”,PearsonEducation.
Richard H.Thayer,”SoftwareEnginerring& Project Managements”,WileyIndia
Waman S.Jawadekar,”Software Enginerring”,TMH
BobHughes,M.Cotterell,RajibMall“SoftwareProjectManagement”,McGrawHill
Introduction to Data Science – Evolution of Data Science – Data Science Roles – Stages in a Data Science Project – Applications of Data Science in various fields – Data Security Issues.
Data Collection Strategies – Data Pre-Processing Overview – Data Cleaning – Data Integration and Transformation – Data Reduction – Data Discretization.
Descriptive Statistics – Mean, Standard Deviation, Skewness and Kurtosis – Box Plots – Pivot Table – Heat Map – Correlation Statistics – ANOVA.
Simple and Multiple Regression – Model Evaluation using Visualization – Residual Plot – Distribution Plot – Polynomial Regression and Pipelines – Measures for In-sample Evaluation – Prediction and Decision Making.
Generalization Error – Out-of-Sample Evaluation Metrics – Cross Validation – Overfitting – Under Fitting and Model Selection – Prediction by using Ridge Regression – Testing Multiple Parameters by using Grid Search.
JojoMoolayil, “Smarter Decisions : The Intersection of IoT and Data Science”,PACKT, 2016.
Cathy O’Neil and Rachel Schutt , “Doing Data Science”, O'Reilly, 2015.
David Dietrich, Barry Heller, Beibei Yang, “Data Science and Big data Analytics”,EMC 2013
Raj, Pethuru, “Handbook of Research on Cloud Infrastructures for Big DataAnalytics”, IGI Global.
READING AND WRITING DIFFERENT TYPES OF DATASETS using Python
Reading different types of data sets (.txt, .csv) from web and disk and writing in file in specific disk location.
Reading Excel data sheet in python.
Reading XML dataset in python.
VISUALIZATIONS:
Find the data distributions using box and scatter plot.
Find the outliers using plot.
Plot the histogram, bar chart and pie chart on sample data
EXPLORATORY DATA ANALYSIS (EDA): Perform EDA on Credit Card Fraud Detection Dataset (open source dataset) for analyzing the data.
LINEAR REGRESSION MODEL FOR PREDICTION: Apply Regression Model techniques to predict the future values of data on the open source available datasets.
LOGISTIC REGRESSION MODEL: Import the Red-Wine dataset from the UCI Machine Learning Repository having three qualities of wines. Apply logistic regression model for multi-class classification of the wine categories.
MODEL EVALUATION USING RESIDUAL PLOT: Plotting Accuracy and Error Metrics against number of iterations for evaluation of model performance.
EVALUATING UNDER-FITTING AND OVER-FITTING: Plotting Learning curves for model evaluation for Under-fitting and Over-fitting
Silberschatz, Galvin, Gagne, “Operating System Concepts’’, Wiley, 9/E
William Stalling, “Operating Systems”, Pearson Education
Andrew S. Tanenbaum, “Modern Operating Systems”, 3/e, Prentice Hall
Maurice J. Bach, “ The Design of Unix Operating System”, Prentice Hall of India,
Bovet &Cesati, “Understanding the Linux Kernel”, O’Reily, 2/E.
Write a program to implement FCFS CPU scheduling algorithm.
Write a program to implement SJF CPU scheduling algorithm.
Write a program to implement Priority CPU Scheduling algorithm.
Write a program to implement Round Robin CPU scheduling algorithm.
Write a program to compare various CPU Scheduling Algorithms over different Scheduling Criteria.
Write a program to implement classical inter process communication problem(producer consumer).
Write a program to implement classical inter process communication problem(Reader Writers).
Write a program to implement classical inter process communication problem(Dining Philosophers).
Write a program to implement & Compare various page replacement algorithms.
Write a program to implement & Compare various Disk & Drum scheduling algorithms
Write a program to implement Banker’s algorithms.
Write a program to implement Remote ProcedureCall(RPC).
Write a Devices Drivers for any Device or peripheral.
Interpreter – Program Execution – Statements – Expressions – Flow Controls – Functions – Numeric Data Types – Sequences – Strings – Tuples – Lists – Dictionaries – Class Definition – Constructors – Object Creation – Inheritance.
Numerical operations with Numpy– Pandas Series and Dataframes– Data Manipulation with Pandas – Overloading – Text Filesand Binary Files – Reading and Writing.
Combining and Merging Data Sets – Reshaping and Pivoting – Data Transformation – String manipulations – Regular Expressions.
GroupBy Mechanics – Data Aggregation – GroupWise Operations – Transformations – Pivot Tables – Cross Tabulations – Date and Time data types.
Matplotlib Package – Plotting Graph - Controlling Graphs – Adding Text – More Graph Types – Getting and Setting Values – Patches.
Mark Lutz, “Programming Python”, O'Reilly Media, 4th edition, 2010.
Joel Grus, “Data Science from scratch”, O'Reilly, 2015.
Tim Hall and J-P Stacey, “Python 3 for Absolute Beginners”, Apress, 1st edition, 2009.
Magnus Lie Hetland, “Beginning Python: From Novice to Professional”, Apress, Second Edition, 2005.
Shai Vaingast, “Beginning Python Visualization Crafting Visual Transformation Scripts”, Apress, 2nd edition, 2014.
Wes Mc Kinney, “Python for Data Analysis”, O'Reilly Media, 2012.
append element in the list
compare two lists
convert list to dictionary
Create two different Data Frames and perform the merging operations on it.
Create two different Data Frames and perform the grouping operations on it.
Create two different Data Frames and perform the concatenating operations on it
mean(), median()Mean and median
min(), max() Minimum and maximum
std(), var() Standard deviation and variance sum() Sum of all items
Graph theory: Introduction and basic terminology of graph, types of graph, Path, Cycles, Shortest path in weighted graph, graph colorings.
C.L.Liu, “Elements of Discrete Mathematics” Tata Mc Graw-Hill Edition.
Trembley, J.P & Manohar; “Discrete Mathematical Structure with Application CS”, McGraw Hill.
Kenneth H. Rosen, “Discrete Mathematics and its applications”, McGraw Hill.
Bisht, “Discrete Mathematics”,Oxford University Press
Biswal,”Discrete Mathematics & Graph Theory”, PHI
Mathematics For Machine Learning-Marc Peter Deisenroth,A. Aldo Faisal,Cheng soon ong 7.Statistical Method- S.P. Gupta
Coremen Thomas, Leiserson CE, Rivest RL, Introduction to Algorithms, Third edition, PHI.
Horowitz &Sahani, Analysis & Design of Algorithm, Fourth Edition Computer Science Press.
Dasgupta, algorithms, Fifth Edition, TMH
Ullmann; Analysis & Design of Algorithm, Addison-wesley publishing company,
Michael T Goodrich, RobartoTamassia, Algorithm Design, Wiely India
Rajesh K Shukla: Analysis and Design of Algorithms: A Beginner's Approach; Wiley
Write a program for Iterative and Recursive Binary Search.
Write a program for Merge Sort.
Write a program for Quick Sort.
Write a program for Strassen’s Matrix Multiplication.
Write a program for optimal merge patterns.
Write a program for Huffman coding.
Write a program for minimum spanning trees using Kruskal’s algorithm.
Write a program for minimum spanning trees using Prim’s algorithm.
Write a program for single sources shortest path algorithm.
Write a program for Floye-Warshal algorithm.
Write a program for traveling salesman problem.
Write a program for Hamiltonian cycle problem.
The purpose of this subject is to cover the underlying concepts and techniques used in Software Engineering & Project Management. Some of these techniques can be used in software design & itsimplementation.
The students should have at least one year of experience in programming a high-level language and databases. In addition, a familiarity with software development life cycle will be useful in studying thissubject.
Software Product and Process Characteristics, Software Process Models: Linear Sequential Model, Prototyping Model, RAD Model, Evolutionary Process Models like Incremental Model, Spiral Model, Component Assembly Model, RUP and Agile processes. Software Process customization and improvement, CMM, Product and ProcessMetrics
Functional and Non-functional requirements, Requirement Sources and Elicitation Techniques, Analysis Modeling for Function-oriented and Object-oriented software development, Use case Modeling, System and Software Requirement Specifications, Requirement Validation,Traceability
The Software Design Process, Design Concepts and Principles, Software Modeling and UML, Architectural Design, Architectural Views and Styles, User Interface Design, Function- oriented Design, SA/SD Component Based Design, DesignMetrics.
Software Static and Dynamic analysis, Code inspections, Software Testing, Fundamentals, Software Test Process, Testing Levels, Test Criteria, Test Case Design, Test Oracles, Test Techniques, Black-Box Testing, White-Box Unit Testing and Unit, Testing Frameworks, Integration Testing, System Testing and other Specialized, Testing, Test Plan, Test Metrics, Testing Tools. , Introduction to Object-oriented analysis, design and comparison with structured SoftwareEngg.
Need and Types of Maintenance, Software Configuration Management (SCM), Software Change Management, Version Control, Change control and Reporting, Program Comprehension Techniques, Re-engineering, Reverse Engineering, Tool Support. Project Management Concepts, Feasibility Analysis, Project and Process Planning,Resources Allocations, Software efforts, Schedule, and Cost estimations, Project Scheduling and Tracking, Risk Assessment and Mitigation, Software Quality Assurance (SQA). Project Plan, ProjectMetrics.
Lab work should include a running case study problem for which different deliverable sat the end of each phase of a software development life cycle are to be developed. This will include modeling the requirements, architecture and detailed design. Subsequently the design models will
be coded and tested. For modeling, tools like Rational Rose products. For coding and testing, IDE like Eclipse, Net Beans, and Visual Studio can beused.
Pankaj Jalote ,”An Integrated Approach to Software Engineering”, NarosaPub, 2005
RajibMall, “Fundamentals of Software Engineering” Second Edition, PHI Learning
R S. Pressman,”Software Engineering: A Practitioner's Approach”, Sixth edition 2006, McGraw-Hill.
Sommerville,”Software Enginerring”,PearsonEducation.
Richard H.Thayer,”SoftwareEnginerring& Project Managements”,WileyIndia
Waman S.Jawadekar,”Software Enginerring”,TMH
BobHughes,M.Cotterell,RajibMall“SoftwareProjectManagement”,McGrawHill
Introduction to Data Science – Evolution of Data Science – Data Science Roles – Stages in a Data Science Project – Applications of Data Science in various fields – Data Security Issues.
Data Collection Strategies – Data Pre-Processing Overview – Data Cleaning – Data Integration and Transformation – Data Reduction – Data Discretization.
Descriptive Statistics – Mean, Standard Deviation, Skewness and Kurtosis – Box Plots – Pivot Table – Heat Map – Correlation Statistics – ANOVA.
Simple and Multiple Regression – Model Evaluation using Visualization – Residual Plot – Distribution Plot – Polynomial Regression and Pipelines – Measures for In-sample Evaluation – Prediction and Decision Making.
Generalization Error – Out-of-Sample Evaluation Metrics – Cross Validation – Overfitting – Under Fitting and Model Selection – Prediction by using Ridge Regression – Testing Multiple Parameters by using Grid Search.
JojoMoolayil, “Smarter Decisions : The Intersection of IoT and Data Science”,PACKT, 2016.
Cathy O’Neil and Rachel Schutt , “Doing Data Science”, O'Reilly, 2015.
David Dietrich, Barry Heller, Beibei Yang, “Data Science and Big data Analytics”,EMC 2013
Raj, Pethuru, “Handbook of Research on Cloud Infrastructures for Big DataAnalytics”, IGI Global.
READING AND WRITING DIFFERENT TYPES OF DATASETS using Python
Reading different types of data sets (.txt, .csv) from web and disk and writing in file in specific disk location.
Reading Excel data sheet in python.
Reading XML dataset in python.
VISUALIZATIONS:
Find the data distributions using box and scatter plot.
Find the outliers using plot.
Plot the histogram, bar chart and pie chart on sample data
EXPLORATORY DATA ANALYSIS (EDA): Perform EDA on Credit Card Fraud Detection Dataset (open source dataset) for analyzing the data.
LINEAR REGRESSION MODEL FOR PREDICTION: Apply Regression Model techniques to predict the future values of data on the open source available datasets.
LOGISTIC REGRESSION MODEL: Import the Red-Wine dataset from the UCI Machine Learning Repository having three qualities of wines. Apply logistic regression model for multi-class classification of the wine categories.
MODEL EVALUATION USING RESIDUAL PLOT: Plotting Accuracy and Error Metrics against number of iterations for evaluation of model performance.
EVALUATING UNDER-FITTING AND OVER-FITTING: Plotting Learning curves for model evaluation for Under-fitting and Over-fitting
Silberschatz, Galvin, Gagne, “Operating System Concepts’’, Wiley, 9/E
William Stalling, “Operating Systems”, Pearson Education
Andrew S. Tanenbaum, “Modern Operating Systems”, 3/e, Prentice Hall
Maurice J. Bach, “ The Design of Unix Operating System”, Prentice Hall of India,
Bovet &Cesati, “Understanding the Linux Kernel”, O’Reily, 2/E.
Write a program to implement FCFS CPU scheduling algorithm.
Write a program to implement SJF CPU scheduling algorithm.
Write a program to implement Priority CPU Scheduling algorithm.
Write a program to implement Round Robin CPU scheduling algorithm.
Write a program to compare various CPU Scheduling Algorithms over different Scheduling Criteria.
Write a program to implement classical inter process communication problem(producer consumer).
Write a program to implement classical inter process communication problem(Reader Writers).
Write a program to implement classical inter process communication problem(Dining Philosophers).
Write a program to implement & Compare various page replacement algorithms.
Write a program to implement & Compare various Disk & Drum scheduling algorithms
Write a program to implement Banker’s algorithms.
Write a program to implement Remote ProcedureCall(RPC).
Write a Devices Drivers for any Device or peripheral.
Interpreter – Program Execution – Statements – Expressions – Flow Controls – Functions – Numeric Data Types – Sequences – Strings – Tuples – Lists – Dictionaries – Class Definition – Constructors – Object Creation – Inheritance.
Numerical operations with Numpy– Pandas Series and Dataframes– Data Manipulation with Pandas – Overloading – Text Filesand Binary Files – Reading and Writing.
Combining and Merging Data Sets – Reshaping and Pivoting – Data Transformation – String manipulations – Regular Expressions.
GroupBy Mechanics – Data Aggregation – GroupWise Operations – Transformations – Pivot Tables – Cross Tabulations – Date and Time data types.
Matplotlib Package – Plotting Graph - Controlling Graphs – Adding Text – More Graph Types – Getting and Setting Values – Patches.
Mark Lutz, “Programming Python”, O'Reilly Media, 4th edition, 2010.
Joel Grus, “Data Science from scratch”, O'Reilly, 2015.
Tim Hall and J-P Stacey, “Python 3 for Absolute Beginners”, Apress, 1st edition, 2009.
Magnus Lie Hetland, “Beginning Python: From Novice to Professional”, Apress, Second Edition, 2005.
Shai Vaingast, “Beginning Python Visualization Crafting Visual Transformation Scripts”, Apress, 2nd edition, 2014.
Wes Mc Kinney, “Python for Data Analysis”, O'Reilly Media, 2012.
append element in the list
compare two lists
convert list to dictionary
Create two different Data Frames and perform the merging operations on it.
Create two different Data Frames and perform the grouping operations on it.
Create two different Data Frames and perform the concatenating operations on it
mean(), median()Mean and median
min(), max() Minimum and maximum
std(), var() Standard deviation and variance sum() Sum of all items