Posts

MACHINE LEARNING

Image
WHAT IS MEANT BY MACHINE LEARNING           Machine learning  is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. WHAT ARE THE BEST PROGRAMMING LANGUAGES          1.Python  Highly rated machine-learning repositories.        . 2.C++ Highly rated machine-learning repositories.         3.JAVA SCRIPT - highly rated machine learning         4.Java           5.C#            6.Julia         7.Shell          8.R WHAT IS MACHINE LEARNING EXAMPLES       The   few  examples  of  machine learning  that we use everyday and perhaps have no idea that they are driven by       ML. Siri  Alex ,a Google N...

A BASIC INTRODUCTION TO NEURAL NETWORKS

Image
WHAT IS A NEURAL NETWORK?                    The simplest definition of the neural network is " a computing system made up of a number of simple, highly interconnected processing elements, which process information by their dynamic state response to external inputs.'   BASIC OF NEURAL NETWORKS                    Neural networks are typically organized in layers.  Layers are made up of a number of interconnected 'nodes' which contain an 'activation function'. Patterns are presented to the network via the ' input layer', which communicates to one or more 'hidden layers' where the actual processing is done via system of weighted 'connections'.  the hidden layers then link to an 'output' layer' where the answer is output.       WHY STUDY NEURAL NETWORKS ?                              T...