Search found 1 match
- Wed Jul 08, 2020 9:43 am
- Forum: Deep Learning Prerequisites: The Numpy Stack in Python
- Topic: Matplotlib exercise
- Replies: 9
- Views: 2690
Re: Matplotlib exercise
i wrote the program in a simplified version , let me know what you guys think! #importing library import numpy as np import matplotlib.pyplot as plt # generating an array using random function x = np.random.random((1200,2)) #at the end of we have a 2D array with combination of all 4 quadrants # this...