mysql pyton connection

Working with MySQL Database using Python – Essentials for Data Scientist

Working with MySQL Database using Python As a data scientist, one should be able to acquire or convert the raw data into actionable information. Once the data is organized,
admin no comments
Data Science Training Report

Stock Price Prediction with RNN (Recurrent Neural Network – GRU cells)

An RNN (Recurrent Neural Network) model to predict stock price. Predicting Stock Price of a company is one of the difficult task in Machine Learning/Artificial Intelligence. This is difficult
admin 7 comments
outliers in Machine Learning

Outliers in Machine Learning

Finding Outliers in Machine Learning Did you ever notice? Anything that stands away from the “common” will always demand attention. Such un-common observation is usually called as outlier. As
admin 2 comments
Introduction to data visualization

Introduction to Data Visualization for Data Scientist

Introduction to Data Visualization Bar Chart: A bar chart or bar graph is a chart or graph that presents categorical data with rectangular bars with heights or lengths proportional
admin 2 comments
Topic Modelling

Latent Semantic Analysis (LSA) and Singular Value Decomposition (SVD)

Topic Modeling – Latent Semantic Analysis (LSA) and Singular Value Decomposition (SVD): Singular Value Decomposition is a Linear Algebraic concept used in may areas such as machine learning (principal
admin 2 comments

Over-fitting vs Under-fitting in Machine Learning

A Machine Learning or Deep Learning model must be in balanced state (Generalized) If you ever built a supervised Machine Learning model on some real-time data, it is impossible
admin no comments

Deep Neural Networks – Activation Functions

“Activation Functions” play a critical role in the architecture of Artificial Neural Networks (ANN). The Deep neural networks are being successfully used in many emerging domains to solve real
admin no comments

Feature Engineering for Structured Data (numerical and categorical)

Feature Engineering for Structured Data (numerical and categorical) “Best Ingredients make Best Dish “, the same way “Best Features make Best Model” As part of any Machine Learning project,
admin no comments

Regression – Find relation between Multiple Inputs and Target variable (Residuals Vs Fitted Graph)

Regression – Find relation between Multiple Inputs and Target variable One Input variable : When only one input variable and one output variable, scatter chart is useful in finding
admin no comments

Step-by-Step Data Science Project (End to End Regression Model)

Step-by-Step Data Science Project (End to End Regression Model) We took “Melbourne housing market dataset from kaggle” and built a model to predict house price. While building the model
admin 2 comments
DataJango - Chatbot