2021-08-14 The Happiness Vaccines- Exploratory Data Analysis Is a vaccinated country a happy one? Let's explore!!! matplotlib pandas numpy seaborn
2021-07-19 Quick look / BERT Transfer Learning Classificar a categoria de um determinado informe enviado pelos gestores de fundos imobiliários usando processamento de linguagem natural. nlp
2020-12-23 Placement Data Analysis Job Placements is a crucial phase for graduate or post graduate students. The placements are dependent on a lot of factors like academics , specialization etc. This notebook is an analysis of those factors and their influence on placements. eda seaborn
2020-11-04 Loan Prediction The notebook is on loan prediction and the target variable is to predict whether the loan will be approved or not. target chi square
2020-07-07 Glass Classification In this notebook i used SVM for classification glass type. glass classification data science machine learning classification python
2020-06-19 Reading An Image In Python (Without Using Special Libraries) This notebook gives you an insight on how to read an image in python without any special libraries such as OpenCV, PIL, Matplotlib except Numpy. image image processing programming python
2020-06-11 Gujarat Covid-19 analysis Data analysis about Gujarat Covid-19 cases covid-19 data visualization india data analysis
2020-06-07 Three-Layer Network on MNIST Neural networks are a set of algorithms, modeled loosely after the human brain, that are designed to recognize patterns. They interpret sensory data through a kind of machine perception, labeling or clustering raw input. mnist neural networks python deep learning numpy
2020-05-27 Zomato Restaurants Analysis - JMA This notebook gives visualization and insight into the food culture of Bengaluru. random forest decision tree sklearn regression python
2020-05-27 Web Scraping Live COVID -19 Data - JMA This notebook gives visualization and insight to the Covid Data. python
2020-05-27 ANN in R Artificial neural networks or connectionist systems are computing systems vaguely inspired by the biological neural networks that constitute animal brains. ann machine learning r deep learning
2020-05-25 Prophet: Example in R Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality. facebook prophet r
2020-05-25 Prophet - JMA - Electricity France Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality. facebook prophet r
2020-05-24 Simple TPOT: Digits Dataset - JMA 98.2% Accuracy TPOT stands for Tree-based Pipeline Optimization Tool. Consider TPOT your Data Science Assistant. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. tpot python