This technical blog is my own collection of notes , articles , implementations and interpretation of referred topics in coding, programming, data analytics , data science , data warehousing , Cloud Applications and Artificial Intelligence . Feel free to explore my blog and articles for reference and downloads . Do subscribe , like , share and comment ---- Vivek Dash
Monday, July 12, 2021
Friday, July 9, 2021
Infographic Note on Introduction to Machine Learning using PyTorch with sample questions and answers
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 ?