- In most learning networks, error is calculated as the difference between the actual output and the predicted output.
- The error function is which tells us how far are we from the solution.
- The function that is used to compute this error is known as loss function.
- Different loss functions will give different errors for the same prediction and thus would have a considerable effort on the performance of the model.
Showing posts with label Data Science. Show all posts
Showing posts with label Data Science. Show all posts
Wednesday, January 29, 2020
Error functions
Thursday, January 23, 2020
Monday, October 28, 2019
Monday, February 25, 2019
Impact of scaling and shifting random variables
To make training the network easier, we standardize each of the continuous variables. That is, we'll shift and scale the variables such that they have zero mean and a standard deviation of 1.
The scaling factors are saved so we can go backwards when we use the network for predictions.
SHIFTING
If we have one random variable, that is constructed by adding a constant to another random variable
- We would shift the mean by that constant
- It would not shift the standard deviation
Thursday, January 11, 2018
Quick review of machine learning algorithms
These are some of the important machine learning algorithms
Decision tree
- Belongs to the family of supervised learning algorithms.
- Can be used for solving regression and classification problems too.The general motive of using
- Decision Tree is to create a training model which can use to predict class or value of target variables by learning decision rules inferred from prior data(training data)
Ex : Banker deciding whether to grant a loan.
Subscribe to:
Posts (Atom)
Labels
- Algorithms (52)
- Apache Kafka (7)
- Apache Spark (21)
- Architecture (8)
- Arrays (23)
- Big Data (98)
- Cloud services (6)
- Cognitive technologies (12)
- Data Analytics (3)
- Data Science (6)
- Design (1)
- Hadoop (26)
- Hive (11)
- Java (2)
- JavaScript (65)
- JavaScript Run-time (12)
- Machine learning (11)
- Maths (6)
- MySQL (1)
- Networking (3)
- No SQL (2)
- Node (20)
- Python (28)
- SQL (40)
- Security (4)
- Spark Grpahx (1)
- Spark MLlib (1)
- Spark Sql (3)
- Spark Streaming (4)
- Sqoop (2)
- Strings (13)
- devOps (1)
- mongoDb (2)
- ssis (3)