Detect patter and data prediction

Hello everyone,

I have a question about my personal project.

I am a newbie in AI and all the neural networks.

my project is a graphical visualization of the passage frequency in the Paris Metro. I stock my data in a Cassandra database, with the total by station by day and an another table for the total by day on all the stations. I hope this is compressible …

my question is about, what PyTorch technology can help me to detect the pattern in the past passage frequencies by day (for example: on the weekend 30% less than the week) and re product this pattern for the future, (soon future)

the idea is to know the future frequencies and add it the data like, mobile application research to anticipate the mass displacements for example.

I hope you got ideas about what technologies i can use for my project.

have a good day !