JJ's blog

JJ's blog

Follow
Follow
homeContactBuy me a coffee!badgesnewsletter
Tag

algorithms

#algorithms

More content

Read more stories on Hashnode


Articles with this tag

Time Series and Forecasting with Python code examples, Part II

Apr 23, 20214 min read

A series on how to predict the future ยท We saw what a Time Series is and its main components in the previous post of this series on Time Series and...

Time Series and Forecasting with Python code examples, Part II

Greedy strategy can be useful even when it doesn't work

Nov 28, 202012 min read

Greedy algorithms try to find the optimal solution by taking the best available choice at every step. For example, you can greedily approach your...

Greedy strategy can be useful even when it doesn't work

Algorithms: when can I tell they're good enough?

Oct 3, 202010 min read

There are lot of people designing algorithms to solve very hard problems efficiently. When we say efficiently we mean spending as few resources as...

Algorithms: when can I tell they're good enough?

Combining good ideas to get the best solution

Sep 27, 202017 min read

Trade-offs are present in all our activities. Maybe you have heard the so-called "No free lunch theorem" in Machine Learning. The theorem states that...

Combining good ideas to get the best solution