Basic question

I understand the philosophy of the instructor to get going rapidly to create sophisticated models.
However can you advise me how to use fastai to generate a simple model, maybe a three layer model with CNN and RNN.

1 Like

CNNs and RNNs are covered extensively in parts 1 and 2. It really is worthwhile to get a sense as to why different architectures are needed though.

Best of luck and don’t hesitate to ask questions.

Just a simple thing to point out: a “three layer model with CNN and RNN” is not a simple model :smiley:

2 Likes

I have a good grasp of the theory. But could you provide ten lines in fastai that show how to configure this.
For example in Keras, the lines could be:
model.add(Dense,10,1,3)
model.add(Dense,10,1,3)