Skip to content

Commit ee17cfb

Browse files
authored
Update README.md (andrewekhalel#14)
Added new questions
1 parent 1949a5e commit ee17cfb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,13 @@ Bayesian statistics, on the other hand, is a framework that uses prior knowledge
404404

405405
The main difference is that Bayesian statistics incorporates prior knowledge and beliefs into the analysis, while frequentist statistics doesn't.
406406

407+
### 66) What is the basic difference between LSTM and Transformers? [[src]](https://blog.finxter.com/transformer-vs-lstm/#:~:text=LSTM%20models%20consist%20of%20RNN,feed-forward%20neural%20network%20components.)
408+
LSTMs (Long Short Term Memory) models consist of RNN cells designed to store and manipulate information across time steps more efficiently. In contrast, Transformer models contain a stack of encoder and decoder layers, each consisting of self attention and feed-forward neural network components.
409+
410+
### 66) What are RCNNs? [[src]](https://towardsdatascience.com/learn-rcnns-with-this-toy-dataset-be19dce380ec)
411+
Recurrent Convolutional model is a model that is specially designed to make predictions using a sequence of images (more commonly also know as video). These models are used in object detection tasks in computer vision. The RCNN approach combines both region proposal techniques and convolutional neural networks (CNNs) to identify and locate objects within an image.
412+
413+
407414
## Contributions
408415
Contributions are most welcomed.
409416
1. Fork the repository.
@@ -413,4 +420,4 @@ Contributions are most welcomed.
413420
## Preparation Resources
414421
1. [All of Statistics: A Concise Course in Statistical Inference](https://amzn.to/3r87WGa) by Larry Wasserman
415422
2. [Machine Learning](https://amzn.to/3RdiFK3) by Tom Mitchell
416-
3. [Designing Machine Learning Systems: An Iterative Process for Production-Ready Applications](https://amzn.to/3LiVgD2) by Chip Huyen
423+
3. [Designing Machine Learning Systems: An Iterative Process for Production-Ready Applications](https://amzn.to/3LiVgD2) by Chip Huyen

0 commit comments

Comments
 (0)