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/appending-to-dataframe-pandas/
Geeky Codes
Appending to DataFrame | Pandas
Appending a new row to DataFrame
Machine Learning And AI
https://geekycodes.in/tokenization-in-nlp/
Geeky Codes
Tokenization in NLP
GPT, BERT,RoBERTa are some of the popular models using BPT. It is currently the most popular tokenization for LLMS.
Machine Learning And AI
https://geekycodes.in/sql-introduction/
Geeky Codes
SQL Introduction
SQL is a standard language for accessing databases. How to use SQL to access and manipulate data in: MySQL, SQL Server, Access, Oracle, Sybase, DB2, and other
Machine Learning And AI
https://geekycodes.in/sql-where-clause/
Geeky Codes
SQL WHERE Clause
The "Persons" table:
Machine Learning And AI
https://geekycodes.in/sql-the-order-by-keyword/
Geeky Codes
SQL The ORDER BY Keyword
The ORDER BY keyword is used to sort the result-set. The ORDER BY keyword is used to sort the result-set by a specified column. The ORDER BY keyword sort the records in ascending order by default. …
Machine Learning And AI
https://geekycodes.in/sql-the-delete-statement/
Geeky Codes
SQL | The DELETE Statement
The DELETE statement is used to delete records in a table. The DELETE statement is used to delete rows in a table. SQL DELETE Syntax DELETE FROM table_name WHERE some_column=some_value Note: Notice…
Machine Learning And AI
https://geekycodes.in/sql-advance-the-top-clause/
Geeky Codes
SQL ADVANCE The TOP Clause
The TOP clause is used to specify the number of records to return. The TOP clause can be very useful on large tables with thousands of records. Returning a large number of records can impact on per…
Machine Learning And AI
https://geekycodes.in/sql-advanced-wildcards/
Geeky Codes
SQL Advanced | Wildcards
SQL wildcards can be used when searching for data in a database. SQL wildcards can substitute for one or more characters when searching for data in a database SQL wildcards must be used with the SQ…
Machine Learning And AI
https://youtu.be/w2anY0hYsL0
YouTube
Stroke Prediction using Machine Learning Algorithms!! Train and Test.
Visit geekycodes.in for more datascience blogs. In this tutorial, we'll learn how to predict Stroke using Stroke Data. We'll also learn how to avoid common issues that make most stock price models overfit in the real world.
I have downloaded data from kaggle…
Machine Learning And AI
https://geekycodes.in/sql-the-like-operator/
Geeky Codes
SQL | The LIKE Operator
The LIKE operator is used in a WHERE clause to search for a specified pattern in a column. The LIKE operator is used to search for a specified pattern in a column. SQL LIKE Syntax: SELECT column_na…
Machine Learning And AI
Machine Learning And AI
pinned «
https://youtu.be/w2anY0hYsL0
»
Machine Learning And AI
a = [1, 2, 3]
b = [4, 5, 6]
result = zip(a, b)
print(list(result))
Comment the output of the above program
Machine Learning And AI
https://geekycodes.in/what-is-exploratory-data-analysis-eda/
Geeky Codes
What is Exploratory Data Analysis (EDA)?
Exploratory Data Analysis (EDA) is an essential step in any data science project. It involves investigating and analyzing datasets to understand their characteristics, identify patterns, detect out…
Machine Learning And AI
https://geekycodes.in/selecting-the-number-of-clusters/
Geeky Codes
Selecting the Number of Clusters
With K-Means, you could use the inertia or the silhouette score to select the appropriate number of clusters, but with Gaussian mixtures, it is not possible to use these metrics because they are no…
Machine Learning And AI
https://geekycodes.in/sql-the-in-operator/
Geeky Codes
SQL | The IN Operator
The IN operator allows you to specify multiple values in a WHERE clause. SQL IN Syntax: SELECT column_name(s) FROM table_name WHERE column_name IN (value1,value2,…) IN Operator Example The &#…
Machine Learning And AI
https://geekycodes.in/sql-the-between-operator/
Geeky Codes
SQL | The BETWEEN Operator
The BETWEEN operator is used in a WHERE clause to select a range of data between two values. The BETWEEN operator selects a range of data between two values. The values can be numbers,text, or date…
Machine Learning And AI
https://geekycodes.in/what-is-stochastic-gradient-descent/
Geeky Codes
What is Stochastic Gradient Descent?
Stochastic Gradient Descent (SGD) is an optimization algorithm commonly used in machine learning for training models, particularly in large-scale and online learning settings. It is an iterative op…
Machine Learning And AI
https://geekycodes.in/find-kth-number-program-in-python/
Geeky Codes
Find Kth Number Program in Python
The task at hand is to implement a Python function that finds the kth lexicographically smallest integer in the range from 1 to n. To achieve this
Machine Learning And AI
https://geekycodes.in/save-the-prisoner-program-in-python-hacker-rank-solution/
Geeky Codes
Hacker Rank | Save the Prisoner Program in Python
A jail has a number of prisoners and a number of treats to pass out to them. Their jailer decides the fairest way to divide the treats is to seat the
Machine Learning And AI
https://geekycodes.in/logical-computations-with-neurons-deep-learning/
Geeky Codes
Logical Computations with Neurons | Deep learning
Warren McCulloch and Walter Pitts proposed a very simple model of the biological neuron, which later became known as an artificial neuron: it has one