Those who create Machine Learning and advanced analytics models know very well that very important computing power is required to create and implement robust and efficient models. For the first stages of testing, it may be sufficient to work on your own machine, but as the size of the dataset grows, the power required for training the models can increase[…]
Read moreTag: Python
How to Transfer Your Playlists from Spotify to YouTube Music. Easy and free
If you too are fed up with all the inefficiencies of Spotify, those horrible ads shot at high volume, poor codecs, and, above all, those horrible algorithms that recommend music that has nothing to do with your tastes, then the time has come to change and move on to better service. Spotify made us fall in love, we loved it[…]
Read moreLearn functional Python in a fast way
I found a very useful resource: an article, where you’ll learn what the functional paradigm is as well as how to use functional programming in Python. You’ll also learn about list comprehensions and other forms of comprehensions. Functional paradigm, map and lambda expressions In a functional paradigm, you don’t tell the computer what to do but rather you tell it[…]
Read more