Subscribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT, SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..
Batch
Date: Nov
23rd @10:00AM
Faculty: Mr. Vamsi Krishna
(22+ Yrs of Exp,.. & DATA SCIENCE Expert)
(Certified on AI & ML from IIIT Hyderabad)
Duration : 2 Hours
Venue
:
DURGA SOFTWARE SOLUTIONS,
Flat No : 202,
2nd Floor,
HUDA Maitrivanam,
Ameerpet, Hyderabad - 500038
Ph.No: +91 - 8885252627, 9246212143, 80 96 96 96 96
Syllabus:
NumPy for AI
NumPy :
Working with 1 Dimmensional Arrays
Working with Multi Dimmensional Arrays
Manipulations with Ndarray
Indexing the Arrays
Slicing the Arrays
Generating sequence of Numbers using numpy.arange() & numpy.linspace()
Reshaping the Arrays using the reshape() Method
Generating array with 0's using np.zeros() and np.zeros_like()
Generating array with 1's using np.ones() and np.ones_like()
Generating an Identity array with the given shape using numpy.identity()
Creating and Manipulations with Matrix
Generating Random Numbers using random() or random_sample()
Generating Random Integers using random() or randint()
Using of randn() and choice()
Handling of Images using Numpy Arrays
Usage of Numpy in Real Time Applications