Friday, July 9, 2021

Infographic Note on Introduction to Machine Learning using PyTorch with sample questions and answers on related concepts - part 02

 


Infographic Note on Introduction to Machine Learning using PyTorch with sample questions and answers

 


An Infographic Note Steps to follow for Installation of Pytorch Software over Jupyter Notebook

 


Infographic Note on difference between Pytorch and Tensorflow with respect to their features and provisions

 




Thursday, July 8, 2021

Infographic Note on Numpy Arrays in Python with Questions and Answers on procedure to handle random numbers in an Array or Matrix Data Structure

 

Discussed the following questions in the above post :

Q1)If a programmer does not know the last number or position , then how can a programmer show the last position element of an array in Numpy ?

Q2) Using Slicing mechanism , retrieve the first two elements of the numpy array ?

Q3) Using Slicing mechanism , retrieve the last two elements of the numpy array ?

Infographic Note on Numpy Arrays in Python with Questions and Answers on Random Numeric Data Creation and Data Retrieval upon positional indexes

 


Discussed the following questions in the above post :

Q1) Give an example of SEED function and how to use it .

Q2) What is One-Dimensional indexing ?

Q3) Print first , last position elements of a Numpy Array

Q4) Print seond , third position elements of a Numpy Array

Q5) How to identify last number of numpy array ?