KNKishar Nathinkishar.hashnode.dev·Sep 11, 2024 · 1 min readFirst program in GoIn this tutorial , I will share how to install go and create the first program in go Go to official page of go here. Download the suitable binary file for your system After downloading the go for your system you can check the go version by this comma...00
KNKishar Nathinkishar.hashnode.dev·May 9, 2024 · 2 min readHow to load datasets in sklearn?Sklearn is an open source machine learning library that supports supervised and unsupervised learning. It also provides various tools for model fitting, data preprocessing, model selection, model evaluation, and many other utilities. You can get some...00
KNKishar Nathinkishar.hashnode.dev·May 7, 2024 · 2 min readBasic Scrapy tutorialHave you tried to scrap a website using python? If yes then, you have probably used beautifulsoup. But in this tutorial I will cover scrapy for website scrapping. Scrapy is a opensource an open source and collaborative framework for extracting the da...00
KNKishar Nathinkishar.hashnode.dev·Apr 15, 2024 · 2 min readWhat is PCA in Machine learning?PCA is a dimensionality reduction technique we use in Data science. PCA is a unsupervised learning technique, meaning it does not rely on labeled data. It has several application like Image compression, Data visualization and Exploratory data analysi...00
KNKishar Nathinkishar.hashnode.dev·Mar 23, 2024 · 2 min readIntroduction to unsupervised learningMachine learning is a technique where an algorithm learns hidden patterns from labeled or unlabeled data. I am emphasizing two words here: labeled and unlabeled. Because they express the meaning of supervised and unsupervised learning. If a machine l...00