Harmanveer Singh (Harmanveer2546)

Harmanveer2546

Geek Repo

0

followers

0

following

Home Page:https://harmanveer2546.github.io/Port/

Github PK Tool:Github PK Tool

Harmanveer Singh's repositories

Bird-Species-Prediction-Using-Deep-Learning

Using convolutional neural networks to build and train a bird species classifier on bird pics data with corresponding species labels, also build GUI for the same.

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

Sentiment-Analysis-of-Amazon-Fine-Food

Natural language processing (NLP) is a branch of artificial intelligence (AI) that enables computers to comprehend, generate, and manipulate human language. Natural language processing has the ability to interrogate the data with natural language text or voice.

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

Credit-Card-Fraud-Detection

The Credit Card Fraud Detection Problem includes modeling past credit card transactions with the knowledge of the ones that turned out to be a fraud. This model is then used to identify whether a new transaction is fraudulent or not. Our aim here is to detect 100% of the fraudulent transactions while minimizing the incorrect fraud classifications.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Diabities-Prediction

Diabetes is a medical disorder that affects how the body uses food for energy. When blood sugar levels rise, the pancreas releases insulin. If diabetes is not managed, blood sugar levels can rise, increasing the risk of heart attack and stroke. We used Python machine learning to forecast diabetes.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Geopy

Exploring and Learned basic functionality of Geopy in this repo.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Movie-Industry

Investigate the film industry to gain sufficient understanding of what attributes to success and in turn utilize this analysis to create actionable recommendations for companies to enter the industry.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Music-Genre-Classification

Classifying the genre of a music using deep neural networks.

Language:Jupyter NotebookStargazers:1Issues:2Issues:0

Wafer-Fault-Detection

The goal is to eliminate manual work in identifying faulty wafers. Opening and handling suspected wafers disrupts the entire process. False negatives result in wasted time, manpower, and costs.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Amazon-Web-Scraping

In this repo, I will be scraping product information from Amazon website. Accordingly, I will take considering a “Playstation 5” as the target product.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Campus-Recruitment-Prediction

Student Campus-Placement Prediction ML Project using Python

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Covid-19-Chances-Detection

The main goal of this project is to build a machine learning model that, given a Covid-19 patient's current symptom, status, and medical history, will predict whether the patient is in high risk or not.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Decision_Tree

Decision trees for healthcare analysis are the most widely used machine learning algorithms used for both classification and regression tasks. These are powerful algorithms that can fit complex data. These algorithms form the basis of ensemble algorithms in machine learning.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Detect-an-Unknown-Language-using-Python

The idea behind language detection is based on the detection of the character among the expression and words in the text. The main principle is to detect commonly used words like to, of in English.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Harmanveer2546

Config files for my GitHub profile.

Stargazers:0Issues:1Issues:0

Heart

Predicting the presence of heart disease based on several health-related factors and Performing - i.) Data Cleaning ii.) Data Pre-Processing iii.) EDA iv.) Compare 5 different classification algorithms (Logistic Regression, Decision Tree, Random Forest, KNN and SVC)

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

House-Price-Prediction-using-Machine-Learning

We all have experienced a time when we have to look up for a new house to buy. But then the journey begins with a lot of frauds, negotiating deals, researching the local areas and so on. So to deal with this kind of issues Today, I prepared a MACHINE LEARNING Based model, trained on the House Price Prediction Dataset.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Implementing-Web-Scraping-in-Python-with-BeautifulSoup

Just implementing basics functions of Beautiful soup

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

K-Nearest-Neighbors

It is also know as KNN, which is used for either regression or classification problems, it is typically used as a classification algorithm, working off the assumption that similar points can be found near one another.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

NASA-Asteroid-Classification

Classifying whether an asteroid is hazardous or not.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Netflix-Homepage

This is the core code from scratch to clone the landing page of Netflix using HTML, CSS and JavaScript.

Language:HTMLStargazers:0Issues:0Issues:0

Rainfall-Prediction-using-Machine-Learning-

Today there are no certain methods by using which we can predict whether there will be rainfall today or not. Even the meteorological department’s prediction fails sometimes. In this project, I learn how to build a machine learning model which can predict whether there will be rainfall today or not based on some atmospheric factors.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

RandomForest

Random Forest is a supervised machine learning algorithm which is based on ensemble learning. I have used iPhone Dataset to perform this and predicted whether user will buy iPhone or not.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Recognizing-Digits

I used the MNIST dataset for the implementation of a handwritten digit recognition app. To implement this, will be using a special type of deep neural network called Convolutional Neural Networks. In the end, I also build a Graphical user interface(GUI) where you can directly draw the digit and recognize it straight away.

Language:Jupyter NotebookStargazers:0Issues:2Issues:0

Reducing-Data-Entries

Way to delete data entries from csv/excel file using. For excel file, use excel instead of csv in the code.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Scraping-Covid-19-statistics-using-BeautifulSoup

Coronavirus, one of the biggest pandemic has brought all the world to Danger. Along with this, it is one of the trending News, everyone has this day. In this repo, I will be scraping data and printing Covid-19 statistics in human-readable form.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Terrorist-Attacks-in-Jammu-and-Kashmir-India-Analysis

Analysis of Terrorist Attacks in Jammu and Kashmir with python

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Theano

It is an open-source Python library developed at MILA, that allows efficient definition, optimization, and evaluation of mathematical expressions, especially matrix-valued ones. It is widely used for deep learning and other machine learning tasks due to its ability to perform symbolic computation.

Stargazers:0Issues:1Issues:0

Tic-Tac-Toe

Tic-Tac-Toe is among the games played between two players played on a 3 x 3 square grid. Each player inhabits a cell in their respective turns, keeping the objective of placing three similar marks in a vertical, horizontal, or diagonal pattern. The first player utilizes the Cross (X) as the marker, whereas the other utilizes the Naught or Zero (O).

Language:PythonStargazers:0Issues:0Issues:0

WordCounter

Word Counter is a pretty simple project which requires you to build an application that can parse texts and show the number of words and characters contained in a write-up. You can also include additional functionality in the word counter to provide more advanced information such as the number of passive sentences in a block of text.

Language:HTMLStargazers:0Issues:0Issues:0