Tag: NumPy

#002 Linear Algebra – Linear combination of Vectors

Highlights: In this post we are going to continue our story about vectors. We will talk more about basis vectors, linear combination of vectors and what is the span of vectors. We provide a code examples to demonstrate how to work with vectors in Python. Tutorial Overview: Basis vectors \(\hat{i}\) and \(\hat{j}\) Different basis vectors Linear combination of vectors What is a span of vectors? Linearly independent and dependent vectors 1. Basis vectors \(\hat{i}\) and…
Read more

#002 Python kao najbolji alat za Data Scientist-a

Python vs R U Data Science-u stvari se veoma brzo menjaju. U 2015. godini popularni sajt za Data Science online obuku nudio je isključivo obuku za programski jezik R. Procene pokazuju da je Python u 2017. godini traženiji kada je u pitanju Machine Learning. Svakako za uspešnog Data Scientiest-a neophodno je poznavati oba programska jezika.  Obzirom da dataHacker prati svetske trendove, kao radno okruženje koristićemo distribuciju Python Anaconda u kreiranju ovog bloga. Python koristimo u Jupyter Notebook-u. Za…
Read more