Open in app

Sign In

Write

Sign In

Mastodon
Idil Ismiguzel
Idil Ismiguzel

948 Followers

Home

About

Published in

Towards Data Science

·May 21

Understanding Gradient Descent for Machine Learning

A deep dive into Batch, Stochastic, and Mini-Batch Gradient Descent algorithms using Python — Gradient descent is a popular optimization algorithm that is used in machine learning and deep learning models such as linear regression, logistic regression, and neural networks. It uses first-order derivatives iteratively to minimize the cost function by updating model coefficients (for regression) and weights (for neural networks).

Machine Learning

14 min read

Understanding Gradient Descent for Machine Learning
Understanding Gradient Descent for Machine Learning
Machine Learning

14 min read


Published in

Towards Data Science

·Apr 5

A Guide to Association Rule Mining

Create insights from frequent patterns using market basket analysis with Python — Association rule mining is a rule-based machine learning technique used to find frequent patterns in a data set. Frequent patterns may include frequent itemsets that are usually bought together or subsequences that are bought in sequence. For example, cookies and coffee can be frequent itemset for a cafe, and a…

Data Science

10 min read

A Guide to Association Rule Mining
A Guide to Association Rule Mining
Data Science

10 min read


Published in

Towards Data Science

·Dec 14, 2022

Hands-On Topic Modeling with Python

A tutorial on topic modeling using Latent Dirichlet Allocation (LDA) and visualization with pyLDAvis — Topic modeling is a popular technique in Natural Language Processing (NLP) and text mining to extract topics of a given text. Utilizing topic modeling we can scan large volumes of unstructured text to detect keywords, topics, and themes. Topic modeling is an unsupervised machine learning technique and does not need…

NLP

11 min read

Hands-On Topic Modeling with Python
Hands-On Topic Modeling with Python
NLP

11 min read


Published in

Towards Data Science

·Nov 17, 2022

Outlier Detection with Simple and Advanced Techniques

A tutorial on how to detect outliers using standard deviation, interquartile range, isolation forest, DBSCAN, and local outlier factor — Outliers are data points that are far away from the majority of the observations in the dataset. Outliers can appear for many reasons such as natural deviations in population behavior, fraudulent activities, and human or system errors. However, detecting and identifying outliers is essential before running any statistical analysis or…

Data Science

10 min read

Outlier Detection with Simple and Advanced Techniques
Outlier Detection with Simple and Advanced Techniques
Data Science

10 min read


Published in

Towards Data Science

·May 12, 2022

Imputing Missing Data with Simple and Advanced Techniques

A tutorial on mean, mode, time series, KNN, and MICE imputation — Missing data occurs when there is no data stored for a variable of interest in a dataset. Depending on its volume, missing data can harm the findings of any data analysis or the robustness of machine learning models. While dealing with missing data using Python, dropna() function from Pandas comes…

Data Science

8 min read

Imputing Missing Data with Simple and Advanced Techniques
Imputing Missing Data with Simple and Advanced Techniques
Data Science

8 min read


Published in

Towards Data Science

·Sep 29, 2021

Hyperparameter Tuning with Grid Search and Random Search

And a deep dive into how to combine them — Hyperparameter tuning also known as hyperparameter optimization is an important step in any machine learning model training that directly affects model performance. This article covers two very popular hyperparameter tuning techniques: grid search and random search and shows how to combine these two algorithms with coarse-to-fine tuning. …

Machine Learning

9 min read

Hyperparameter Tuning with Grid Search and Random Search
Hyperparameter Tuning with Grid Search and Random Search
Machine Learning

9 min read


Published in

Towards Data Science

·Jul 30, 2021

Practical Guide to Ensemble Learning

Improve your model with voting, bagging, boosting and stacking — Ensemble learning is a technique used in machine learning to combine multiple models into a group model, in other words into an ensemble model. The ensemble model aims to perform better than each model alone or if not, to perform at least as well as the best individual model in…

Machine Learning

9 min read

Practical Guide to Ensemble Learning
Practical Guide to Ensemble Learning
Machine Learning

9 min read


Published in

Towards Data Science

·Jul 3, 2021

Hands-on Survival Analysis with Python

What companies can learn from employee turnover data — Survival analysis is a popular statistical method to investigate the expected duration of time until an event of interest occurs. We can recall it from medicine as patients' survival time analysis, from engineering as reliability analysis or time-to-failure analysis, and from economics as duration analysis. Besides these disciplines, survival analysis…

Data Science

9 min read

Hands-on Survival Analysis with Python
Hands-on Survival Analysis with Python
Data Science

9 min read


Published in

Towards Data Science

·Feb 16, 2021

Naive Bayes Algorithm for Classification

Multinomial Naive Bayes Model with Python Implementation — Classification is one of the most used forms of prediction where the goal is to predict the class of the record. …

Machine Learning

7 min read

Naive Bayes Algorithm for Classification
Naive Bayes Algorithm for Classification
Machine Learning

7 min read


Published in

Towards Data Science

·Nov 21, 2020

Linear Regression Model with Python

How you can build and check the quality of your regression model with graphical and numeric outputs — Regression models are widely used machine learning tools allowing us to make predictions from data by learning the relationship between features and continuous-valued outcomes. Checking model assumptions and understanding whether they are satisfied or not is as important as checking the accuracy and goodness of the model.

Data Science

10 min read

Linear Regression Model with Python
Linear Regression Model with Python
Data Science

10 min read

Idil Ismiguzel

Idil Ismiguzel

948 Followers

Writing articles on Data Science & Machine Learning | Top 2000 Writer on Medium | MSc, MBA | https://de.linkedin.com/in/idilismiguzel

Following
  • The Educative Team

    The Educative Team

  • Anmol Tomar

    Anmol Tomar

  • Aytekin Tank

    Aytekin Tank

  • Leon Wei

    Leon Wei

  • Ev Williams

    Ev Williams

See all (120)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams