source: unsplash

DLPreq#01 NumPy 101.01

Mayurkumar Patel
2 min readMar 25, 2019

AI is the trending topic today and everyone is interested to contribute in this game. The most wrong thing they can do (as most of do) is, to start learning deep learning. They dive into the sea where they don’t know, how to swim and guess what will happen. Yes, you got it right, they sink. They sink into the vast sea of Deep Learning and switch back to their original job. I will try to become the Light House for such players. In this course Deep Learning Prerequisites, we will focus on the basics required to dive deep in deep learning with real challenges. On the side notes, we don’t need lots of basics to deep dive. Let’s begin.

Here is the challenge:

We have a spreadsheet with SUZLON stock data for seven days. The challenge is we want a heatmap image as a part of stock market prediction project.

Hint: You need to find the maximum from each column and divide each cell in that column with it and then use that data to generate a heatmap image. CSV file is here: https://raw.githubusercontent.com/charusat09/stock_market_prediction/master/suzlong_test_data.csv

Solution:

I will suggest solving the above challenge by yourself first. Give a try at least and then refer the following solution.

https://colab.research.google.com/drive/1tdFvBvTllr3Uetn9-z0tJEt12_RZItKX

About Author

Mayur is a Deep Learning Enthusiast who want to solve the real world problems with real technology. Thank you for reading my article.

Please subscribe to my newsletter programme to get updates regarding my upcoming posts.

Glossary:

They: Most of the sample. Not every one
Deep Learning: Deep Learning and Machine Learning

--

--

Mayurkumar Patel

helping companies to take the stress out of software development and make their business shine.