initial commit
This commit is contained in:
14
Tools/LinearModelTraining/README.md
Normal file
14
Tools/LinearModelTraining/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# LinearModelTraining
|
||||
|
||||
A command line tool that creates a Model that represents:
|
||||
|
||||
f(x) = mx + b
|
||||
|
||||
and trains it against an unknown linear function. Very
|
||||
simple but illustrates:
|
||||
|
||||
- a very simple model with parameters
|
||||
- a loss function
|
||||
- the gradient
|
||||
- use of an optimizers
|
||||
- the training loop
|
||||
Reference in New Issue
Block a user