Learning of a Log-linear model using Gradient Descent
                    Version 1.0.0.0 (1.02 KB) by  
                  Nathalie Cauchi
                
                
                  The code implements the gradient descent algorithm to learn the log linear model of the OR function
                
                  
              The code implements the gradient descent algorithm to learn the log linear model of the OR function below:
x_0 x_1 C_k
1    1   1
0    1   1
1    0   1
0    0   0
using the following feature map:
\phi(x,C_k) = [ (x_0 =1 & C_k = 1), x_1 = 1 & C_k = 1, C_k = 1];
Cite As
Nathalie Cauchi (2025). Learning of a Log-linear model using Gradient Descent (https://au.mathworks.com/matlabcentral/fileexchange/58278-learning-of-a-log-linear-model-using-gradient-descent), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
              Created with
              R2015b
            
            
              Compatible with any release
            
          Platform Compatibility
Windows macOS LinuxCategories
      Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
    
  Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | 
