Anonymous

Changes

From Pumping Station One
no edit summary
Line 1: Line 1:  +
UNDER CONSTRUCTION - SORRY BUSY AS A MOFO
 
'''Artificial Neural Networks (ANN)''' (or more commonly known as '''Artificial Intelligence''') have become the most prominent research topic in modern computer science as we are entering the golden age of A.I., the use of machine learning and deep learning have become a common use for practical and intensive purposes.  
 
'''Artificial Neural Networks (ANN)''' (or more commonly known as '''Artificial Intelligence''') have become the most prominent research topic in modern computer science as we are entering the golden age of A.I., the use of machine learning and deep learning have become a common use for practical and intensive purposes.  
   Line 5: Line 6:  
'''Artificial Neural Networks'''  are simple to complex series of data representation within a network that changes according the certain algorithms applied with the phases of the structure. The artificial neural network was initially inspired by biological neural networks and their functions of processing input and output data. Within A.I. the biological 'neurons' are represented as '''nodes''' within an ANN which are systems of interconnected points exchanging messages between one another and have numeric weights/constraints applied to them that allow these neural nets to adapt/alter input data thus creating the Artificial Intelligence's ability to "learn".  
 
'''Artificial Neural Networks'''  are simple to complex series of data representation within a network that changes according the certain algorithms applied with the phases of the structure. The artificial neural network was initially inspired by biological neural networks and their functions of processing input and output data. Within A.I. the biological 'neurons' are represented as '''nodes''' within an ANN which are systems of interconnected points exchanging messages between one another and have numeric weights/constraints applied to them that allow these neural nets to adapt/alter input data thus creating the Artificial Intelligence's ability to "learn".  
   −
These nodes within the network can be thought of as phases within a neural net where data can be processed, stored or gathered. Information can flow readily through out these nodes and can be modified by the algorithms the architect chooses to weigh on them.  
+
These nodes within the network can be thought of as phases within a neural net where data can be processed, stored or gathered. Information can flow readily throughout these nodes and can be modified by the algorithms the architect chooses to weigh on them.  
 
There are a variety of algorithms available for use within neural networks and these can be interchangeably placed depending on the structure of the ANN and what the intended use/purpose is.  
 
There are a variety of algorithms available for use within neural networks and these can be interchangeably placed depending on the structure of the ANN and what the intended use/purpose is.  
   Line 16: Line 17:       −
'''Supervised''' machine learning algorithms consists of target/outcome variables (dependent variables) which is predicted from a given set of predictors (independent variables). This means that by using these sets of variables, we generate a function that maps inputs to desired outputs. In other words, we determine which output or end result data representation.  
+
'''Supervised''' machine learning algorithms consists of target/outcome variables (dependent variables) which are predicted from a given set of predictors (independent variables). This means that by using these sets of variables, we generate a function that maps inputs to desired outputs. In other words, we determine predictable output data representation.  
    
The most common types of '''Supervised Learning''' algorithms include:  
 
The most common types of '''Supervised Learning''' algorithms include:  
Regression
+
*Regression
Random Forest
+
*Random Forest
KNN
+
*KNN
Logistic Regression  
+
*Logistic Regression  
   −
'''
  −
Regression Algorithms
     −
Random Forest Algorithms
+
==='''Regression Algorithms'''===
   −
KNN Algorithms
+
Regression algorithms are forms of analysis which create predictive modeling techniques within Supervised and Semi-Supervised Learning. This analysis estimates the relationship between the dependent variable(s) (target[s]) and independent variable(s) (predictor[s]).
   −
Logistic Regression Algorithms'''
      +
Although there are many forms of regression algorithms,the two main types of regression techniques used within Machine Learning:
 +
*'''Logistic Regression'''
 +
*''' Linear Regression'''
 +
 +
===='''Logistic Regression'''====
 +
 +
 +
===='''Linear Regression'''====
 +
 +
==='''Random Forest Algorithms'''===
 +
 +
==='''KNN Algorithms'''===
 +
 +
==='''Logistic Regression Algorithms'''===
      Line 47: Line 59:  
'''Apriori''' algorithm
 
'''Apriori''' algorithm
 
'''K-means'''algorithms
 
'''K-means'''algorithms
 +
 +
==Designing the Structure for your Neural Network==
 +
 +
==MathWorks, TensorFlow & Other Tool Use for Artificial Intelligence.==
 
== Deep Learning Neural Networks ==  
 
== Deep Learning Neural Networks ==  
  
Cookies help us deliver our services. By using our services, you agree to our use of cookies.