Tuesday , October 22 2024

Recent Posts

PCA

PCA – ITRONIX SOLUTIONS Principle Component Analysis (PCA) with Scikit-Learn PCA Steps Standardize the data. …

Read More »

LDA

LDA 1. What is Dimensionality Reduction?¶In Machine Learning and Statistic, Dimensionality Reduction the process of …

Read More »

PCA – introduction

PCA – introduction What is PCA (Principal Component Analysis)?¶Principal Component Analysis (PCA) is an unsupervised …

Read More »

LDA – introduction

LDA – introduction What is LDA (Linear Discriminant Analysis)?¶Linear Discriminant Analysis (LDA) is a classification …

Read More »

Stemming

4 Stemming A stemming algorithm reduces the words “chocolates”, “chocolatey”, “choco” to the root word, …

Read More »

Accuracy Score

Accuracy Score Accuracy Score is a metric used to evaluate the performance of a classification …

Read More »

NLP – Practically

NLTK In [1]: import webbrowser webbrowser.open('https://www.youtube.com/watch?v=3Dg006VuOMk&list=RD3Dg006VuOMk&start_radio=1') Out[1]: True In [2]: !pip3 install nltk Collecting nltk Using cached …

Read More »

CNN – Steps

CNN -Steps CNN Code Explanation¶Part 1: Building the CNN¶importing the keras Libraries and package¶from keras.models …

Read More »

CNN – Practically

Convolution Neural Network – Itronix Solutions Download Dataset¶ https://www.kaggle.com/c/dogs-vs-cats/data Part 1: Train CNN Model¶ Step …

Read More »