How can I denote Time complexity and Space complexity in terms of Big O notation when I have total memory and total parameters.(See Figure)

4 views (last 30 days)
I am asked to do a time and space complexity analysis of the model whose detail is in the figure. I have calculated the total memory and total number of parameters. So how can I denote (or write) the time and space complexity now? Something like Time complexity = O(_) and Space complexity = O(_). Also how can I calculate FLOPs from this data?

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!