Monday, August 14, 2023
Home »
» Free up large space on windows 11
Free up large space on windows 11
Related Posts:
Word embedding techniques for text processing It is difficult to perform analysis on the text so we use word embedding techniques to convert the texts into numerical representation. This is also called vectorization of the words. It is a representation technique fo… Read More
Visualizing Decision tree in Python (with codes included)List of libraries required to be installed (if not already installed). Here installation is done through Jupyter Notebook. For terminal use only "pip install library-name".#import sys#!{sys.executable} -m pip install numpy#!{… Read More
N-grams for text processingN-gram is an N sequence of words. It can be a unigram (one word), bigram (sequence of two words), trigram (sequence of three words), and so on. It focuses on a sequence of words. Such a method is very useful in speech recogni… Read More
Covid-19 Data Visualization across the World using Choropleth map IntroductionThis project visualizes the Covid-19 data (i.e. Total cases, Deaths and Recoveries) across various Provinces and Districts of Nepal as of 12th August, 2020. Geojson file of Nepal's states and districts have been u… Read More
Data Science Capstone project - The battle of neighborhoods in Dubai 1. Introduction/ Business understanding 1.1 Description of problem Recently, the 13th edition of IPL (Indian Premier League) has been announced amid coronavirus pandemic and UAE has been chosen as the host country. The le… Read More
0 comments:
Post a Comment