How to Fish the Bitcoin Whales
In the cryptocurrency market, the big whales play a key role. These movements affect significantly the market. Take for example …
In the cryptocurrency market, the big whales play a key role. These movements affect significantly the market. Take for example …
It is common to be asked to build some functions in Python (or any other programming language) during interviews in …
We have started a series of articles on tips and tricks for data scientists (mainly in Python and R). In case you have …
We have provided an example of how to get a sentiment score for words in Python based on ratio frequency. …
Read moreHow To Get A Sentiment Score For Words with Naive Bayes
In this tutorial, we will get the Bayesian Score of each word as well as of the whole Subject Line. …
Read moreNaive Bayes Classification in NLP tasks from Scratch
We have provided a tutorial of Market Basket Analysis in Python working with the mlxtend library. Today, we will provide …
Read moreMarket Basket Analysis and Association Rules from Scratch
Introduction First of all, I need to clarify there is no trading strategy without risk and no trading strategy can …
Read moreCryptocurrency Trading Strategy by Detecting the Leaders and the Followers
Introduction A very common task in NLP is to define the similarity between documents. Usually, the metric is the Cosine …
Read moreHow to Find Similar Documents using N-grams and Word Embeddings
In this post, we will provide some techniques of how you can prevent overfitting in Neural Network when you work …
Read moreHow to Prevent Overfitting in Neural Networks with TensorFlow 2.0
In this tutorial we will show how you easily build a Convolutional Neural Network in Python and Tensorflow 2.0. We …