You're building a system that needs to store vast amounts of unstructured data, like user posts, images, and comments. Which type of database would be the best fit for this use case?
- Relational Database
- Document Database
- Graph Database
- Key-Value Store
A document database, like MongoDB, is well-suited for storing unstructured data with variable schemas, making it an ideal choice for use cases involving user posts, images, and comments.
Loading...
Related Quiz
- In the context of outlier detection, what is the commonly used plot to visually detect outliers in a single variable?
- Overfitting can also be controlled by reducing the _______ of the neural network, which refers to the number of nodes and layers.
- Regularization techniques add a _______ to the loss function to constrain the magnitude of the model parameters.
- In NLP, which technique allows a model to pay different amounts of attention to different words when processing a sequence?
- To prevent overfitting in neural networks, the _______ technique can be used, which involves dropping out random neurons during training.