Author: zakilive

12
May
2020

Exercise Sheet 4

Data Mining Methods: Unit 4 Correlation and Simple Linear Regression Interpretation of the correlation coefficient Possible range:…

06
May
2020

Wrtie your next 3 hours task on paper. Jiid

03
May
2020

Data Preprocessing/Exercise Sheet 2

Theory: Data Preprocessing in the Data Mining Process: The data mining/KDD process Why data preprocessing? Issues in…

28
Apr
2020

R programming

R: Manipulation of Vectors and Numbers Vectors and Assignment Extraction of Elements from VectorsMatrices Basic Manipulations The…

25
Apr
2020

Math Update Sommer Semester

https://www.youtube.com/watch?v=6kScLENCXLg https://www.mathsisfun.com/calculus/implicit-differentiation.html https://www.mathway.com/popular-problems/Algebra/200043  

19
Apr
2020

Pyhton as a new beginning

phone_numbers={“John Smith”:”+37682″,”Marry Simpsons”:”+42399″} for pair in phone_numbers.items(): print(“{} has a phone number and it is {}”.format(pair[0],pair[1])) Same…