Machine Learning And AI
@geekycod
1.65K
subscribers
198
photos
1
video
19
files
351
links
Hi All and Welcome Join our channel for Jobs,latest Programming Blogs, machine learning blogs.
In case any doubt regarding ML/Data Science please reach out to me
@ved1104
subscribe my channel
https://youtube.com/@geekycodesin?si=JzJo3WS5E_VFmD1k
Download Telegram
Join
Machine Learning And AI
1.65K subscribers
Machine Learning And AI
https://geekycodes.in/support-vector-machines-svm-algorithms/
Geeky Codes
Support Vector Machines (SVM) Algorithms | Geeky Codes
A Support Vector Machine (SVM) is a very powerful and versatile Machine Learning model, capable of performing linear or nonlinear classification, regression ...
Machine Learning And AI
https://geekycodes.in/roc-and-auc-in-evaluating-classification-models/
Geeky Codes
ROC and AUC in Evaluating Classification Models | Geeky Codes
In the dynamic world of business, where data-driven decisions reign supreme, the accuracy and reliability of classification models play a pivotal role. Whet ...
Machine Learning And AI
Machine Learning And AI
https://geekycodes.in/100-statistics-interview-questions/
Geeky Codes
100 Statistics Interview Questions | Geeky Codes
Descriptive Statistics Define mean, median, and mode. How do they differ? What is the difference between population variance and sample variance? How do out ...
Machine Learning And AI
https://geekycodes.in/soft-margin-classification-machine-learning-from-scratch/
Geeky Codes
Soft Margin Classification | Machine Learning from Scratch | Geeky Codes
In previous blog, We read about Linear SVM. In this blog we will talk about soft margin classification. If we strictly impose that all instances be off the ...
Machine Learning And AI
Hit like if you agree
👍
1
Machine Learning And AI
https://geekycodes.in/nonlinear-svm-classification-machine-learning-from-scratch/
Geeky Codes
Nonlinear SVM Classification | Machine Learning from Scratch | Geeky Codes
In previous blog, We read about Soft margin Classification. In this blog we will talk about Non Linear SVM Classification. Introduction Although linear SVM ...
Machine Learning And AI
https://geekycodes.in/10-python-pandas-tricks-that-make-your-work-more-efficient/
Geeky Codes
10 Python Pandas tricks that make your work more efficient | Geeky Codes
Some commands you may know already but may not know they can be used this way Pandas is a widely used Python package for structured data. There’re many nice ...
Machine Learning And AI
https://medium.com/@geekycodes/understanding-and-implementing-batch-gradient-descent-for-linear-regression-in-python-6be00aabbe76
Medium
Understanding and Implementing Batch Gradient Descent for Linear Regression in Python
Machine learning algorithms often involve optimizing a model to fit the given data. One such optimization technique is gradient descent, a…
Machine Learning And AI
https://geekycodes.in/tips-for-writing-efficient-and-faster-sql-queries/
Geeky Codes
Tips For Writing Efficient And Faster SQL Queries | Geeky Codes
INTRODUCTION Query optimization is an important skill for SQL developers and database administrators (DBAs). In order to improve the performance of SQL quer ...
Machine Learning And AI
👍
2
Machine Learning And AI
https://geekycodes.in/how-can-a-linear-model-learn-non-linear-discrete-patterns/
Geeky Codes
How can A linear model learn non-linear/discrete patterns? | Geeky Codes
Introduction During model development, one of the techniques that many don’t experiment with is feature discretization. The core idea is to transform a cont ...
Machine Learning And AI
https://geekycodes.in/polynomial-kernel-machine-learning-from-scratch/
Geeky Codes
Polynomial Kernel | Machine Learning from Scratch | Geeky Codes
In Previous blog we talked about Non Linear SVM Classifications. In this blog we will talk about Polynomial Kernel. Introduction Adding polynomial features ...
Machine Learning And AI
https://geekycodes.in/gaussian-rbf-kernel-machine-learning-from-scratch/
Geeky Codes
Gaussian RBF Kernel | Machine Learning from Scratch | Geeky Codes
Introduction In Previous blog we talked about Polynomial Kernel. In this blog we will talk about Gaussian RBF Kernel. Just like the polynomial features meth ...
Machine Learning And AI
https://geekycodes.in/svm-regression-machine-learning-from-scratch/
Geeky Codes
SVM Regression | Machine Learning from Scratch | Geeky Codes
As we mentioned earlier, the SVM algorithm is quite versatile: not only does it support linear and nonlinear classification, but it also supports linear and ...
Machine Learning And AI
https://geekycodes.in/decision-trees-machine-learning-from-scratch/
Geeky Codes
Decision Trees | Machine Learning from Scratch | Geeky Codes
Like SVMs, Decision Trees are versatile Machine Learning algorithms that can perform both classification and regression tasks, and even multioutput tasks. T ...
Machine Learning And AI