Aug 24, 2022Python - Semantic similarity - Definition of OntologyThe purpose of this contribution is to try various pretrained semantic models and compare cosinus similarity scores among sentences. As...
Mar 20, 2022Python - Probability - Dice rolls sum# You roll together 5 fair, six-sided dices. # 1. What is the probability that the sum of the five dices is equal to 19 ? 13.9% # 2. What...
Feb 28, 2022PySpark - Data Frame Basic Operations in Google Colaboratory# PySpark - Data Frame !pip install pyspark pip install findspark import findspark # Use pandas to import csv import pandas as pd...
May 21, 2021Python - Binary Bootstrap SampleThe code provides Yes/No prediction, fitting binary bootstrap sample for mistakes in data entries. Leo Breiman was (1928 – 2005)...