| relu | |
| sigmoid | mainly used for binary classification |
| softmax | |
| softplus | |
| tanh | |
| selu | |
| elu | |
| expoenential |
Friday, January 29, 2021
Saturday, January 23, 2021
| Steps in Tensorflow ML Program | ||
| 1 | Create Model | Create a Sequential model using Dense Layers or Convolutional Layers |
| 2 | Compile Model | Compile the model by specifying Optimizer and Loss function |
| 3 | Load the Dataset | |
| 4 | Train the model | Call model.fit by giving the training set. |
| 5 | Evaluate | Know the accuracy and loss |
| 6 | Predict | |
| 7 | Display Output | |
Subscribe to:
Posts (Atom)
Data Types in C# and other languages
The following reference table compares commonly used C# numeric, scientific computing, and AI-oriented data types with their equivalents ...