• Stars
    star
    2
  • Language
    Jupyter Notebook
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Advanced ML Case Study where we use ML algorithms to detect malware from a given piece of software.

More Repositories

1

DSA-and-ProblemSolving

Trying to cover the most asked coding questions at PBCs along with DSA implementations. (Striver + NeetCode SDE Sheet ONGOING)
Python
22
star
2

Covid19-Detection-using-X-rays-Webapp

In this repo, you will see how to automatically detect COVID-19 in a hand-created X-ray image dataset using Keras, TensorFlow, and Deep Learning.
Jupyter Notebook
21
star
3

Detecting-Contradictions-and-Entailment-in-Multilingual-Text

A case study of NLI ( Natural Language Inferencing) with Transfer Learning. Kaggle Competition Rank - 18th (Global)
Jupyter Notebook
9
star
4

Text-Summarization-using-BERT-GPT2-XLNet

This notebook leverages Transfer Learning Algorithms and standard NLP procedures to summarize a given paragraph meaningfully.
Jupyter Notebook
8
star
5

Advance-REST-APIs-with-Flask

This repo is focused on developing RESTful APIs with Flask, SQLAlchemy, (de)/serializing with Marshmallow, advance email confirmations, image uploads, database migrations, third party login with OAuth, Incremental feature delivery and payments with Stripe. Read the API Documentation and play with the API in Postman here ๐Ÿ‘‡
Python
8
star
6

ML-DL-NLP-resource-notebooks

This repository contains all resources and notebook implementations of Machine Learning, Deep Learning and Natural Language Processing concepts.
Jupyter Notebook
5
star
7

DataCamp-Case-Studies

This repository contains the codes and datasets of various data science projects completed by me. These project tasks are a part of DataCamp's "Data Scientist with Python" career track.
Jupyter Notebook
5
star
8

Statistical-Analysis-of-My-Medium-Articles

This repository contains an exploratory data analysis of my writer data at Medium. I use it to carry out data analysis once in every 4 months to see audience and fan growth, and topics they love! You can check out the articles here๐Ÿ‘‡
Jupyter Notebook
5
star
9

QnA-Langchain-VectorDB

An implementation of Retrieval Augmented Generation (RAG) to enhance Large Language Models for Document Q&A and Information Retrieval.
Python
4
star
10

GCP-AI-Notebooks

This repository contains all practice notebooks with which I performed hands-on labs in Google Cloud Training Program's "Cloud ML-AI Track"
Jupyter Notebook
4
star
11

Transfer-Learning-Practice-Notebooks

In this repo I have demonstrated the implementations of various Transfer Learning pretrained model's architectures, that can be finetuned for one's specific usecase in Deep Learning/NLP.
Jupyter Notebook
3
star
12

Fake-News-Classifier--NLP

Jupyter Notebook
3
star
13

sukanyabag

portfolio
3
star
14

Spam-Classifier-NLP-basic

Jupyter Notebook
3
star
15

Object-Oriented-Programming--Python

Contains implementations of all oop concepts in Python.
Python
3
star
16

Stock-Market-Prediction-with-DeepL

Jupyter Notebook
3
star
17

AUTOMATED-QUICK-EDA-WITH-SWEETVIZ-

INTRODUCTION TO PYTHON'S SWEETVIZ LIBRARY Sweetviz is an open source Python library that generates beautiful, high-density visualizations to kickstart EDA (Exploratory Data Analysis) with a single line of code. Output is a fully self-contained HTML application. The system is built around quickly visualizing target values and comparing datasets. Its goal is to help quick analysis of target characteristics, training vs testing data, and other such data characterization tasks. Make sure you visit sweetviz.PyPI to explore more, and also consult and go through documentation of this library. DATASET USED FOR EDA : I have used train and test datasets from the "House Prices: Advanced Regression Techniques" competition hosted by KAGGLE, for performing the EDA. You can find the datasets at the following link redirected to KAGGLE : https://www.kaggle.com/c/house-prices-advanced-regression-techniques
HTML
3
star
18

Machine-Learning-Internship-Project---BG-Removal-WebApp

Contains the source code of developing a background removal app, with Google's TensorFlow.js BodyPix module. Implemented with JavaScript and Tensorflow framework (ML- internship Business Project)
JavaScript
3
star
19

Stock-Sentiment-Analysis---NLP

Jupyter Notebook
2
star
20

Notes-on-GPT-2-and-BERT-models

Jupyter Notebook
2
star
21

Alexa-Reviews-Sentiment-Analysis

This repository's notebook provides the insight of customer reviews on Amazon's kid Alexa, by data visualization, sentiment analysis and classification using NLP techniques.
Jupyter Notebook
2
star
22

Data-Analysis-Internship

Jupyter Notebook
2
star
23

Movie-Recommendation-System

A data driven AI movie recommendation system application that leverages Machine Learning to recommend movies to users, based on their likes.
Jupyter Notebook
2
star
24

COVID19-EDA-INDIA

COVID-19 is an infectious disease caused by the Corona Virus, biologically known as severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The disease was first identified in Wuhan, the capital of China's Hubei province in December 2019 and has spread all over the world since then. As of writing this, on 26th April 2020, 21:57 IST, there are 2.92 million confirmed cases throughout the world and has resulted in 204,000 deaths according to Google. In this notebook, I will take a look at the current situation in India. We will take a look at the regions which are most hampered by the outbreak and how numbers have steadily climbed in the country. PROGRAMMING LANGUAGE AND MODULES INCLUDED IN THIS PROJECT : PROGRAMMING LANGUAGE - Python 3x(3.7.8) PYTHON LIBRARIES - Numpy, Pandas, Matplotlib, Seaborn Author - Sukanya Bag Project done during - 1st July 2020 to 5th July 2020
Jupyter Notebook
2
star
25

Quora-Question-Pair-Similarity-CaseStudy

Identify which questions asked on Quora are duplicates of questions that have already been asked. We are tasked with predicting whether a pair of questions are duplicates or not. We are talking about the semantic similarity of the questions.
Jupyter Notebook
2
star
26

CREDIT-CARD-ANOMALY-DETECTION

Machine Learning - Credit Card Fraud Detection Introduction The objective in this project is to build machine learning models to classify or identify fraudulent card transactions from a given card transactions data. Data Description The dataset contains two-days credit card transactions made in September 2013 by European cardholders. The dataset is highly unbalanced with a low percentage of fraudulent transactions within several records of normal transactions. The positive class (frauds) account for 0.172% (492 frauds out of 284,807 transactions) of all transactions. Features V1, V2, ... V28 are the principal components obtained with PCA, the only features which have not been transformed with PCA are 'Time' and 'Amount'. Feature 'Time' contains the seconds elapsed between each transaction and the first transaction in the dataset. Feature 'Class' is the target variable with value 1 in case of fraud and 0 otherwise. Dataset source - Kaggle Author - Sukanya Bag , Date - 1st July, 2020
Jupyter Notebook
2
star
27

Dart-Programming-Samples

Repo contains Dart code samples useful for learning Dart.
Dart
1
star
28

Java-OOP-Lab-Programs

This repo contains some boring java programs. Never mind ๐Ÿ˜‘
Java
1
star
29

Pose-Estimator-AI-App

This AI driven flutter application detects pose in real-time environment. It leverages Google's PoseNet Model which comes with TensorFlow.js.
Dart
1
star