Keras – Overview of Deep learning
This chapter is about Keras Overview of Deep learning. Deep learning is an evolving subfield of machine learning. Deep learning involves analyzing the input in layer by layer manner, where…
This chapter is about Keras Overview of Deep learning. Deep learning is an evolving subfield of machine learning. Deep learning involves analyzing the input in layer by layer manner, where…
This chapter explains Keras backend configuration TensorFlow and Theano in detail. Let us go through each implementation one by one. TensorFlow TensorFlow is an open source machine learning library used…
In this chapter, we will focus on implementing supervised learning β classification. The classification technique or model attempts to get some conclusion from observed values. In classification problem, we have…
We have already studied supervised as well as unsupervised machine learning algorithms. These algorithms require formatted data to start the training process. We must create a data preparation in a…
Learning means the acquisition of knowledge or skills through study or experience. Based on this, we can define machine learning (ML) as follows β It may be defined as the…
In this chapter, we will learn how to getting started with Python. We will also understand how Python helps for AI. Why Python for AI Artificial intelligence is considered to…
Primer Concept of Artificial Intelligence (AI) This topic is about Primer Concept According to the father of Artificial Intelligence, John McCarthy, it is βThe science and engineering of making intelligent…
This topic is about AI with Python. Artificial intelligence is the intelligence demonstrated by machines, in contrast to the intelligence displayed by humans. This tutorial covers the basic concepts of…
In this chapter we will learn about Lua Game Programing. Lua is used in a lot of game engines due to its simple language structure and syntax. The garbage collection…
In this chapter we will discuss about Lua Database Access. For simple data operations, we may use files, but, sometimes, these file operations may not be efficient, scalable, and powerful.…