I have followed the guideline to querying the data from the SEDE
SELECT Id, CreationDate, Tags
FROM posts
WHERE PostTypeId = 1;
I expected to have more data related to deep learning in the tags.
However, I only get 32 ids that has deep-learning tags, and I found out that SEDE only limit to 50000 result. Any way to solve this?