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
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 Array and Matrix Creation and Data Retrieval
Q1) Print range between 1 to 20 and show 5 integer random numbers
Q2) Print range between 1 to 100 and show 10 random integer numbers
Q3) Print range between 1 to 1000 and show 20 random integer numbers
Q4) Print a matrix with range between random number - 5 rows and 5 cols integer random numbers
Q5) Print a matrix range between random number - 10 rows and 6 cols integer random numbers in a matrix format