dlpy.applications.SpeechRecognition¶
-
dlpy.applications.
SpeechRecognition
(conn, model_table='acoustic_model', neurons=10, n_blocks=3, rnn_type='gru')¶ Generates a speech recognition model.
Parameters: - conn : CAS
Specifies the CAS connection object.
- model_table : string, optional
Specifies the name of CAS table to store the model.
- neurons : int, optional
Specifies the number of neurons to be in each layer.
Default: 10- n_blocks : int, optional
Specifies the number of bidirectional blocks to be added to the model.
Default: 3- rnn_type : string, optional
Specifies the type of the rnn layer.
Default: GRU
Valid Values: RNN, LSTM, GRU
Returns: