Learn about Fermat’s little theorem and Fermat primality test.
Also find me here:
Baeldung Author
A. Aylin Tokuç
I’m a Computer Scientist/Researcher, specialized in machine learning and data science. I have 15 years of professional work experience. Currently I develop freelance projects to help businesses automate and optimize their decision-making processes. I'm also pursuing a Ph.D. degree.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Machine Learning (12)
- Deep Learning (4)
- Networking (3)
- Math and Logic (3)
- Sorting (1)
- Security (1)
- Concurrency (1)
Insertion Sort vs. Bubble Sort Algorithms
Filed under Sorting
Compare two fundamental sorting algorithms: insertion sort and bubble sort.
Generative vs. Discriminative Algorithms
Filed under Machine Learning
Learn about generative and discriminative machine learning algorithms.
Why Feature Scaling in SVM?
Filed under Machine Learning
Learn about the SVM algorithm and how feature scaling affects its classification success.
Normalization vs Standardization in Linear Regression
Filed under Machine Learning
Explore two well-known feature scaling methods: normalization and standardization.
How to Improve Naive Bayes Classification Performance?
Filed under Machine Learning, Math and Logic
Learn about the Naive Bayes classifier and explore ways to improve its classification performance.
Gradient Descent Equation in Logistic Regression
Filed under Machine Learning, Math and Logic
Learn how we can utilize the gradient descent algorithm to calculate the optimal parameters of logistic regression.
Splitting a Dataset into Train and Test Sets
Filed under Machine Learning
Have a look at why and how to split a dataset into training and test sets.
Solving the K-Armed Bandit Problem
Filed under Deep Learning, Machine Learning
Learn about the k-armed bandit setting and its relation to reinforcement learning.