BioSymphony Exercise Python
BioSymphony Exercise Python
4. What is the sparsity of a matrix? Create a sparse matrix and find the sparsity of the
matrix.
Now compute the mean, median, and S.D. of the data. Apply MinMaxScaling
technique to compute each and every rows of Salary column.
MinMaxScaling formula = (data(salary) – minimum of data(salary))/(maximum of
data(salary)-minimum of data (salary))
6. F(x)=x^2 within an interval [0,1]. What would be the value for definite integral?
9. Two sets are present. Set A is consisting = {1,2,3,4,5}, and set B is consisting =
{4,5,6,7,8}. Now figure out the intersection points, and A-B from these two sets.
10. Define a square matrix and find out the eigenvalues and eigenvectors.
11. What do you mean by dimensionality reduction? Create a 10x10 matrix and reduce
the dimensions of the matrix where components would be 5 and print the value.
Get the mean covariance from the above dataset without using any inbuilt functions.
Find out the correlation matrix of the dataset.