0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (1)
  • R1,000 - R2,500 (2)
  • R2,500 - R5,000 (8)
  • -
Status
Brand

Showing 1 - 11 of 11 matches in All Departments

Cognitive Models and Intelligent Environments for Learning Programming (Hardcover, 1993 ed.): Enrica Lemut, Benedict du Boulay,... Cognitive Models and Intelligent Environments for Learning Programming (Hardcover, 1993 ed.)
Enrica Lemut, Benedict du Boulay, Giuliana Dettori
R4,181 Discovery Miles 41 810 Ships in 18 - 22 working days

At present, there is a general consensus on the nature of learning programming, but there are different opinions on what forms an effective environment for it. It is generally recognized that the development of a mental model is a formidable task for the student and that learning programming is a complex activity that depends heavily on metacognitive skills. This book, based on a NATO workshop, presents both pure cognitive models and experimental learning environments, and discusses what characteristics can make a learning model effective, especially in relation to the learning environment (natural or computerized). The papers cover cognitive models related to different aspects of programming, classes of learners, and types of environment, and are organized in three groups: theoretical and empirical studies on understanding programming, environments for learning programming, and learning programming in school environments. Comprehension, design, construction, testing, debugging, and verification are recognized as interdependent skills, which require complicated analysis and may develop independently, and indifferent orders, in novices. This book shows that there is unlikely to be asingle path from novice to expert and that the structure of the final product (the program) may not constrain the process by which it comes into being as much as some would advocate.

Learning to Build and Comprehend Complex Information Structures - Prolog as a Case Study (Hardcover): Paul Brna, Benedict du... Learning to Build and Comprehend Complex Information Structures - Prolog as a Case Study (Hardcover)
Paul Brna, Benedict du Boulay, Helen Pain
R2,345 Discovery Miles 23 450 Ships in 18 - 22 working days

Complex information structures are found in many disciplines including physics, genetics, biology and all branches of the information sciences. The current increasing, widespread use of information technology in all academic activities' emphasizes the need to understand how people construct and use such structures. The practices and activities found within the community of programmers provides a rich study area. The contents of this book are devoted to fundamental research that directly informs: the teaching community about some of the recent issues and problems that should help readers to increase their awareness when designing systems to support teaching, learning and using information technology; the psychology of the programming community about work in the area of learning to build, and debug programs; and the software engineering community in terms of the issues that implementors need to take into account when designing and building tools and environments for computer-based systems.

AI for Learning (Paperback): Carmel Kent, Benedict du Boulay AI for Learning (Paperback)
Carmel Kent, Benedict du Boulay
R781 Discovery Miles 7 810 Ships in 9 - 17 working days

- the book provides a short and accessible introduction to AI for learners - it examines seven different educational roles and settings, from AI as a peer to AI as a tutor and AI as textbook, among others - it considers both opportunities and risks: technological developments as well as ethical considerations

AI for Learning (Hardcover): Carmel Kent, Benedict du Boulay AI for Learning (Hardcover)
Carmel Kent, Benedict du Boulay
R4,048 Discovery Miles 40 480 Ships in 10 - 15 working days

- the book provides a short and accessible introduction to AI for learners - it examines seven different educational roles and settings, from AI as a peer to AI as a tutor and AI as textbook, among others - it considers both opportunities and risks: technological developments as well as ethical considerations

Artificial Intelligence Through Search (Paperback, Softcover reprint of the original 1st ed. 1992): Chris Thornton, Benedict du... Artificial Intelligence Through Search (Paperback, Softcover reprint of the original 1st ed. 1992)
Chris Thornton, Benedict du Boulay
R4,111 Discovery Miles 41 110 Ships in 18 - 22 working days

This is an important textbook on artificial intelligence that uses the unifying thread of search to bring together most of the major techniques used in symbolic artificial intelligence. The authors, aware of the pitfalls of being too general or too academic, have taken a practical approach in that they include program code to illustrate their ideas. Furthermore, code is offered in both POP-11 and Prolog, thereby giving a dual perspective, highlighting the merits of these languages. Each chapter covers one technique and divides up into three sections: a section which introduces the technique (and its usual applications) andsuggests how it can be understood as a variant/generalisation of search; a section which developed a low'-level (POP-11) implementation; a section which develops a high-level (Prolog) implementation of the technique. The authors also include useful notes on alternative treatments to the material, further reading and exercises. As a practical book it will be welcomed by a wide audience including, those already experienced in AI, students with some background in programming who are taking an introductory course in AI, and lecturers looking for a precise, professional and practical text book to use in their AI courses. About the authors: Dr Christopher Thornton has a BA in Economics, an Sc in Computer Science and a DPhil in Artificial Intelligence. Formerly a lecturer in the Department of AI at the University of Edinburgh, he is now a lecturer in AI in the School of Cognitive and Computing Sciences at the University of Sussex. Professor Benedict du Boulay has a BSc in Physics and a PhD in Artificial Intelligence. Previously a lecturer in the Department of Computing Science at the University of Aberdeen he is currently Professor of Artificial Intelligence, also in the School of Cognitive and Computing Sciences, University of Sussex.

Cognitive Models and Intelligent Environments for Learning Programming (Paperback, Softcover reprint of the original 1st ed.... Cognitive Models and Intelligent Environments for Learning Programming (Paperback, Softcover reprint of the original 1st ed. 1993)
Enrica Lemut, Benedict du Boulay, Giuliana Dettori
R4,019 Discovery Miles 40 190 Ships in 18 - 22 working days

At present, there is a general consensus on the nature of learning programming, but there are different opinions on what forms an effective environment for it. It is generally recognized that the development of a mental model is a formidable task for the student and that learning programming is a complex activity that depends heavily on metacognitive skills. This book, based on a NATO workshop, presents both pure cognitive models and experimental learning environments, and discusses what characteristics can make a learning model effective, especially in relation to the learning environment (natural or computerized). The papers cover cognitive models related to different aspects of programming, classes of learners, and types of environment, and are organized in three groups: theoretical and empirical studies on understanding programming, environments for learning programming, and learning programming in school environments. Comprehension, design, construction, testing, debugging, and verification are recognized as interdependent skills, which require complicated analysis and may develop independently, and indifferent orders, in novices. This book shows that there is unlikely to be asingle path from novice to expert and that the structure of the final product (the program) may not constrain the process by which it comes into being as much as some would advocate.

Artificial Intelligence Through Search (Hardcover, 1992 ed.): Chris Thornton, Benedict du Boulay Artificial Intelligence Through Search (Hardcover, 1992 ed.)
Chris Thornton, Benedict du Boulay
R4,096 Discovery Miles 40 960 Ships in 18 - 22 working days

This is an important textbook on artificial intelligence that uses the unifying thread of search to bring together most of the major techniques used in symbolic artificial intelligence. The authors, aware of the pitfalls of being too general or too academic, have taken a practical approach in that they include program code to illustrate their ideas. Furthermore, code is offered in both POP-11 and Prolog, thereby giving a dual perspective, highlighting the merits of these languages. Each chapter covers one technique and divides up into three sections: a section which introduces the technique (and its usual applications) andsuggests how it can be understood as a variant/generalisation of search; a section which developed a `low'-level (POP-11) implementation; a section which develops a high-level (Prolog) implementation of the technique. The authors also include useful notes on alternative treatments to the material, further reading and exercises. As a practical book it will be welcomed by a wide audience including, those already experienced in AI, students with some background in programming who are taking an introductory course in AI, and lecturers looking for a precise, professional and practical text book to use in their AI courses. About the authors: Dr Christopher Thornton has a BA in Economics, an Sc in Computer Science and a DPhil in Artificial Intelligence. Formerly a lecturer in the Department of AI at the University of Edinburgh, he is now a lecturer in AI in the School of Cognitive and Computing Sciences at the University of Sussex. Professor Benedict du Boulay has a BSc in Physics and a PhD in Artificial Intelligence. Previously a lecturer in the Department of Computing Science at the University of Aberdeen he is currently Professor of Artificial Intelligence, also in the School of Cognitive and Computing Sciences, University of Sussex.

Artificial Intelligence in Education - 18th International Conference, AIED 2017, Wuhan, China, June 28 - July 1, 2017,... Artificial Intelligence in Education - 18th International Conference, AIED 2017, Wuhan, China, June 28 - July 1, 2017, Proceedings (Paperback, 1st ed. 2017)
Elisabeth Andre, Ryan Baker, Xiangen Hu, Ma. Mercedes T. Rodrigo, Benedict du Boulay
R2,539 Discovery Miles 25 390 Ships in 18 - 22 working days

This book constitutes the refereed proceedings of the 18th International Conference on Artificial Intelligence in Education, AIED 2017, held in Wuhan, China, in June/July 2017. The 36 revised full papers presented together with 4 keynotes, 37 poster, presentations, 4 doctoral consortium papers, 5 industry papers, 4 workshop abstracts, and 2 tutorial abstracts were carefully reviewed and selected from 159 submissions. The conference provides opportunities for the cross-fertilization of approaches, techniques and ideas from the many fields that comprise AIED, including computer science, cognitive and learning sciences, education, game design, psychology, sociology, linguistics as well as many domain-specific areas.

Artificial Intelligence in Education - 19th International Conference, AIED 2018, London, UK, June 27-30, 2018, Proceedings,... Artificial Intelligence in Education - 19th International Conference, AIED 2018, London, UK, June 27-30, 2018, Proceedings, Part I (Paperback, 1st ed. 2018)
Carolyn Penstein Rose, Roberto Martinez-Maldonado, H. Ulrich Hoppe, Rose Luckin, Manolis Mavrikis, …
R4,145 Discovery Miles 41 450 Ships in 18 - 22 working days

This two volume set LNAI 10947 and LNAI 10948 constitutes the proceedings of the 19th International Conference on Artificial Intelligence in Education, AIED 2018, held in London, UK, in June 2018.The 45 full papers presented in this book together with 76 poster papers, 11 young researchers tracks, 14 industry papers and 10 workshop papers were carefully reviewed and selected from 192 submissions. The conference provides opportunities for the cross-fertilization of approaches, techniques and ideas from the many fields that comprise AIED, including computer science, cognitive and learning sciences, education, game design, psychology, sociology, linguistics as well as many domain-specific areas.

Artificial Intelligence in Education - 19th International Conference, AIED 2018, London, UK, June 27-30, 2018, Proceedings,... Artificial Intelligence in Education - 19th International Conference, AIED 2018, London, UK, June 27-30, 2018, Proceedings, Part II (Paperback, 1st ed. 2018)
Carolyn Penstein Rose, Roberto Martinez-Maldonado, H. Ulrich Hoppe, Rose Luckin, Manolis Mavrikis, …
R3,781 Discovery Miles 37 810 Ships in 18 - 22 working days

This two volume set LNAI 10947 and LNAI 10948 constitutes the proceedings of the 19th International Conference on Artificial Intelligence in Education, AIED 2018, held in London, UK, in June 2018.The 45 full papers presented in this book together with 76 poster papers, 11 young researchers tracks, 14 industry papers and 10 workshop papers were carefully reviewed and selected from 192 submissions. The conference provides opportunities for the cross-fertilization of approaches, techniques and ideas from the many fields that comprise AIED, including computer science, cognitive and learning sciences, education, game design, psychology, sociology, linguistics as well as many domain-specific areas.

Learning to Build and Comprehend Complex Information Structures - Prolog as a Case Study (Paperback): Paul Brna, Benedict du... Learning to Build and Comprehend Complex Information Structures - Prolog as a Case Study (Paperback)
Paul Brna, Benedict du Boulay, Helen Pain
R1,297 Discovery Miles 12 970 Ships in 18 - 22 working days

Complex information structures are found in many disciplines including physics, genetics, biology and all branches of the information sciences. The current increasing, widespread use of information technology in all academic activities' emphasizes the need to understand how people construct and use such structures. The practices and activities found within the community of programmers provides a rich study area. The contents of this book are devoted to fundamental research that directly informs: the teaching community about some of the recent issues and problems that should help readers to increase their awareness when designing systems to support teaching, learning and using information technology; the psychology of the programming community about work in the area of learning to build, and debug programs; and the software engineering community in terms of the issues that implementors need to take into account when designing and building tools and environments for computer-based systems.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Flowering Iris II - Asian Art Cross…
Kathleen George, Cross Stitch Collectibles Paperback R459 Discovery Miles 4 590
It Is Possible - An African Woman's…
Phoebe Muga Asiyo Paperback R481 Discovery Miles 4 810
Your People Will Be My People - The Ruth…
Sue Grant-Marshall Paperback R333 Discovery Miles 3 330
Damaged Goods - The Rise and Fall of Sir…
Oliver Shah Paperback  (1)
R289 R264 Discovery Miles 2 640
The Prehistoric Settlement of Britain
Richard Bradley Hardcover R3,645 Discovery Miles 36 450
William Wordsworth - 21st-Century Oxford…
Stephen Gill Hardcover R6,332 Discovery Miles 63 320
The Accidental Mayor - Herman Mashaba…
Michael Beaumont Paperback  (5)
R270 R160 Discovery Miles 1 600
Beagle - Robt. J. May Cross Stitch…
Kathleen George, Cross Stitch Collectibles Paperback R435 Discovery Miles 4 350
Student Comrade Prisoner Spy - A Memoir
Bridget Hilton-Barber Paperback  (1)
R270 R249 Discovery Miles 2 490
Japanese Waxwings - Asian Art Cross…
Kathleen George, Cross Stitch Collectibles Paperback R459 Discovery Miles 4 590

 

Partners