Narrow your search

Library

UAntwerpen (7)

KDG (4)

AP (3)

Thomas More Mechelen (3)

ULB (3)

VUB (3)

KU Leuven (2)

UCLouvain (2)

UHasselt (2)

ULiège (2)

More...

Resource type

book (4)

digital (3)


Language

English (7)


Year
From To Submit

2024 (1)

2022 (1)

2021 (1)

2019 (1)

2018 (2)

More...
Listing 1 - 7 of 7
Sort by

Digital
Creative dimensions of teaching and learning in the 21st century
Authors: ---
ISBN: 9789463510479 9789463510455 9789463510462 Year: 2017 Publisher: Rotterdam Sense Publishers

Loading...
Export citation

Choose an application

Bookmark

Abstract

In a rapidly changing world the importance of creativity is more apparent than ever. As a result, creativity is now essential in education. Creative Dimensions of Teaching and Learning in the 21st Century appeals to educators across disciplines teaching at every age level who are challenged daily to develop creative practices that promote innovation, critical thinking and problem solving. The thirty-five original chapters written by educators from different disciplines focus on theoretical and practical strategies for teaching creatively in contexts ranging from mathematics to music, art education to second language learning, aboriginal wisdom to technology and STEM. They explore and illustrate deep learning that is connected to issues vital in education – innovation, identity, engagement, relevance, interaction, collaboration, on-line learning, dynamic assessment, learner autonomy, sensory awareness, social justice, aesthetics, critical thinking, digital media, multi-modal literacy and more. The editors and authors share their passion for creativity, teaching, learning, curriculum, and teacher education in this collection that critically examines creative practices that are appearing in today’s public schools, post-secondary institutions and adult and community learning centres. Creativity is transforming education in the 21st century.


Digital
Neural networks and deep learning : a textbook
Author:
ISBN: 9783319944623 9783319944630 Year: 2018 Publisher: Cham Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book covers both classical and modern models in deep learning. The chapters of this book span three categories: The basics of neural networks: Many traditional machine learning models can be understood as special cases of neural networks. An emphasis is placed in the first two chapters on understanding the relationship between traditional machine learning and neural networks. Support vector machines, linear/logistic regression, singular value decomposition, matrix factorization, and recommender systems are shown to be special cases of neural networks. These methods are studied together with recent feature engineering methods like word2vec. Fundamentals of neural networks: A detailed discussion of training and regularization is provided in Chapters 3 and 4. Chapters 5 and 6 present radial-basis function (RBF) networks and restricted Boltzmann machines. Advanced topics in neural networks: Chapters 7 and 8 discuss recurrent neural networks and convolutional neural networks. Several advanced topics like deep reinforcement learning, neural Turing machines, Kohonen self-organizing maps, and generative adversarial networks are introduced in Chapters 9 and 10. The book is written for graduate students, researchers, and practitioners. Numerous exercises are available along with a solution manual to aid in classroom teaching. Where possible, an application-centric view is highlighted in order to provide an understanding of the practical uses of each class of techniques.


Book
Deep learning for security and privacy preservation in IoT
Authors: ---
ISBN: 9789811661860 9789811661853 Year: 2021 Publisher: Singapore Springer


Book
Deep learning : foundations and concepts
Authors: ---
ISBN: 3031454685 9783031454684 9783031454677 Year: 2024 Publisher: Cham Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book offers a comprehensive introduction to the central ideas that underpin deep learning. It is intended both for newcomers to machine learning and for those already experienced in the field. Covering key concepts relating to contemporary architectures and techniques, this essential book equips readers with a robust foundation for potential future specialization. The field of deep learning is undergoing rapid evolution, and therefore this book focusses on ideas that are likely to endure the test of time. The book is organized into numerous bite-sized chapters, each exploring a distinct topic, and the narrative follows a linear progression, with each chapter building upon content from its predecessors. This structure is well-suited to teaching a two-semester undergraduate or postgraduate machine learning course, while remaining equally relevant to those engaged in active research or in self-study. A full understanding of machine learning requires some mathematical background and so the book includes a self-contained introduction to probability theory. However, the focus of the book is on conveying a clear understanding of ideas, with emphasis on the real-world practical value of techniques rather than on abstract theory. Complex concepts are therefore presented from multiple complementary perspectives including textual descriptions, diagrams, mathematical formulae, and pseudo-code. Chris Bishop is a Technical Fellow at Microsoft and is the Director of Microsoft Research AI4Science. He is a Fellow of Darwin College Cambridge, a Fellow of the Royal Academy of Engineering, and a Fellow of the Royal Society. Hugh Bishop is an Applied Scientist at Wayve, a deep learning autonomous driving company in London, where he designs and trains deep neural networks. He completed his MPhil in Machine Learning and Machine Intelligence at Cambridge University. “Chris Bishop wrote a terrific textbook on neural networks in 1995 and has a deep knowledge of the field and its core ideas. His many years of experience in explaining neural networks have made him extremely skillful at presenting complicated ideas in the simplest possible way and it is a delight to see these skills applied to the revolutionary new developments in the field.” -- Geoffrey Hinton "With the recent explosion of deep learning and AI as a research topic, and the quickly growing importance of AI applications, a modern textbook on the topic was badly needed. The "New Bishop" masterfully fills the gap, covering algorithms for supervised and unsupervised learning, modern deep learning architecture families, as well as how to apply all of this to various application areas." – Yann LeCun “This excellent and very educational book will bring the reader up to date with the main concepts and advances in deep learning with a solid anchoring in probability. These concepts are powering current industrial AI systems and are likely to form the basis of further advances towards artificial general intelligence.” -- Yoshua Bengio.


Digital
Deep learning for natural language processing : creating neural networks with Python
Authors: --- ---
ISBN: 9781484236840 9781484236857 Year: 2018 Publisher: Place of publication unknown Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models. You’ll start by covering the mathematical prerequisites and the fundamentals of deep learning and NLP with practical examples. The first three chapters of the book cover the basics of NLP, starting with word-vector representation before moving onto advanced algorithms. The final chapters focus entirely on implementation, and deal with sophisticated architectures such as RNN, LSTM, and Seq2seq, using Python tools: TensorFlow, and Keras. Deep Learning for Natural Language Processing follows a progressive approach and combines all the knowledge you have gained to build a question-answer chatbot system. This book is a good starting point for people who want to get started in deep learning for NLP. All the code presented in the book will be available in the form of IPython notebooks and scripts, which allow you to try out the examples and extend them in interesting ways. You will: Gain the fundamentals of deep learning and its mathematical prerequisites Discover deep learning frameworks in Python Develop a chatbot Implement a research paper on sentiment classification.


Book
Hands-on machine learning with Scikit-Learn, Keras, and TensorFlow : concepts, tools, and techniques to build intelligent systems
Author:
ISBN: 9781492032649 1492032646 1492032638 149203259X 1492032611 Year: 2019 Publisher: Sebastopol, CA : O'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all you need is programming experience to get started.


Book
Artificial intelligence : a modern approach
Authors: --- ---
ISBN: 9781292401133 1292401133 Year: 2022 Publisher: Harlow Pearson

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Explore the ever-expanding, fascinating field of Artificial Intelligence and its latest technologies with this industry-leading text. Artificial Intelligence: A Modern Approach, Global Edition, 4th Edition by Stuart Russel and Peter Norvigis the long-anticipated revision of this market-leading text, exploring the full breadth and depth of the field of Artificial Intelligence (AI). From robotic planetary explorers to online services with billions of users, the textbook covers a wide range of applications, delving into the advanced methods of reasoning, deep learning, perception and mathematics. Thoroughly updated and with new content, this latest edition brings you up to date on the latest technological advancements in the field, presenting concepts in a more unified manner. Some of the changes in the content include: Content that focuses deeper on machine learning rather than the hand-crafted knowledge of engineering. An updated, thorough discussion emphasises deep learning, probabilistic programming, and multi-agent systems. Extensive updates on the Robotics chapter now include content regarding the interaction of robots with humans. A new online site now includes all the exercises for this edition, allowing the team of authors to update and improve them continuously. Besides studying the methods and technologies, this edition also considers the ethical aspects and values of practicing the discipline. Fairness, integrity, respect, and social good, provide a fundamental framework to the learning process in this edition, studying the impact of AI on society. With a plethora of topics, exercises, and practical applications, this leading text is the must-read edition of this field, offering a deeper understanding and a multi-faceted approach to this expanding subject."

Listing 1 - 7 of 7
Sort by