Search Results for: Reduced size models
chollet, a google engineer. keras doesn't handle low-level computation. instead, it uses another library to do it, called the "backend. so keras is high-level api wrapper for the low-level api, capable of running on top of tensorflow, cntk, or theano. keras high-level api handles the way we make models
, defining layers, or set up multiple input-output models. in this level, keras also compiles our model with loss and optimizer functions, training process with fit function. keras doesn't handle low-level api such as making the computational graph, making tensors or other variables because it has been...
https://www.guru99.com/keras-tutorial.html