Vigyata.AI
Is this your channel?

Python Numpy Tutorial - 5 ... Random Array/Module || np.random( )

764 views· 18 likes· 18:59· Dec 7, 2022

🛍️ Products Mentioned (3)

Full Numpy Playlist - https://www.youtube.com/playlist?list=PLy3lFw0OTluv2B7VgreJWX72r6OXwkxQe Get - Python Numpy Commands Notes (Rs.25) - https://rzp.io/l/numpynotes ----------------------------------------- !! Numpy Random Module !! The Random Module contain the functions which are used for generating random numbers. 1. Random Function - It returns random float number(s) between 0 and 1. 2. Randint Function - It generates random integer number(s) between given range. - By default, the range starts from 0. - The numbers can repeat. 3. Rand Function - It returns random float number(s) between 0 and 1. 4. Randn Function - It returns random float numbers (postive and negative both) in the form of array. 5. Uniform Function - It returns random float number(s) between the given range of values. - The random numbers can't repeat. - By default, the range starts from 0. - If nothing is passed in (), it will return a float number between 0 and 1. 6. Choice Function - It returns random integer number(s) from the given sequence. - The range starts from 0 by default. - If only 1 element is passed, then it will return a number between 0 and that element. - By default, replace = True , which means the numbers can repeat. * ndim - to check the dimension of the array * shape - to check the shape of the array * size - to check the size of the array ------------------------------------------ Buy 'Data Analyst - Self Study Material' ( Rs.450 ) - https://rzp.io/l/dslstudymaterial ------------------------------------------------ Python Pandas Notes ( Rs.99 ) - https://rzp.io/l/pandas-notes ------------------------------------------- Contact Mail Id : datasciencelovers@gmail.com ------------------------------------------ 🇮🇳 DATA SCIENCE LOVERS 🧡💛💚 ------------------------------------------- You must check our projects videos : Project 8 - https://youtu.be/b7Kd0fLwgO4 Project 7 - https://youtu.be/AO5uhxa1R84 Project 6 - https://youtu.be/e1zKFSrKeLs Project 5 - https://youtu.be/q-Omt6LgRLc Project 4 - https://youtu.be/89eYAAPyRfo Project 3 - https://youtu.be/GyUbo45mVSE Project 2 - https://www.youtube.com/watch?v=fhiUl7f5DnI Project 1 - https://youtu.be/4hYOkHijtNw #python #dataanalytics #numpy

🎬 More from DATA SCIENCE LOVERS