Diving into BERT
Advance NLP topics like BERT, Transformers are now getting very popular. So, here is my exploration about the topic BERT. But to understand BERT, we need to have an idea of Transformers.
Read moreDeep Learning, NLP, NMT, AI, ML
Python tutorials
Advance NLP topics like BERT, Transformers are now getting very popular. So, here is my exploration about the topic BERT. But to understand BERT, we need to have an idea of Transformers.
Read moreCapitalizing on online sports betting legalization, by using promotional arbitrage, to make over $13,000 Disclaimers: Please do not gamble [1]. This article is not meant to promote gambling. This article is written about a hypothetical scenario and is meant for educational purposes only. More disclaimers
Read moreBúsqueda de verbos y sustantivos con Spacy
Read moreYou’ve gotten to know the steps of the minimax algorithm. In this section, you’ll implement minimax in Python. You’ll start by tailoring the algorithm directly to the game of Simple-Nim. Later, you’ll refactor your code to separate the core of the algorithm from the rules of the game, such that you can later apply your minimax code to other games. Implement a Nim-Specific Minimax Algorithm Consider the same example as in the previous section: it’s Maximillian’s turn, and there are […]
Read moreFastText is a lightweight, open-source framework that enables users to learn text representations and classifiers. It runs on common, generic hardware. This model may be used to create an unsupervised or supervised learning technique for obtaining word vector representations. This module has acquired a lot of interest in the NLP community and might be a viable alternative to the genism package, which includes Word Vectors and other features. FastText differs in that word vectors, also known as word2vec, take […]
Read moreWe all know that the machine is able to understand our language. But have we ever tried to understand how is that possible and which codes or software or programs are made to run through it to make it happen? This blog, therefore, is devoted to Natural Language Processing (NLP) which is behind this hyper-intelligent technology.
Read morePhoto by Roberto
Read moreMuch of the Python code you’ll write is unconditional. That is, the code does not make any choices. Every line of code is executed in the order that it’s written or in the order that functions are called, with possible repetitions inside loops. In this course, you’ll learn how to use conditional logic to write programs that perform different actions based on different conditions. Paired with functions and loops, conditional logic allows you to write complex programs that can handle […]
Read more