0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (65)
  • R250 - R500 (275)
  • R500+ (2,424)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > General

Gamification - Concepts, Methodologies, Tools, and Applications, Vol 3 (Hardcover): Irma Gamification - Concepts, Methodologies, Tools, and Applications, Vol 3 (Hardcover)
Irma
R19,207 Discovery Miles 192 070 Ships in 10 - 15 working days
Data Mining Applications in Engineering and Medicine (Hardcover): Adem Karahoca Data Mining Applications in Engineering and Medicine (Hardcover)
Adem Karahoca
R3,892 Discovery Miles 38 920 Ships in 10 - 15 working days
50 Movie Music Moments (Paperback): Vasco Hexel 50 Movie Music Moments (Paperback)
Vasco Hexel
R1,263 Discovery Miles 12 630 Ships in 9 - 17 working days

Provides a wide range of case studies of music in film scenes, allowing instructors to pick and choose examples to focus on. Each case study is accessibly written and follows the same format, breaking down elements of the scene for students in a clear manner that invites comparisons. Organized by the type of musical use, allowing instructors to readily find examples of different types of music functions, and compare across different films.

Handbook of Price Impact Modeling (Hardcover): Kevin T Webster Handbook of Price Impact Modeling (Hardcover)
Kevin T Webster
R2,542 Discovery Miles 25 420 Ships in 9 - 17 working days

Builds a market simulator to back test trading algorithms Implements closed-form strategies that optimize trading signals Measures liquidity risk and stress test portfolios for fire sales Analyze algorithms’ performance controlling for common trading biases Estimates price impact models using the public trading tape

Hybrid Computational Intelligent Systems - Modeling, Simulation and Optimization (Hardcover): Siddhartha Bhattacharyya Hybrid Computational Intelligent Systems - Modeling, Simulation and Optimization (Hardcover)
Siddhartha Bhattacharyya
R4,928 Discovery Miles 49 280 Ships in 12 - 19 working days

Hybrid Computational Intelligent Systems – Modeling, Simulation and Optimization unearths the latest advances in evolving hybrid intelligent modeling and simulation of human-centric data-intensive applications optimized for real-time use, thereby enabling researchers to come up with novel breakthroughs in this ever-growing field. Salient features include the fundamentals of modeling and simulation with recourse to knowledge-based simulation, interaction paradigms, and human factors, along with the enhancement of the existing state of art in a high-performance computing setup. In addition, this book presents optimization strategies to evolve robust and failsafe intelligent system modeling and simulation. The volume also highlights novel applications for different engineering problems including signal and data processing, speech, image, sensor data processing, innovative intelligent systems, and swarm intelligent manufacturing systems. Features: A self-contained approach to integrating the principles of hybrid computational ntelligence with system modeling and simulation Well-versed foundation of computational intelligence and its application to real life engineering problems Elucidates essential background, concepts, definitions, and theories thereby putting forward a complete treatment on the subject Effective modeling of hybrid intelligent systems forms the backbone of almost every operative system in real-life Proper simulation of real-time hybrid intelligent systems is a prerequisite for deriving any real-life system solution Optimized system modeling and simulation enable real-time and failsafe operations of the existing hybrid intelligent system solutions Information presented in an accessible way for researchers, engineers, developers, and practitioners from academia and industry working in all major areas and interdisciplinary areas of hybrid computational intelligence and communication systems to evolve human-centered modeling and simulations of real-time data-intensive intelligent systems.

Strategies for Managing is/it Personnel (Hardcover): Strategies for Managing is/it Personnel (Hardcover)
R2,319 Discovery Miles 23 190 Ships in 10 - 15 working days

Information technology continues to revolutionarize the way commercial enterprises, government, and individuals conduct business. Sustained success in value creation in today's networked economies depends in part on how organizations are effective in attracting, developing, and retaining talented IS professionals. The magnitude of the challenges that face organizations in managing IS professionals demand clearer and more cohesive strategies than currently exist. Firms with more effective strategies for managing IS professionals will consistently outperform their peers. Studies have shown that the IS profession is now characterized by staff skill shortages, high turnover rates, job stress, and burnout. Strategies for Managing IS/IT Personnel explores the challenges faced by organizations as they develop strategies for recruiting, training, retraining and retaining IT professional. The book should be valuable to all managers, researchers, teachers and students who want to learn about issues related to the IS professional career and how strategies for recruiting, training, retraining and retaining the "best and the brightest" IT talent can be designed, implemented and monitored.

You CAN Stop Stupid - Stopping Losses from Accidental and Malicious Actions (Paperback): Ira Winkler, Tracy Celaya Brown You CAN Stop Stupid - Stopping Losses from Accidental and Malicious Actions (Paperback)
Ira Winkler, Tracy Celaya Brown
R858 R662 Discovery Miles 6 620 Save R196 (23%) Ships in 12 - 19 working days

Stopping Losses from Accidental and Malicious Actions Around the world, users cost organizations billions of dollars due to simple errors and malicious actions. They believe that there is some deficiency in the users. In response, organizations believe that they have to improve their awareness efforts and making more secure users. This is like saying that coalmines should get healthier canaries. The reality is that it takes a multilayered approach that acknowledges that users will inevitably make mistakes or have malicious intent, and the failure is in not planning for that. It takes a holistic approach to assessing risk combined with technical defenses and countermeasures layered with a security culture and continuous improvement. Only with this kind of defense in depth can organizations hope to prevent the worst of the cybersecurity breaches and other user-initiated losses. Using lessons from tested and proven disciplines like military kill-chain analysis, counterterrorism analysis, industrial safety programs, and more, Ira Winkler and Dr. Tracy Celaya's You CAN Stop Stupid provides a methodology to analyze potential losses and determine appropriate countermeasures to implement.  Minimize business losses associated with user failings Proactively plan to prevent and mitigate data breaches Optimize your security spending Cost justify your security and loss reduction efforts Improve your organization’s culture Business technology and security professionals will benefit from the information provided by these two well-known and influential cybersecurity speakers and experts.

Testing Elixir - Effective and Robust Testing for Elixir and its Ecosystem (Paperback): Andrea Leopardi, Jeffrey Matthias Testing Elixir - Effective and Robust Testing for Elixir and its Ecosystem (Paperback)
Andrea Leopardi, Jeffrey Matthias
R1,270 R961 Discovery Miles 9 610 Save R309 (24%) Ships in 12 - 19 working days

Elixir offers new paradigms, and challenges you to test in unconventional ways. Start with ExUnit: almost everything you need to write tests covering all levels of detail, from unit to integration, but only if you know how to use it to the fullest - we'll show you how. Explore testing Elixir-specific challenges such as OTP-based modules, asynchronous code, Ecto-based applications, and Phoenix applications. Explore new tools like Mox for mocks and StreamData for property-based testing. Armed with this knowledge, you can create test suites that add value to your production cycle and guard you from regressions. Write Elixir tests that you can be proud of. Dive into Elixir's test philosophy and gain mastery over the terminology and concepts that underlie good tests. Create and structure a comprehensive ExUnit test suite, starting from the basics, and build comprehensive test coverage that will provide safety for refactoring and confidence that your code performs as designed. Use tests to make your software more reliable and fault tolerant. Explore the basic tool set provided by ExUnit and Mix to write and organize your test suite. Test code built around different OTP functionality. Isolate your code through dependency injection and by using Mox. Write comprehensive tests for Ecto projects, covering Ecto as a database tool as well as a standalone data validation tool. Test Phoenix channels from end to end, including authentication and joining topics. Write Phoenix controller tests and understand the concepts of integration testing in Elixir. Learn property-based testing with StreamData from the author who wrote the library. Code with high confidence that you are getting the most out of your test suite, with the right tools that make testing your code a pleasure and a valuable part of your development cycle. What You Need: To get the most out of this book, you will need to have installed Elixir 1.8 or later and Erlang/OTP 21 or later. In order to complete the relevant chapters, you will also need Ecto 3.1 or later, EctoSQL 3.1 or later and Phoenix 1.3 or later.

Computational Mechanics with Neural Networks (Hardcover, 1st ed. 2021): Genki Yagawa, Atsuya Oishi Computational Mechanics with Neural Networks (Hardcover, 1st ed. 2021)
Genki Yagawa, Atsuya Oishi
R4,925 Discovery Miles 49 250 Ships in 12 - 19 working days

This book shows how neural networks are applied to computational mechanics. Part I presents the fundamentals of neural networks and other machine learning method in computational mechanics. Part II highlights the applications of neural networks to a variety of problems of computational mechanics. The final chapter gives perspectives to the applications of the deep learning to computational mechanics.

Recent Advances in Document Recognition and Understanding (Hardcover): Minoru Mori Recent Advances in Document Recognition and Understanding (Hardcover)
Minoru Mori
R3,329 Discovery Miles 33 290 Ships in 10 - 15 working days
Human-Computer Interaction (Hardcover): Inaki Maurtua Human-Computer Interaction (Hardcover)
Inaki Maurtua
R4,496 Discovery Miles 44 960 Ships in 10 - 15 working days
Taming Gaming - Guide your child to healthy video game habits (Hardcover): Andy Robertson Taming Gaming - Guide your child to healthy video game habits (Hardcover)
Andy Robertson
R533 Discovery Miles 5 330 Ships in 12 - 19 working days

Video games can instil amazing qualities in children – curiosity, resilience, patience and problem-solving to name a few – but with the World Health Organisation naming gaming disorder as a clinically diagnosable condition, parents and carers can worry about what video games are doing to their children. Andy Robertson has dealt with all of the above, not just over years of covering this topic fo newspapers, radio and television but as a father of three. In this guide, he offers parents and carers practical advice and insights – combining his own experiences with the latest research and guidance from psychologists, industry experts, schools and children's charities – alongside a treasure trove of 'gaming recipes' to test out in your family. Worrying about video game screen time, violence, expense and addiction is an understandable response to scary newspaper headlines. But with first-hand understanding of the video games your children love to play, you can anchor them as a healthy part of family life. Supported by the www.taminggaming.com Family Video Game Database, Taming Gaming leads you into doing this so that video games can stop being a point of argument, worry and stress and start providing fulfilling, connecting and ambitious experiences together as a family.

Affective Computing (Hardcover): Jimmy Or Affective Computing (Hardcover)
Jimmy Or
R3,927 Discovery Miles 39 270 Ships in 10 - 15 working days
Numerical Simulations of Physical and Engineering Processes (Hardcover): Jan Awrejcewicz Numerical Simulations of Physical and Engineering Processes (Hardcover)
Jan Awrejcewicz
R4,510 Discovery Miles 45 100 Ships in 10 - 15 working days
Graph Neural Networks in Action (Hardcover): Keita Broadwater, Namid Stillman Graph Neural Networks in Action (Hardcover)
Keita Broadwater, Namid Stillman
R1,684 R1,257 Discovery Miles 12 570 Save R427 (25%) Ships in 12 - 19 working days

A hands-on guide to powerful graph-based deep learning models! Graph Neural Networks in Action is a great guide about how to build cutting-edge graph neural networks and powerful deep learning models for recommendation engines, molecular modeling, and more. You will learn how to both design and train your models, and how to develop them into practical applications you can deploy to production. Ideal for Python programmers, you will also explore common graph neural network architectures and cutting-edge libraries, all clearly illustrated with well-annotated Python code. The main features include: Train and deploy a graph neural network Generate node embeddings Use GNNs at scale for very large datasets Build a graph data pipeline Create a graph data schema Understand the taxonomy of GNNs Manipulate graph data with NetworkX Go hands-on and explore relevant real-world projects as you dive into graph neural networks perfect for node prediction, link prediction, and graph classification. About the technology Graph neural networks expand the capabilities of deep learning beyond traditional tabular data, text, and images. This exciting new approach brings the amazing capabilities of deep learning to graph data structures, opening up new possibilities for everything – from recommendation engines to pharmaceutical research.

Windows 8 for the Over 50s In Simple Steps (Paperback): Joli Ballew Windows 8 for the Over 50s In Simple Steps (Paperback)
Joli Ballew
R382 R342 Discovery Miles 3 420 Save R40 (10%) Ships in 12 - 19 working days

Discover everything you want to know about Microsoft's newest version of Windows in this easy-to-use guide; from the most essential tasks that you'll want to perform, to solving the most common problems you'll encounter.

Modeling, Programming and Simulations Using LabVIEW(TM) Software (Hardcover): Riccardo de Asmundis Modeling, Programming and Simulations Using LabVIEW(TM) Software (Hardcover)
Riccardo de Asmundis
R3,887 Discovery Miles 38 870 Ships in 10 - 15 working days
Rendering in SketchUp - From Modeling to Presentation for Architecture, Landscape Architecture, and Interior Design... Rendering in SketchUp - From Modeling to Presentation for Architecture, Landscape Architecture, and Interior Design (Paperback)
Daniel Tal
R1,394 Discovery Miles 13 940 Ships in 10 - 15 working days

The sure way for design professionals to learn SketchUp modeling and rendering techniques

"Rendering In SketchUp" provides instructions for creating 3D photoreal graphics for SketchUp models using integrated rendering programs. The book serves as a beginner rendering manual and reference guide to further develop rendering skills. With an emphasis on step-by-step process, SketchUp users learn a universal approach to rendering varied SketchUp projects, including architecture, interiors, and site design models.

The book focuses on tasks and principles at the core of photorealistic rendering, including: Rendering process: Learn a step-by-step process focused on workflow within SketchUp's familiar workspace. Universal method: Understand how the process can be used to work with a variety of different integrated rendering programs, including Shaderlight, SU Podium and Twilight Render**. These programs are easy to learn and function in SketchUp. >Textures and materials: Discover how to obtain, apply and edit texture images representing surfaces. Component details: Learn how to acquire and organize model details to allow for rich, expressive settings while maintaining computer and SketchUp performance. Exterior and simulated lighting: Learn to set exterior lighting with the SketchUp's Shadow menu or illuminate a scene with simulated lights, lamps, and bulbs. Render settings: Use specific settings for various rendering programs to quickly set texture character, image quality, and graphic output. Computer specifications: Find out how computers produce renders and the type of computer hardware required to streamline the process. Photoshop post-processing: Learn how to further refine rendered images in Photoshop. **Free online chapters: The book reviews specific settings for SketchUp and the rendering plug-in Shaderlight. Given the ever-changing nature of technology, free, online accompanying chapters detail settings for additional integrated rendering programs including SU Podium, Twilight Render, and more.

Stochastic Control (Hardcover): Chris Myers Stochastic Control (Hardcover)
Chris Myers
R4,525 Discovery Miles 45 250 Ships in 10 - 15 working days
Watermarking - Volume 2 (Hardcover): Mithun Das Gupta Watermarking - Volume 2 (Hardcover)
Mithun Das Gupta
R3,386 Discovery Miles 33 860 Ships in 10 - 15 working days
Ethical Issues of Information Systems (Paperback, Illustrated Ed): Salehnia Ethical Issues of Information Systems (Paperback, Illustrated Ed)
Salehnia
R1,746 Discovery Miles 17 460 Ships in 10 - 15 working days

Understanding, appreciating and taking corrective steps to maintain and enhance social and ethical responsibility in the information age is important not only because of our increased dependence on information and communication technologies, but also because information and communication technologies pose complex challenges. Ethical Issues of Information Systems strives to address these pertinent issues. This scholarly and academic book provides insight on many topics of debate and discussion in the field and lends the most recent research in the field of IT ethics and social responsibility.

Natural Language Processing in Action (Paperback, 2nd edition): Hobson  Lane, Maria Dyshel Natural Language Processing in Action (Paperback, 2nd edition)
Hobson Lane, Maria Dyshel
R1,653 Discovery Miles 16 530 Ships in 12 - 19 working days

Develop your NLP skills from scratch! This revised bestseller now includes coverage of the latest Python packages, Transformers, the HuggingFace packages, and chatbot frameworks. In  Natural Language Processing in Action, Second Edition you will learn how to: Process, analyze, understand, and generate natural language text Build production-quality NLP pipelines with spaCy Build neural networks for NLP using Pytorch BERT and GPT transformers for English composition, writing code, and even organizing your thoughts Create chatbots and other conversational AI agents Natural Language Processing in Action has helped thousands of data scientists build machines that understand human language. In this new and revised edition, you’ll discover state-of-the art NLP models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. As you go, you’ll create projects that can detect fake news, filter spam, and even answer your questions, all built with Python and its ecosystem of data tools. about the technology Deep learning has been a giant leap forward for NLP applications. Developers can now build chatbots and other natural language tools that can imitate real people, diagnose illness, automatically summarize documents, and more. Accessible open source tools such as spaCy and PyTorch make production-level NLP easier and more impactful than ever before. about the book Natural Language Processing in Action, Second Edition is your guide to building software that can read and interpret human language. This new edition is updated to include the latest Python packages and comes with full coverage of cutting-edge models like BERT, GPT-J and HuggingFace transformers. In it, you’ll learn to create fun and useful NLP applications such as semantic search engines that are even better than Google, chatbots that can help you write a book, and a multilingual translation program. Soon, you’ll be ready to start tackling real-world problems with NLP. AUTHOR BIO  Hobson Lane is a data scientist and machine learning engineer. He has over twenty years experience building autonomous systems and NLP pipelines for both large corporations and start-ups. Currently, Hobson is an instructor at UCSD Extension and Springboard, and the CTO and cofounder of Tangible AI and ProAI.org.  Maria Dyshel is a social entrepreneur and artificial intelligence expert. She held a variety of AI research, engineering, and management roles in diverse industries, from designing and improving algorithms for autonomous vehicles, to implementing company-wide Conversational AI program in one of the world's largest pharma companies. Maria is currently the CEO and cofounder of Tangible AI.  Cole Howard and Hannes Max Hapke were authors of the first edition of Natural Language Processing in Action and their legacy lives on in the collective intelligence of the community around the book.

Linux for Beginners - 3 Books in 1 (Hardcover): Kovacs Attila Kovacs Linux for Beginners - 3 Books in 1 (Hardcover)
Kovacs Attila Kovacs
R1,192 R999 Discovery Miles 9 990 Save R193 (16%) Ships in 10 - 15 working days
Artificial Neural Networks - Industrial and Control Engineering Applications (Hardcover): Kenji Suzuki Artificial Neural Networks - Industrial and Control Engineering Applications (Hardcover)
Kenji Suzuki
R3,940 Discovery Miles 39 400 Ships in 10 - 15 working days
Virtual Assistant (Hardcover): Ali Soofastaei Virtual Assistant (Hardcover)
Ali Soofastaei
R3,311 Discovery Miles 33 110 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Instrumental Thin-Layer Chromatography
Colin Poole Hardcover R4,703 R4,256 Discovery Miles 42 560
Animal Feed Contamination - Effects on…
J. Fink-Gremmels Hardcover R6,062 Discovery Miles 60 620
Philosophical Approaches to Language and…
Piotr Stalmaszczyk, Martin Hinton Hardcover R1,503 Discovery Miles 15 030
Expression in Speech - Analysis and…
Mark Tatham, Katherine Morton Hardcover R7,485 Discovery Miles 74 850
The Oxford Handbook of Information…
Caroline Fery, Shinichiro Ishihara Hardcover R4,855 Discovery Miles 48 550
A Functional Analysis of Political…
William L. Benoit Hardcover R4,055 R2,852 Discovery Miles 28 520
Microbial Decontamination in the Food…
Ali Demirci, Michael O. Ngadi Hardcover R6,076 Discovery Miles 60 760
Semantic Services, Interoperability and…
Amit P. Sheth Hardcover R4,999 Discovery Miles 49 990
Natural Food Additives, Ingredients and…
D. Baines, R. Seal Hardcover R5,249 Discovery Miles 52 490
Religion, Nationalism and Foreign Policy…
Filiz Coban Oran Hardcover R3,203 Discovery Miles 32 030

 

Partners