0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (5)
  • R250 - R500 (40)
  • R500+ (879)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Applications of computing > Artificial intelligence > Neural networks

Deep Learning with TensorFlow - Explore neural networks and build intelligent systems with Python, 2nd Edition (Paperback, 2nd... Deep Learning with TensorFlow - Explore neural networks and build intelligent systems with Python, 2nd Edition (Paperback, 2nd Revised edition)
Giancarlo Zaccone, Md. Rezaul Karim
R1,476 Discovery Miles 14 760 Ships in 10 - 15 working days

Delve into neural networks, implement deep learning algorithms, and explore layers of data abstraction with the help of TensorFlow. Key Features Learn how to implement advanced techniques in deep learning with Google's brainchild, TensorFlow Explore deep neural networks and layers of data abstraction with the help of this comprehensive guide Gain real-world contextualization through some deep learning problems concerning research and application Book DescriptionDeep learning is a branch of machine learning algorithms based on learning multiple levels of abstraction. Neural networks, which are at the core of deep learning, are being used in predictive analytics, computer vision, natural language processing, time series forecasting, and to perform a myriad of other complex tasks. This book is conceived for developers, data analysts, machine learning practitioners and deep learning enthusiasts who want to build powerful, robust, and accurate predictive models with the power of TensorFlow, combined with other open source Python libraries. Throughout the book, you'll learn how to develop deep learning applications for machine learning systems using Feedforward Neural Networks, Convolutional Neural Networks, Recurrent Neural Networks, Autoencoders, and Factorization Machines. Discover how to attain deep learning programming on GPU in a distributed way. You'll come away with an in-depth knowledge of machine learning techniques and the skills to apply them to real-world projects. What you will learn Apply deep machine intelligence and GPU computing with TensorFlow Access public datasets and use TensorFlow to load, process, and transform the data Discover how to use the high-level TensorFlow API to build more powerful applications Use deep learning for scalable object detection and mobile computing Train machines quickly to learn from data by exploring reinforcement learning techniques Explore active areas of deep learning research and applications Who this book is forThe book is for people interested in machine learning and machine intelligence. A rudimentary level of programming in one language is assumed, as is a basic familiarity with computer science techniques and technologies, including a basic awareness of computer hardware and algorithms. Some competence in mathematics is needed to the level of elementary linear algebra and calculus.

Machine Learning with Swift - Artificial Intelligence for iOS (Paperback): Oleksandr Sosnovshchenko, Oleksandr Baiev Machine Learning with Swift - Artificial Intelligence for iOS (Paperback)
Oleksandr Sosnovshchenko, Oleksandr Baiev
R1,240 Discovery Miles 12 400 Ships in 10 - 15 working days

Leverage the power of machine learning and Swift programming to build intelligent iOS applications with ease Key Features Implement effective machine learning solutions for your iOS applications Use Swift and Core ML to build and deploy popular machine learning models Develop neural networks for natural language processing and computer vision Book DescriptionMachine learning as a field promises to bring increased intelligence to the software by helping us learn and analyse information efficiently and discover certain patterns that humans cannot. This book will be your guide as you embark on an exciting journey in machine learning using the popular Swift language. We'll start with machine learning basics in the first part of the book to develop a lasting intuition about fundamental machine learning concepts. We explore various supervised and unsupervised statistical learning techniques and how to implement them in Swift, while the third section walks you through deep learning techniques with the help of typical real-world cases. In the last section, we will dive into some hard core topics such as model compression, GPU acceleration and provide some recommendations to avoid common mistakes during machine learning application development. By the end of the book, you'll be able to develop intelligent applications written in Swift that can learn for themselves. What you will learn Learn rapid model prototyping with Python and Swift Deploy pre-trained models to iOS using Core ML Find hidden patterns in the data using unsupervised learning Get a deeper understanding of the clustering techniques Learn modern compact architectures of neural networks for iOS devices Train neural networks for image processing and natural language processing Who this book is foriOS developers who wish to create smarter iOS applications using the power of machine learning will find this book to be useful. This book will also benefit data science professionals who are interested in performing machine learning on mobile devices. Familiarity with Swift programming is all you need to get started with this book.

Hands-On Artificial Intelligence with Java for Beginners - Build intelligent apps using machine learning and deep learning with... Hands-On Artificial Intelligence with Java for Beginners - Build intelligent apps using machine learning and deep learning with Deeplearning4j (Paperback)
Nisheeth Joshi
R714 Discovery Miles 7 140 Ships in 10 - 15 working days

Build, train, and deploy intelligent applications using Java libraries Key Features Leverage the power of Java libraries to build smart applications Build and train deep learning models for implementing artificial intelligence Learn various algorithms to automate complex tasks Book DescriptionArtificial intelligence (AI) is increasingly in demand as well as relevant in the modern world, where everything is driven by technology and data. AI can be used for automating systems or processes to carry out complex tasks and functions in order to achieve optimal performance and productivity. Hands-On Artificial Intelligence with Java for Beginners begins by introducing you to AI concepts and algorithms. You will learn about various Java-based libraries and frameworks that can be used in implementing AI to build smart applications. In addition to this, the book teaches you how to implement easy to complex AI tasks, such as genetic programming, heuristic searches, reinforcement learning, neural networks, and segmentation, all with a practical approach. By the end of this book, you will not only have a solid grasp of AI concepts, but you'll also be able to build your own smart applications for multiple domains. What you will learn Leverage different Java packages and tools such as Weka, RapidMiner, and Deeplearning4j, among others Build machine learning models using supervised and unsupervised machine learning techniques Implement different deep learning algorithms in Deeplearning4j and build applications based on them Study the basics of heuristic searching and genetic programming Differentiate between syntactic and semantic similarity among texts Perform sentiment analysis for effective decision making with LingPipe Who this book is forHands-On Artificial Intelligence with Java for Beginners is for Java developers who want to learn the fundamentals of artificial intelligence and extend their programming knowledge to build smarter applications.

Keras Reinforcement Learning Projects - 9 projects exploring popular reinforcement learning techniques to build self-learning... Keras Reinforcement Learning Projects - 9 projects exploring popular reinforcement learning techniques to build self-learning agents (Paperback)
Giuseppe Ciaburro
R1,386 Discovery Miles 13 860 Ships in 10 - 15 working days

A practical guide to mastering reinforcement learning algorithms using Keras Key Features Build projects across robotics, gaming, and finance fields, putting reinforcement learning (RL) into action Get to grips with Keras and practice on real-world unstructured datasets Uncover advanced deep learning algorithms such as Monte Carlo, Markov Decision, and Q-learning Book DescriptionReinforcement learning has evolved a lot in the last couple of years and proven to be a successful technique in building smart and intelligent AI networks. Keras Reinforcement Learning Projects installs human-level performance into your applications using algorithms and techniques of reinforcement learning, coupled with Keras, a faster experimental library. The book begins with getting you up and running with the concepts of reinforcement learning using Keras. You'll learn how to simulate a random walk using Markov chains and select the best portfolio using dynamic programming (DP) and Python. You'll also explore projects such as forecasting stock prices using Monte Carlo methods, delivering vehicle routing application using Temporal Distance (TD) learning algorithms, and balancing a Rotating Mechanical System using Markov decision processes. Once you've understood the basics, you'll move on to Modeling of a Segway, running a robot control system using deep reinforcement learning, and building a handwritten digit recognition model in Python using an image dataset. Finally, you'll excel in playing the board game Go with the help of Q-Learning and reinforcement learning algorithms. By the end of this book, you'll not only have developed hands-on training on concepts, algorithms, and techniques of reinforcement learning but also be all set to explore the world of AI. What you will learn Practice the Markov decision process in prediction and betting evaluations Implement Monte Carlo methods to forecast environment behaviors Explore TD learning algorithms to manage warehouse operations Construct a Deep Q-Network using Python and Keras to control robot movements Apply reinforcement concepts to build a handwritten digit recognition model using an image dataset Address a game theory problem using Q-Learning and OpenAI Gym Who this book is forKeras Reinforcement Learning Projects is for you if you are data scientist, machine learning developer, or AI engineer who wants to understand the fundamentals of reinforcement learning by developing practical projects. Sound knowledge of machine learning and basic familiarity with Keras is useful to get the most out of this book

Artificial Intelligence By Example - Develop machine intelligence from scratch using real artificial intelligence use cases... Artificial Intelligence By Example - Develop machine intelligence from scratch using real artificial intelligence use cases (Paperback)
Denis Rothman
R1,280 Discovery Miles 12 800 Ships in 10 - 15 working days

Publisher's Note: This edition from 2018 is outdated! A new second edition, completely updated for Python 3.x and its latest libraries, and TensorFlow 2.x, is now available. It features new and more practical examples executed on various platforms like TensorBoard, IBMQ, Google Dialogflow, Quirk, and more. Key Features AI-based examples to guide you in designing and implementing machine intelligence Develop your own method for future AI solutions Acquire advanced AI, machine learning, and deep learning design skills Book DescriptionArtificial intelligence has the potential to replicate humans in every field. Artificial Intelligence By Example serves as a starting point for you to understand how AI is built, with the help of intriguing examples and case studies. Artificial Intelligence By Example will make you an adaptive thinker and help you apply concepts to real-life scenarios. Using some of the most interesting AI examples, right from a simple chess engine to a cognitive chatbot, you will learn how to tackle the machine you are competing with. You will study some of the most advanced machine learning models, understand how to apply AI to blockchain and IoT, and develop emotional quotient in chatbots using neural networks. You will move on to designing AI solutions in a simple manner rather than get confused by complex architectures and techniques. This comprehensive guide will be a starter kit for you to develop AI applications on your own. By the end of this book, you will have understood the fundamentals of AI and worked through a number of case studies that will help you develop your business vision. What you will learn Use adaptive thinking to solve real-life AI case studies Rise beyond being a modern-day factory code worker Acquire advanced AI, machine learning, and deep learning designing skills Learn about cognitive NLP chatbots, quantum computing, and IoT and blockchain technology Understand future AI solutions and adapt quickly to them Develop out-of-the-box thinking to face any challenge the market presents Who this book is forArtificial Intelligence by Example is a simple, explanatory, and descriptive guide for junior developers, experienced developers, technology consultants, and those interested in AI who want to understand the fundamentals of artificial intelligence and implement it practically by devising smart solutions. Prior experience with Python and statistical knowledge is essential to make the most out of this book.

Neural Networks with R (Paperback): Giuseppe Ciaburro, Balaji Venkateswaran Neural Networks with R (Paperback)
Giuseppe Ciaburro, Balaji Venkateswaran
R1,201 Discovery Miles 12 010 Ships in 10 - 15 working days

Uncover the power of artificial neural networks by implementing them through R code. About This Book * Develop a strong background in neural networks with R, to implement them in your applications * Build smart systems using the power of deep learning * Real-world case studies to illustrate the power of neural network models Who This Book Is For This book is intended for anyone who has a statistical background with knowledge in R and wants to work with neural networks to get better results from complex data. If you are interested in artificial intelligence and deep learning and you want to level up, then this book is what you need! What You Will Learn * Set up R packages for neural networks and deep learning * Understand the core concepts of artificial neural networks * Understand neurons, perceptrons, bias, weights, and activation functions * Implement supervised and unsupervised machine learning in R for neural networks * Predict and classify data automatically using neural networks * Evaluate and fine-tune the models you build. In Detail Neural networks are one of the most fascinating machine learning models for solving complex computational problems efficiently. Neural networks are used to solve wide range of problems in different areas of AI and machine learning. This book explains the niche aspects of neural networking and provides you with foundation to get started with advanced topics. The book begins with neural network design using the neural net package, then you'll build a solid foundation knowledge of how a neural network learns from data, and the principles behind it. This book covers various types of neural network including recurrent neural networks and convoluted neural networks. You will not only learn how to train neural networks, but will also explore generalization of these networks. Later we will delve into combining different neural network models and work with the real-world use cases. By the end of this book, you will learn to implement neural network models in your applications with the help of practical examples in the book. Style and approach A step-by-step guide filled with real-world practical examples.

Machine Learning With Go (Paperback): Daniel Whitenack Machine Learning With Go (Paperback)
Daniel Whitenack
R1,465 Discovery Miles 14 650 Ships in 10 - 15 working days

Build simple, maintainable, and easy to deploy machine learning applications. About This Book * Build simple, but powerful, machine learning applications that leverage Go's standard library along with popular Go packages. * Learn the statistics, algorithms, and techniques needed to successfully implement machine learning in Go * Understand when and how to integrate certain types of machine learning model in Go applications. Who This Book Is For This book is for Go developers who are familiar with the Go syntax and can develop, build, and run basic Go programs. If you want to explore the field of machine learning and you love Go, then this book is for you! Machine Learning with Go will give readers the practical skills to perform the most common machine learning tasks with Go. Familiarity with some statistics and math topics is necessary. What You Will Learn * Learn about data gathering, organization, parsing, and cleaning. * Explore matrices, linear algebra, statistics, and probability. * See how to evaluate and validate models. * Look at regression, classification, clustering. * Learn about neural networks and deep learning * Utilize times series models and anomaly detection. * Get to grip with techniques for deploying and distributing analyses and models. * Optimize machine learning workflow techniques In Detail The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the reader understand how machine learning workflows are being applied in real-world scenarios. Machine Learning with Go shows readers how to be productive in machine learning while also producing applications that maintain a high level of integrity. It also gives readers patterns to overcome challenges that are often encountered when trying to integrate machine learning in an engineering organization. The readers will begin by gaining a solid understanding of how to gather, organize, and parse real-work data from a variety of sources. Readers will then develop a solid statistical toolkit that will allow them to quickly understand gain intuition about the content of a dataset. Finally, the readers will gain hands-on experience implementing essential machine learning techniques (regression, classification, clustering, and so on) with the relevant Go packages. Finally, the reader will have a solid machine learning mindset and a powerful Go toolkit of techniques, packages, and example implementations. Style and approach This book connects the fundamental, theoretical concepts behind Machine Learning to practical implementations using the Go programming language.

Deep Learning with PyTorch - A practical approach to building neural network models using PyTorch (Paperback): Vishnu... Deep Learning with PyTorch - A practical approach to building neural network models using PyTorch (Paperback)
Vishnu Subramanian
R1,192 Discovery Miles 11 920 Ships in 10 - 15 working days

Build neural network models in text, vision and advanced analytics using PyTorch Key Features Learn PyTorch for implementing cutting-edge deep learning algorithms. Train your neural networks for higher speed and flexibility and learn how to implement them in various scenarios; Cover various advanced neural network architecture such as ResNet, Inception, DenseNet and more with practical examples; Book DescriptionDeep learning powers the most intelligent systems in the world, such as Google Voice, Siri, and Alexa. Advancements in powerful hardware, such as GPUs, software frameworks such as PyTorch, Keras, Tensorflow, and CNTK along with the availability of big data have made it easier to implement solutions to problems in the areas of text, vision, and advanced analytics. This book will get you up and running with one of the most cutting-edge deep learning libraries-PyTorch. PyTorch is grabbing the attention of deep learning researchers and data science professionals due to its accessibility, efficiency and being more native to Python way of development. You'll start off by installing PyTorch, then quickly move on to learn various fundamental blocks that power modern deep learning. You will also learn how to use CNN, RNN, LSTM and other networks to solve real-world problems. This book explains the concepts of various state-of-the-art deep learning architectures, such as ResNet, DenseNet, Inception, and Seq2Seq, without diving deep into the math behind them. You will also learn about GPU computing during the course of the book. You will see how to train a model with PyTorch and dive into complex neural networks such as generative networks for producing text and images. By the end of the book, you'll be able to implement deep learning applications in PyTorch with ease. What you will learn Use PyTorch for GPU-accelerated tensor computations Build custom datasets and data loaders for images and test the models using torchvision and torchtext Build an image classifier by implementing CNN architectures using PyTorch Build systems that do text classification and language modeling using RNN, LSTM, and GRU Learn advanced CNN architectures such as ResNet, Inception, Densenet, and learn how to use them for transfer learning Learn how to mix multiple models for a powerful ensemble model Generate new images using GAN's and generate artistic images using style transfer Who this book is forThis book is for machine learning engineers, data analysts, data scientists interested in deep learning and are looking to explore implementing advanced algorithms in PyTorch. Some knowledge of machine learning is helpful but not a mandatory need. Working knowledge of Python programming is expected.

Better Life and Business - Cell, Brain, Mind and Sex Universal Laws (Paperback): Branko Sou?ek Better Life and Business - Cell, Brain, Mind and Sex Universal Laws (Paperback)
Branko Souček
R2,758 Discovery Miles 27 580 Ships in 10 - 15 working days
Artificial Neural Networks, Dynamical Systems and Self-Organization (Paperback): Marialessia Musumeci, Rita Maria Rosa Pizzi Artificial Neural Networks, Dynamical Systems and Self-Organization (Paperback)
Marialessia Musumeci, Rita Maria Rosa Pizzi
R234 Discovery Miles 2 340 Ships in 10 - 15 working days
Deep Learning By Example - A hands-on guide to implementing advanced machine learning algorithms and neural networks... Deep Learning By Example - A hands-on guide to implementing advanced machine learning algorithms and neural networks (Paperback)
Ahmed Menshawy
R1,267 Discovery Miles 12 670 Ships in 10 - 15 working days

Grasp the fundamental concepts of deep learning using Tensorflow in a hands-on manner Key Features Get a first-hand experience of the deep learning concepts and techniques with this easy-to-follow guide Train different types of neural networks using Tensorflow for real-world problems in language processing, computer vision, transfer learning, and more Designed for those who believe in the concept of 'learn by doing', this book is a perfect blend of theory and code examples Book DescriptionDeep learning is a popular subset of machine learning, and it allows you to build complex models that are faster and give more accurate predictions. This book is your companion to take your first steps into the world of deep learning, with hands-on examples to boost your understanding of the topic. This book starts with a quick overview of the essential concepts of data science and machine learning which are required to get started with deep learning. It introduces you to Tensorflow, the most widely used machine learning library for training deep learning models. You will then work on your first deep learning problem by training a deep feed-forward neural network for digit classification, and move on to tackle other real-world problems in computer vision, language processing, sentiment analysis, and more. Advanced deep learning models such as generative adversarial networks and their applications are also covered in this book. By the end of this book, you will have a solid understanding of all the essential concepts in deep learning. With the help of the examples and code provided in this book, you will be equipped to train your own deep learning models with more confidence. What you will learn Understand the fundamentals of deep learning and how it is different from machine learning Get familiarized with Tensorflow, one of the most popular libraries for advanced machine learning Increase the predictive power of your model using feature engineering Understand the basics of deep learning by solving a digit classification problem of MNIST Demonstrate face generation based on the CelebA database, a promising application of generative models Apply deep learning to other domains like language modeling, sentiment analysis, and machine translation Who this book is forThis book targets data scientists and machine learning developers who wish to get started with deep learning. If you know what deep learning is but are not quite sure of how to use it, this book will help you as well. An understanding of statistics and data science concepts is required. Some familiarity with Python programming will also be beneficial.

Practical Convolutional Neural Networks - Implement advanced deep learning models using Python (Paperback): Mohit Sewak, Md.... Practical Convolutional Neural Networks - Implement advanced deep learning models using Python (Paperback)
Mohit Sewak, Md. Rezaul Karim, Pradeep Pujari
R1,063 Discovery Miles 10 630 Ships in 10 - 15 working days

One stop guide to implementing award-winning, and cutting-edge CNN architectures Key Features Fast-paced guide with use cases and real-world examples to get well versed with CNN techniques Implement CNN models on image classification, transfer learning, Object Detection, Instance Segmentation, GANs and more Implement powerful use-cases like image captioning, reinforcement learning for hard attention, and recurrent attention models Book DescriptionConvolutional Neural Network (CNN) is revolutionizing several application domains such as visual recognition systems, self-driving cars, medical discoveries, innovative eCommerce and more.You will learn to create innovative solutions around image and video analytics to solve complex machine learning and computer vision related problems and implement real-life CNN models. This book starts with an overview of deep neural networkswith the example of image classification and walks you through building your first CNN for human face detector. We will learn to use concepts like transfer learning with CNN, and Auto-Encoders to build very powerful models, even when not much of supervised training data of labeled images is available. Later we build upon the learning achieved to build advanced vision related algorithms for object detection, instance segmentation, generative adversarial networks, image captioning, attention mechanisms for vision, and recurrent models for vision. By the end of this book, you should be ready to implement advanced, effective and efficient CNN models at your professional project or personal initiatives by working on complex image and video datasets. What you will learn From CNN basic building blocks to advanced concepts understand practical areas they can be applied to Build an image classifier CNN model to understand how different components interact with each other, and then learn how to optimize it Learn different algorithms that can be applied to Object Detection, and Instance Segmentation Learn advanced concepts like attention mechanisms for CNN to improve prediction accuracy Understand transfer learning and implement award-winning CNN architectures like AlexNet, VGG, GoogLeNet, ResNet and more Understand the working of generative adversarial networks and how it can create new, unseen images Who this book is forThis book is for data scientists, machine learning and deep learning practitioners, Cognitive and Artificial Intelligence enthusiasts who want to move one step further in building Convolutional Neural Networks. Get hands-on experience with extreme datasets and different CNN architectures to build efficient and smart ConvNet models. Basic knowledge of deep learning concepts and Python programming language is expected.

Machine Learning - An Introduction to Supervised & Unsupervised Learning Algorithms (Paperback): Michael Colins Machine Learning - An Introduction to Supervised & Unsupervised Learning Algorithms (Paperback)
Michael Colins
R378 Discovery Miles 3 780 Ships in 10 - 15 working days
Math For Deep Learning - What You Need to Know to Understand Neural Networks (Paperback): Ron Kneusel Math For Deep Learning - What You Need to Know to Understand Neural Networks (Paperback)
Ron Kneusel
R1,126 R913 Discovery Miles 9 130 Save R213 (19%) Ships in 12 - 17 working days

With Math for Deep Learning, you'll learn the essential mathematics used by and as a background for deep learning. You'll work through Python examples to learn key deep learning related topics in probability, statistics, linear algebra, differential calculus, and matrix calculus as well as how to implement data flow in a neural network, backpropagation, and gradient descent. You'll also use Python to work through the mathematics that underlies those algorithms and even build a fully-functional neural network. In addition you'll find coverage of gradient descent including variations commonly used by the deep learning community: SGD, Adam, RMSprop, and Adagrad/Adadelta.

Context-Aware Systems and Applications (Hardcover): Gannon Curran Context-Aware Systems and Applications (Hardcover)
Gannon Curran
R3,695 R3,335 Discovery Miles 33 350 Save R360 (10%) Ships in 10 - 15 working days
Deep Learning: Practical Neural Networks with Java (Paperback): Yusuke Sugomori, Bostjan Kaluza, Fabio M. Soares, Alan M. F.... Deep Learning: Practical Neural Networks with Java (Paperback)
Yusuke Sugomori, Bostjan Kaluza, Fabio M. Soares, Alan M. F. Souza
R2,327 Discovery Miles 23 270 Ships in 10 - 15 working days

Build and run intelligent applications by leveraging key Java machine learning libraries About This Book * Develop a sound strategy to solve predictive modelling problems using the most popular machine learning Java libraries. * Explore a broad variety of data processing, machine learning, and natural language processing through diagrams, source code, and real-world applications * This step-by-step guide will help you solve real-world problems and links neural network theory to their application Who This Book Is For This course is intended for data scientists and Java developers who want to dive into the exciting world of deep learning. It will get you up and running quickly and provide you with the skills you need to successfully create, customize, and deploy machine learning applications in real life. What You Will Learn * Get a practical deep dive into machine learning and deep learning algorithms * Explore neural networks using some of the most popular Deep Learning frameworks * Dive into Deep Belief Nets and Stacked Denoising Autoencoders algorithms * Apply machine learning to fraud, anomaly, and outlier detection * Experiment with deep learning concepts, algorithms, and the toolbox for deep learning * Select and split data sets into training, test, and validation, and explore validation strategies * Apply the code generated in practical examples, including weather forecasting and pattern recognition In Detail Machine learning applications are everywhere, from self-driving cars, spam detection, document search, and trading strategies, to speech recognitionStarting with an introduction to basic machine learning algorithms, this course takes you further into this vital world of stunning predictive insights and remarkable machine intelligence. This course helps you solve challenging problems in image processing, speech recognition, language modeling. You will discover how to detect anomalies and fraud, and ways to perform activity recognition, image recognition, and text. You will also work with examples such as weather forecasting, disease diagnosis, customer profiling, generalization, extreme machine learning and more. By the end of this course, you will have all the knowledge you need to perform deep learning on your system with varying complexity levels, to apply them to your daily work. The course provides you with highly practical content explaining deep learning with Java, from the following Packt books: 1. Java Deep Learning Essentials 2. Machine Learning in Java 3. Neural Network Programming with Java, Second Edition Style and approach This course aims to create a smooth learning path that will teach you how to effectively use deep learning with Java with other de facto components to get the most out of it. Through this comprehensive course, you'll learn the basics of predictive modelling and progress to solve real-world problems and links neural network theory to their application

Artificial Neural Network Applications for Software Reliability Prediction (Hardcover): M Bisi Artificial Neural Network Applications for Software Reliability Prediction (Hardcover)
M Bisi
R5,241 Discovery Miles 52 410 Ships in 10 - 15 working days

This book provides a starting point for software professionals to apply artificial neural networks for software reliability prediction without having analyst capability and expertise in various ANN architectures and their optimization. Artificial neural network (ANN) has proven to be a universal approximator for any non-linear continuous function with arbitrary accuracy. This book presents how to apply ANN to measure various software reliability indicators: number of failures in a given time, time between successive failures, fault-prone modules and development efforts. The application of machine learning algorithm i.e. artificial neural networks application in software reliability prediction during testing phase as well as early phases of software development process are presented. Applications of artificial neural network for the above purposes are discussed with experimental results in this book so that practitioners can easily use ANN models for predicting software reliability indicators.

Computer Neural Networks on MATLAB (Paperback): Daniel Okoh Computer Neural Networks on MATLAB (Paperback)
Daniel Okoh
R552 Discovery Miles 5 520 Ships in 10 - 15 working days
Artificial Intelligence for Humans, Volume 3 - Deep Learning and Neural Networks (Paperback): Jeff Heaton Artificial Intelligence for Humans, Volume 3 - Deep Learning and Neural Networks (Paperback)
Jeff Heaton
R752 Discovery Miles 7 520 Ships in 10 - 15 working days
Make Your Own Neural Network (Paperback): Tariq Rashid Make Your Own Neural Network (Paperback)
Tariq Rashid
R1,286 Discovery Miles 12 860 Ships in 10 - 15 working days
Intelligence Emerging - Adaptivity and Search in Evolving Neural Systems (Paperback): Keith L. Downing Intelligence Emerging - Adaptivity and Search in Evolving Neural Systems (Paperback)
Keith L. Downing
R1,640 Discovery Miles 16 400 Ships in 10 - 15 working days

An investigation of intelligence as an emergent phenomenon, integrating the perspectives of evolutionary biology, neuroscience, and artificial intelligence. Emergence-the formation of global patterns from solely local interactions-is a frequent and fascinating theme in the scientific literature both popular and academic. In this book, Keith Downing undertakes a systematic investigation of the widespread (if often vague) claim that intelligence is an emergent phenomenon. Downing focuses on neural networks, both natural and artificial, and how their adaptability in three time frames-phylogenetic (evolutionary), ontogenetic (developmental), and epigenetic (lifetime learning)-underlie the emergence of cognition. Integrating the perspectives of evolutionary biology, neuroscience, and artificial intelligence, Downing provides a series of concrete examples of neurocognitive emergence. Doing so, he offers a new motivation for the expanded use of bio-inspired concepts in artificial intelligence (AI), in the subfield known as Bio-AI. One of Downing's central claims is that two key concepts from traditional AI, search and representation, are key to understanding emergent intelligence as well. He first offers introductory chapters on five core concepts: emergent phenomena, formal search processes, representational issues in Bio-AI, artificial neural networks (ANNs), and evolutionary algorithms (EAs). Intermediate chapters delve deeper into search, representation, and emergence in ANNs, EAs, and evolving brains. Finally, advanced chapters on evolving artificial neural networks and information-theoretic approaches to assessing emergence in neural systems synthesize earlier topics to provide some perspective, predictions, and pointers for the future of Bio-AI.

The Design of a Thinking Computer (Paperback): Robert Grondalski The Design of a Thinking Computer (Paperback)
Robert Grondalski
R621 Discovery Miles 6 210 Ships in 10 - 15 working days

A computer that thinks like a person has long been the dream of computer designers. The author uses his 35 years of computer design experience to describe the mechanisms of a thinking computer. These mechanisms include recall, recognition, learning, doing procedures, speech, vision, attention, intelligence, and consciousness. Included are experiments that demonstate the mechanisms described. The experiments use software that the reader can download from the internet and run on his or her personal computer (PC). The software includes a large engram file containing knowledge we use on a daily basis. Additional experiments allow the reader to write and run new engrams. The computer architecture of the human brain is first described. Standard methods of computer design are next used to convert the architecture into thinking computer implementations spanning a range of performace levels. Lastly, the operation of a thinking computer is presented.

Neurocomputing - Learning, Architectures & Modeling (Hardcover): Elizabeth T Mueller Neurocomputing - Learning, Architectures & Modeling (Hardcover)
Elizabeth T Mueller
R2,925 Discovery Miles 29 250 Ships in 12 - 17 working days

In this book, the authors present topical research in the study of the architectures and modelling in neurocomputing. Topics discussed include a brain-computer interface for analysing investment behaviour and market stability; neural-based image segmentation architecture with execution on a GPU; EEG montages for the diagnosis of Alzheimer's disease; design and training of neural architectures using extreme learning machines and the systematic comparison of single and multiple hidden-layer neural networks.

Artificial Neural Network Modeling of Water & Wastewater Treatments Processes (Paperback, New): Ali R. Khataee, Masoud B. Kasiri Artificial Neural Network Modeling of Water & Wastewater Treatments Processes (Paperback, New)
Ali R. Khataee, Masoud B. Kasiri
R1,139 Discovery Miles 11 390 Ships in 12 - 17 working days

Artificial neural networks (ANNs) are computer based systems that are designed to simulate the learning process of neurons in the human brain. ANNs have been attracting great interest during the last decade as predictive models and pattern recognition. Artificial neural networks possess the ability to "learn" from a set of experimental data without actual knowledge of the physical and chemical laws that govern the system. Therefore, ANNs application in data treatment is high, especially where systems present non-linearities and complex behaviour. This book describes the application of artificial neural networks for modelling of water and wastewater treatment processes.

Modeling of Thermodynamic Properties of Refrigerants Using Artifical Neural Networks & Genetic Algorithm (Paperback, New): Ali... Modeling of Thermodynamic Properties of Refrigerants Using Artifical Neural Networks & Genetic Algorithm (Paperback, New)
Ali Mohebbi, Mahboobeh Taheri, Aida Nooshiravani
R1,687 R1,316 Discovery Miles 13 160 Save R371 (22%) Ships in 12 - 17 working days

Thermodynamic analysis of the refrigeration system is very complex because of the thermodynamic properties equations of working fluids, involving the solution of complex differential equations. This book provides an alternative simple approach based on artificial neural networks (ANNs) and determines the thermodynamic properties of refrigerants.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Neural Networks for Natural Language…
Sumathi S., Janani M Hardcover R7,308 Discovery Miles 73 080
Artificial Intelligence - An Essential…
Neil Wilkins Hardcover R757 R664 Discovery Miles 6 640
Wavelets In Soft Computing
Marc Thuillard Hardcover R2,974 Discovery Miles 29 740
Icle Publications Plc-Powered Data…
Polly Patrick, Angela Peery Paperback R794 Discovery Miles 7 940
Biomedical and Business Applications…
Richard S Segall, Gao Niu Hardcover R7,586 Discovery Miles 75 860
Advancements in Instrumentation and…
Srijan Bhattacharya Hardcover R7,003 Discovery Miles 70 030
Zeroing Neural Networks - Finite-time…
L. Xiao Hardcover R3,380 Discovery Miles 33 800
Explainable Neural Networks Based on…
Jozsef Dombi, Orsolya Csiszar Hardcover R4,317 Discovery Miles 43 170
Fuzzy Systems - Theory and Applications
Constantin Volosencu Hardcover R3,543 Discovery Miles 35 430
Deep Learning in Computational Mechanics…
Stefan Kollmannsberger, Davide D'Angella, … Hardcover R2,557 Discovery Miles 25 570

 

Partners