HEAD
Soft Computing: Introduction of soft computing, soft computing vs. hard computing, various types of soft computing techniques, applications of soft computing.
Artificial Intelligence: Introduction, Various types of production systems, characteristics of production systems, breadth first search, depth first search techniques, other Search Techniques like hill Climbing, Best first Search, A* algorithm, AO* Algorithms and various types of control strategies. Knowledge representation issues, Prepositional and predicate logic, monotonic and non monotonic reasoning, forward Reasoning, backward reasoning, Weak & Strong Slot & filler structures, NLP.
Neural Network : Structure and Function of a single neuron: Biological neuron, artificial neuron, definition of ANN, Taxonomy of neural net, Difference between ANN and human brain, characteristics and applications of ANN, single layer network, Perceptron training algorithm, Linear separability, Widrow & Hebb;s learning rule/Delta rule, ADALINE, MADALINE, AI v/s ANN. Introduction of MLP, different activation functions, Error back propagation algorithm, derivation of BBPA, momentum, limitation, characteristics and application of EBPA.
Counter propagation network, architecture, functioning & characteristics of counter Propagation network, Hopfield/ Recurrent network, configuration, stability constraints, associative memory, and characteristics, limitations and applications. Hopfield v/s Boltzman machine. Adaptive Resonance Theory: Architecture, classifications, Implementation and training. Associative Memory.
Fuzzy Logic: Fuzzy set theory, Fuzzy set versus crisp set, Crisp relation & fuzzy relations, Fuzzy systems: crisp logic, fuzzy logic, introduction & features of membership functions, Fuzzy rule base system: fuzzy propositions, formation, decomposition & aggregation of fuzzy rules, fuzzy reasoning, fuzzy inference systems, fuzzy decision making & Applications of fuzzy logic.
Genetic algorithm : Fundamentals, basic concepts, working principle, encoding, fitness function, reproduction, Genetic modeling: Inheritance operator, cross over, inversion & deletion, mutation operator, Bitwise operator, Generational Cycle, Convergence of GA, Applications & advances in GA, Differences & similarities between GA & other traditional methods.
S, Rajasekaran & G.A. Vijayalakshmi Pai, Neural Networks, Fuzzy Logic & Genetic Algorithms, Synthesis & applications, PHI Publication.
S.N. Sivanandam, S.N. Deepa, Principles of Soft Computing, Wiley
Rich E and Knight K, Artificial Intelligence, TMH, New Delhi.
Bose, Neural Network fundamental with Graph , Algo.& Appl, TMH
Kosko: Neural Network & Fuzzy System, PHI Publication
Klir & Yuan ,Fuzzy sets & Fuzzy Logic: Theory & Appli.,PHI Pub.
Simon Haykin Neural Networks A Comprehensive Foundation, Pearson edu.
Describe in-depth about theories, methods, and algorithms in computation Intelligence.
Compare and contrast traditional algorithms with nature inspired algorithms.
Examine the nature of a problem at hand and determine whether a computation intelligent technique/algorithm can solve it efficiently enough.
Design and implement Computation Intelligence algorithms and approaches for solving real-life problems.
Russell C. Eberhart and Yuhui Shi, Computational Intelligence: Concepts to Implementations, Morgan Kaufmann Publishers, 2007.
Andries P. Engelbrecht, Computational Intelligence: An Introduction, Wiley Publishing, 2007.
David E. Goldberg, Genetic Algorithm in Search Optimization and Machine Learning, Pearson Education, 2009.
Jagdish Chand Bansal, Pramod Kumar Singh, Nikhil R. Pal, Evolutionary and Swarm Intelligence Algorithms, Springer Publishing, 2019.
S. Rajeskaran, G.A. VijaylakshmiPai, “Neural Networks, Fuzzy Logic, GeneticAlgorithms Synthesis and Applications”, PHI, 2003.
IEEE Transactions on Evolutionary Computation
IEEE Transactions on Systems, Man and Cybernetics
IEEE Transaction on Neural Networks and Learning Systems
IEEE Transaction on Fuzzy Systems
IEEE Transactions on Pattern Analysis and Machine Intelligence
ACM Transactions on Intelligent Systems and Technology
ACM Genetic and Evolutionary Computation Conference (GECCO)
ACM Journal of Machine Learning Research
Understand the concept and challenges of Bigdata and Demonstrate knowledge of big dataanalytics.
Explain Hadoop EcoSystem and develop Big Data Solutions using Hadoop EcoSystem.
Practice and gain hands on experience on large-scale analyticstools.
Understand social networks mining and analyse the social networkgraphs.
UNIT 1 Introduction to Big data, Big data characteristics, Types of big data, Traditional versus Big data, Evolution of Big data, challenges with Big Data, Technologies available for Big Data, Infrastructure for Big data, Use of Data Analytics, Desired properties of Big Data system.
RadhaShankarmani, M. Vijaylakshmi, " Big Data Analytics", Wiley, Secondedition
Seema Acharya, SubhashiniChellappan, " Big Data and Analytics", Wiley, Firstedition
KaiHwang,Geoffrey C., Fox. Jack, J. Dongarra, “Distributed and Cloud Computing”, Elsevier, Firstedition
Michael Minelli, Michele Chambers, AmbigaDhiraj, “Big Data Big Analytics”,Wiley
Natural Language Processing tasks in syntax, semantics, and pragmatics – Issues - Applications
- The role of machine learning - Probability Basics –Information theory – Collocations -N-gram Language Models - Estimating parameters and smoothing - Evaluating language models.
Linguistic essentials - Lexical syntax- Morphology and Finite State Transducers - Part of speech Tagging - Rule-Based Part of Speech Tagging - Markov Models - Hidden Markov Models – Transformation based Models - Maximum Entropy Models. Conditional Random Fields
Syntax Parsing - Grammar formalisms and treebanks - Parsing with Context Free Grammars - Features and Unification -Statistical parsing and probabilistic CFGs (PCFGs)-Lexicalized PCFGs.
Representing Meaning – Semantic Analysis - Lexical semantics –Word-sense disambiguation - Supervised – Dictionary based and Unsupervised Approaches - Compositional semanticsSemantic Role Labeling and Semantic Parsing – Discourse Analysis.
Named entity recognition and relation extraction- IE using sequence labeling-Machine Translation (MT) - Basic issues in MT-Statistical translation-word alignment- phrase-based translation .
Define the key features of reinforcement learning that distinguishes it from others machine learning techniques.
Describe multiple criteria for analyzing RL algorithms and evaluate algorithms on RL performance metrics.
Design and Implement, train, and validate their own RL models.
Solve and implement the real world problems using reinforcement learning.
"Reinforcement Learning: An Introduction" by Andrew Barto and Richard S. Sutton, Second Edition, MIT Press, 2018
"Deep Reinforcement Learning Hands-On: Apply Modern RL Methods, with Deep Q- networks, Value Iteration, Policy Gradients, TRPO, AlphaGo Zero and More" by Maxim Lapan, Third Edition, Packt Publishing, 2020
Marco Wiering and Martijn van Otterlo, “Reinforcement Learning: State-of-the-Art (Adaptation, Learning, and Optimization)” Springer publication, 2012
Introduction and basic taxonomy of recommender systems (RSs), Traditional and non- personalized RSs. Introduction of Information Retrieval, Retrieval Models, Search and Filtering Techniques: Relevance Feedback, User Profiles, Recommender system functions, Matrix operations, covariance matrices, Understanding ratings, Issues with recommender system.
Content-based Filtering: High level architecture of content-based systems, Advantages and drawbacks of content based filtering, Item profiles, Discovering features of documents, pre- processing and feature extraction, Obtaining item features from tags, Methods for learning user profiles, Similarity based retrieval, Classification algorithms.
Collaborative Filtering (CF): Mathematical foundations Mathematical optimization in CF RSs. Baseline predictor through least squares. Regularization, over fitting. User-based recommendation, Item-based recommendation, Model based approaches, Matrix factorization. Recommender systems in personalized web search, knowledge-based recommender system, Social tagging recommender systems, Trust-centric recommendations, Group recommender systems
Hybrid Approaches: opportunities for hybridization, Monolithic hybridization design: Feature combination, Feature augmentation, Parallelized hybridization design: Weighted, Switching, Mixed, Pipelined hybridization design: Cascade, Meta-level, Limitations of hybridization strategies. Evaluation of Recommender Systems: Performance Evaluation of RSs Experimental settings. Working with RSs data sets. Evaluation on historical datasets, Offline evaluations. Evaluation metrics: Rating prediction and accuracy. Other metrics (fairness, coverage, diversity, novelty, serendipity).
General properties of evaluation research, User behavior understanding in RSs Foundations of behavioral science. User choice and decisions models. Digital nudging and user choice engineering principles. Applications of RSs for content media, social media and communities Music and video RSs. Datasets. Group recommender systems. Social recommendations. Recommending friends: link prediction models. Similarities and differences of RSs with task assignment in mobile crowd sensing. Social network diffusion awareness in RSs.
Jannach D., Zanker M. and FelFering A., Recommender Systems: An Introduction, Cambridge University Press (2011), 1st ed.
Charu C. Aggarwal, Recommender Systems: The Textbook, Springer (2016), 1st ed.
Ricci F., Rokach L., Shapira D., Kantor B.P., Recommender Systems Handbook, Springer(2011), 1st ed.
Manouselis N., Drachsler H., Verbert K., Duval E., Recommender Systems For Learning, Springer (2013), 1st ed.
J. Leskovec, A. Rajaraman and J. Ullman, Mining of massive datasets, 2nd Ed., Cambridge, 2012. (Chapter 9).
M. Chiang, Networking Life, Cambridge, 2010. (Chapter 4).
Meaning of Research, Types of Research, Research Process, Problem definition, Objectives of Research, Research Questions, Research design, Approaches to Research, Quantitative vs. Qualitative Approach, Understanding Theory, Building and Validating Theoretical Models, Exploratory vs. Confirmatory Research, Experimental vs Theoretical Research, Importance of reasoning in research.
Problem Formulation, Understanding Modeling & Simulation, Conducting Literature Review, Referencing, Information Sources, Information Retrieval, Role of libraries in Information Retrieval, Tools for identifying literatures, Indexing and abstracting services, Citation indexes. Literature Review: Effective literature review approaches, literature analysis, avoiding plagiarism, ethics in research, data collection, analysis, interpretation.
Experimental Research: Cause effect relationship, Development of Hypothesis, Measurement Systems Analysis, Error Propagation, Validity of experiments, Statistical Design of Experiments, Field Experiments, Data/Variable Types & Classification, Data collection, Numerical and Graphical Data Analysis: Sampling, Observation, Surveys, Inferential Statistics, and Interpretation of Results
IPR: Introduction and significance of intellectual property rights, types of Intellectual Property Rights, copyright and its significance, introduction to patents and its filing, introduction to patent drafting, best practices in national and international patent filing, copyrightable work examples. Patents-copyrights-Trademarks-Industrial design geographical indication. Ethics of Research- Scientific Misconduct- Forms of Scientific Misconduct. Plagiarism, Unscientific practices in thesis work, Ethics in science
Patents and its basics, patentable items, designs, process of filing patent at national and international level, process of patenting and development, technological research and patents, innovation, patent and copyright international intellectual property, procedure for grants of patents, need of specifications, types of patent applications, provisional and complete specification, patent specifications and its contents, trade and copyright.
Bordens, K. S. and Abbott, B. B., “Research Design and Methods – A Process Approach”, 8th Edition, McGraw-Hill, 2011
C. R. Kothari, “Research Methodology – Methods and Techniques”, 2nd Edition, New Age International Publishers
Michael P. Marder,“ Research Methods for Science”, Cambridge University Press, 2011
T. Ramappa, “Intellectual Property Rights Under WTO”, S. Chand, 2008
Robert P. Merges, Peter S. Menell, Mark A. Lemley, “Intellectual Property in New Technological Age”. Aspen Law & Business; 6 edition July 2012
Stuart Melville, Wayne Goddard, Research Methodology: An Introduction for Science and Engineering Students, Juta & Co Ltd.
Ranjit Kumar, Research Methodology: A Step by Step Guide for Beginners, Pearson.
T. Ramappa, Intellectual Property Rights under WTO: Tasks before India, S. Chand.
Describe in-depth about theories, fundamentals, and techniques in Deep learning.
Understanding of the on-going research in computer vision and multimedia field.
Design and Implement, train, and validate their own deep neural network.
Solve and implement the real world problems using deep learning.
IanGoodfellow, YoshuaBengio and Aaron Courville; Deep Learning, MIT Press, 2017.
Chris Bishop; Pattern Recognition and Machine Learning,Springer publication, 2006
Aurelien Geon, “Hands-On Machine Learning with Scikit-Learn and Tensorflow: Concepts, Tools, and Techniques to Build Intelligent Systems”, First Edition, O'Reilly publication, 2017.
Francois Chollet, "Deep Learning with Python", First Edition, Manning Publications, 2018.
Andreas Muller, "Introduction to Machine Learning with Python: A Guide for Data Scientists", First edition,O'Reilly Edition, 2016.
Soft Computing: Introduction of soft computing, soft computing vs. hard computing, various types of soft computing techniques, applications of soft computing.
Artificial Intelligence: Introduction, Various types of production systems, characteristics of production systems, breadth first search, depth first search techniques, other Search Techniques like hill Climbing, Best first Search, A* algorithm, AO* Algorithms and various types of control strategies. Knowledge representation issues, Prepositional and predicate logic, monotonic and non monotonic reasoning, forward Reasoning, backward reasoning, Weak & Strong Slot & filler structures, NLP.
Neural Network : Structure and Function of a single neuron: Biological neuron, artificial neuron, definition of ANN, Taxonomy of neural net, Difference between ANN and human brain, characteristics and applications of ANN, single layer network, Perceptron training algorithm, Linear separability, Widrow & Hebb;s learning rule/Delta rule, ADALINE, MADALINE, AI v/s ANN. Introduction of MLP, different activation functions, Error back propagation algorithm, derivation of BBPA, momentum, limitation, characteristics and application of EBPA.
Counter propagation network, architecture, functioning & characteristics of counter Propagation network, Hopfield/ Recurrent network, configuration, stability constraints, associative memory, and characteristics, limitations and applications. Hopfield v/s Boltzman machine. Adaptive Resonance Theory: Architecture, classifications, Implementation and training. Associative Memory.
Fuzzy Logic: Fuzzy set theory, Fuzzy set versus crisp set, Crisp relation & fuzzy relations, Fuzzy systems: crisp logic, fuzzy logic, introduction & features of membership functions, Fuzzy rule base system: fuzzy propositions, formation, decomposition & aggregation of fuzzy rules, fuzzy reasoning, fuzzy inference systems, fuzzy decision making & Applications of fuzzy logic.
Genetic algorithm : Fundamentals, basic concepts, working principle, encoding, fitness function, reproduction, Genetic modeling: Inheritance operator, cross over, inversion & deletion, mutation operator, Bitwise operator, Generational Cycle, Convergence of GA, Applications & advances in GA, Differences & similarities between GA & other traditional methods.
S, Rajasekaran & G.A. Vijayalakshmi Pai, Neural Networks, Fuzzy Logic & Genetic Algorithms, Synthesis & applications, PHI Publication.
S.N. Sivanandam, S.N. Deepa, Principles of Soft Computing, Wiley
Rich E and Knight K, Artificial Intelligence, TMH, New Delhi.
Bose, Neural Network fundamental with Graph , Algo.& Appl, TMH
Kosko: Neural Network & Fuzzy System, PHI Publication
Klir & Yuan ,Fuzzy sets & Fuzzy Logic: Theory & Appli.,PHI Pub.
Simon Haykin Neural Networks A Comprehensive Foundation, Pearson edu.
Describe in-depth about theories, methods, and algorithms in computation Intelligence.
Compare and contrast traditional algorithms with nature inspired algorithms.
Examine the nature of a problem at hand and determine whether a computation intelligent technique/algorithm can solve it efficiently enough.
Design and implement Computation Intelligence algorithms and approaches for solving real-life problems.
Russell C. Eberhart and Yuhui Shi, Computational Intelligence: Concepts to Implementations, Morgan Kaufmann Publishers, 2007.
Andries P. Engelbrecht, Computational Intelligence: An Introduction, Wiley Publishing, 2007.
David E. Goldberg, Genetic Algorithm in Search Optimization and Machine Learning, Pearson Education, 2009.
Jagdish Chand Bansal, Pramod Kumar Singh, Nikhil R. Pal, Evolutionary and Swarm Intelligence Algorithms, Springer Publishing, 2019.
S. Rajeskaran, G.A. VijaylakshmiPai, “Neural Networks, Fuzzy Logic, GeneticAlgorithms Synthesis and Applications”, PHI, 2003.
IEEE Transactions on Evolutionary Computation
IEEE Transactions on Systems, Man and Cybernetics
IEEE Transaction on Neural Networks and Learning Systems
IEEE Transaction on Fuzzy Systems
IEEE Transactions on Pattern Analysis and Machine Intelligence
ACM Transactions on Intelligent Systems and Technology
ACM Genetic and Evolutionary Computation Conference (GECCO)
ACM Journal of Machine Learning Research
Understand the concept and challenges of Bigdata and Demonstrate knowledge of big dataanalytics.
Explain Hadoop EcoSystem and develop Big Data Solutions using Hadoop EcoSystem.
Practice and gain hands on experience on large-scale analyticstools.
Understand social networks mining and analyse the social networkgraphs.
UNIT 1 Introduction to Big data, Big data characteristics, Types of big data, Traditional versus Big data, Evolution of Big data, challenges with Big Data, Technologies available for Big Data, Infrastructure for Big data, Use of Data Analytics, Desired properties of Big Data system.
RadhaShankarmani, M. Vijaylakshmi, " Big Data Analytics", Wiley, Secondedition
Seema Acharya, SubhashiniChellappan, " Big Data and Analytics", Wiley, Firstedition
KaiHwang,Geoffrey C., Fox. Jack, J. Dongarra, “Distributed and Cloud Computing”, Elsevier, Firstedition
Michael Minelli, Michele Chambers, AmbigaDhiraj, “Big Data Big Analytics”,Wiley
Natural Language Processing tasks in syntax, semantics, and pragmatics – Issues - Applications
- The role of machine learning - Probability Basics –Information theory – Collocations -N-gram Language Models - Estimating parameters and smoothing - Evaluating language models.
Linguistic essentials - Lexical syntax- Morphology and Finite State Transducers - Part of speech Tagging - Rule-Based Part of Speech Tagging - Markov Models - Hidden Markov Models – Transformation based Models - Maximum Entropy Models. Conditional Random Fields
Syntax Parsing - Grammar formalisms and treebanks - Parsing with Context Free Grammars - Features and Unification -Statistical parsing and probabilistic CFGs (PCFGs)-Lexicalized PCFGs.
Representing Meaning – Semantic Analysis - Lexical semantics –Word-sense disambiguation - Supervised – Dictionary based and Unsupervised Approaches - Compositional semanticsSemantic Role Labeling and Semantic Parsing – Discourse Analysis.
Named entity recognition and relation extraction- IE using sequence labeling-Machine Translation (MT) - Basic issues in MT-Statistical translation-word alignment- phrase-based translation .
Define the key features of reinforcement learning that distinguishes it from others machine learning techniques.
Describe multiple criteria for analyzing RL algorithms and evaluate algorithms on RL performance metrics.
Design and Implement, train, and validate their own RL models.
Solve and implement the real world problems using reinforcement learning.
"Reinforcement Learning: An Introduction" by Andrew Barto and Richard S. Sutton, Second Edition, MIT Press, 2018
"Deep Reinforcement Learning Hands-On: Apply Modern RL Methods, with Deep Q- networks, Value Iteration, Policy Gradients, TRPO, AlphaGo Zero and More" by Maxim Lapan, Third Edition, Packt Publishing, 2020
Marco Wiering and Martijn van Otterlo, “Reinforcement Learning: State-of-the-Art (Adaptation, Learning, and Optimization)” Springer publication, 2012
Introduction and basic taxonomy of recommender systems (RSs), Traditional and non- personalized RSs. Introduction of Information Retrieval, Retrieval Models, Search and Filtering Techniques: Relevance Feedback, User Profiles, Recommender system functions, Matrix operations, covariance matrices, Understanding ratings, Issues with recommender system.
Content-based Filtering: High level architecture of content-based systems, Advantages and drawbacks of content based filtering, Item profiles, Discovering features of documents, pre- processing and feature extraction, Obtaining item features from tags, Methods for learning user profiles, Similarity based retrieval, Classification algorithms.
Collaborative Filtering (CF): Mathematical foundations Mathematical optimization in CF RSs. Baseline predictor through least squares. Regularization, over fitting. User-based recommendation, Item-based recommendation, Model based approaches, Matrix factorization. Recommender systems in personalized web search, knowledge-based recommender system, Social tagging recommender systems, Trust-centric recommendations, Group recommender systems
Hybrid Approaches: opportunities for hybridization, Monolithic hybridization design: Feature combination, Feature augmentation, Parallelized hybridization design: Weighted, Switching, Mixed, Pipelined hybridization design: Cascade, Meta-level, Limitations of hybridization strategies. Evaluation of Recommender Systems: Performance Evaluation of RSs Experimental settings. Working with RSs data sets. Evaluation on historical datasets, Offline evaluations. Evaluation metrics: Rating prediction and accuracy. Other metrics (fairness, coverage, diversity, novelty, serendipity).
General properties of evaluation research, User behavior understanding in RSs Foundations of behavioral science. User choice and decisions models. Digital nudging and user choice engineering principles. Applications of RSs for content media, social media and communities Music and video RSs. Datasets. Group recommender systems. Social recommendations. Recommending friends: link prediction models. Similarities and differences of RSs with task assignment in mobile crowd sensing. Social network diffusion awareness in RSs.
Jannach D., Zanker M. and FelFering A., Recommender Systems: An Introduction, Cambridge University Press (2011), 1st ed.
Charu C. Aggarwal, Recommender Systems: The Textbook, Springer (2016), 1st ed.
Ricci F., Rokach L., Shapira D., Kantor B.P., Recommender Systems Handbook, Springer(2011), 1st ed.
Manouselis N., Drachsler H., Verbert K., Duval E., Recommender Systems For Learning, Springer (2013), 1st ed.
J. Leskovec, A. Rajaraman and J. Ullman, Mining of massive datasets, 2nd Ed., Cambridge, 2012. (Chapter 9).
M. Chiang, Networking Life, Cambridge, 2010. (Chapter 4).
Meaning of Research, Types of Research, Research Process, Problem definition, Objectives of Research, Research Questions, Research design, Approaches to Research, Quantitative vs. Qualitative Approach, Understanding Theory, Building and Validating Theoretical Models, Exploratory vs. Confirmatory Research, Experimental vs Theoretical Research, Importance of reasoning in research.
Problem Formulation, Understanding Modeling & Simulation, Conducting Literature Review, Referencing, Information Sources, Information Retrieval, Role of libraries in Information Retrieval, Tools for identifying literatures, Indexing and abstracting services, Citation indexes. Literature Review: Effective literature review approaches, literature analysis, avoiding plagiarism, ethics in research, data collection, analysis, interpretation.
Experimental Research: Cause effect relationship, Development of Hypothesis, Measurement Systems Analysis, Error Propagation, Validity of experiments, Statistical Design of Experiments, Field Experiments, Data/Variable Types & Classification, Data collection, Numerical and Graphical Data Analysis: Sampling, Observation, Surveys, Inferential Statistics, and Interpretation of Results
IPR: Introduction and significance of intellectual property rights, types of Intellectual Property Rights, copyright and its significance, introduction to patents and its filing, introduction to patent drafting, best practices in national and international patent filing, copyrightable work examples. Patents-copyrights-Trademarks-Industrial design geographical indication. Ethics of Research- Scientific Misconduct- Forms of Scientific Misconduct. Plagiarism, Unscientific practices in thesis work, Ethics in science
Patents and its basics, patentable items, designs, process of filing patent at national and international level, process of patenting and development, technological research and patents, innovation, patent and copyright international intellectual property, procedure for grants of patents, need of specifications, types of patent applications, provisional and complete specification, patent specifications and its contents, trade and copyright.
Bordens, K. S. and Abbott, B. B., “Research Design and Methods – A Process Approach”, 8th Edition, McGraw-Hill, 2011
C. R. Kothari, “Research Methodology – Methods and Techniques”, 2nd Edition, New Age International Publishers
Michael P. Marder,“ Research Methods for Science”, Cambridge University Press, 2011
T. Ramappa, “Intellectual Property Rights Under WTO”, S. Chand, 2008
Robert P. Merges, Peter S. Menell, Mark A. Lemley, “Intellectual Property in New Technological Age”. Aspen Law & Business; 6 edition July 2012
Stuart Melville, Wayne Goddard, Research Methodology: An Introduction for Science and Engineering Students, Juta & Co Ltd.
Ranjit Kumar, Research Methodology: A Step by Step Guide for Beginners, Pearson.
T. Ramappa, Intellectual Property Rights under WTO: Tasks before India, S. Chand.
Describe in-depth about theories, fundamentals, and techniques in Deep learning.
Understanding of the on-going research in computer vision and multimedia field.
Design and Implement, train, and validate their own deep neural network.
Solve and implement the real world problems using deep learning.
IanGoodfellow, YoshuaBengio and Aaron Courville; Deep Learning, MIT Press, 2017.
Chris Bishop; Pattern Recognition and Machine Learning,Springer publication, 2006
Aurelien Geon, “Hands-On Machine Learning with Scikit-Learn and Tensorflow: Concepts, Tools, and Techniques to Build Intelligent Systems”, First Edition, O'Reilly publication, 2017.
Francois Chollet, "Deep Learning with Python", First Edition, Manning Publications, 2018.
Andreas Muller, "Introduction to Machine Learning with Python: A Guide for Data Scientists", First edition,O'Reilly Edition, 2016.