Generative AI
23.5K subscribers
476 photos
2 videos
81 files
251 links
โœ… Welcome to Generative AI
๐Ÿ‘จโ€๐Ÿ’ป Join us to understand and use the tech
๐Ÿ‘ฉโ€๐Ÿ’ป Learn how to use Open AI & Chatgpt
๐Ÿค– The REAL No.1 AI Community

Admin: @coderfun
Download Telegram
Artificial Intelligence on WhatsApp ๐Ÿš€

Top AI Channels on WhatsApp!


1. ChatGPT โ€“ Your go-to AI for anything and everything. https://whatsapp.com/channel/0029VapThS265yDAfwe97c23

2. OpenAI โ€“ Your gateway to cutting-edge artificial intelligence innovation. https://whatsapp.com/channel/0029VbAbfqcLtOj7Zen5tt3o

3. Microsoft Copilot โ€“ Your productivity powerhouse. https://whatsapp.com/channel/0029VbAW0QBDOQIgYcbwBd1l

4. Perplexity AI โ€“ Your AI-powered research buddy with real-time answers. https://whatsapp.com/channel/0029VbAa05yISTkGgBqyC00U

5. Generative AI โ€“ Your creative partner for text, images, code, and more. https://whatsapp.com/channel/0029VazaRBY2UPBNj1aCrN0U

6. Prompt Engineering โ€“ Your secret weapon to get the best out of AI. https://whatsapp.com/channel/0029Vb6ISO1Fsn0kEemhE03b

7. AI Tools โ€“ Your toolkit for automating, analyzing, and accelerating everything. https://whatsapp.com/channel/0029VaojSv9LCoX0gBZUxX3B

8. AI Studio โ€“ Everything about AI & Tech https://whatsapp.com/channel/0029VbAWNue1iUxjLo2DFx2U

9. Google Gemini โ€“ Generate images & videos with AI. https://whatsapp.com/channel/0029Vb5Q4ly3mFY3Jz7qIu3i/103

10. Data Science & Machine Learning โ€“ Your fuel for insights, predictions, and smarter decisions. https://whatsapp.com/channel/0029Va8v3eo1NCrQfGMseL2D

11. Data Science Projects โ€“ Your engine for building smarter, self-learning systems. https://whatsapp.com/channel/0029VaxbzNFCxoAmYgiGTL3Z/208

React โค๏ธ for more
โค4
๐—–๐—œ๐—ฆ๐—–๐—ข ๐—™๐—ฅ๐—˜๐—˜ ๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€๐Ÿ˜

- Data Analytics
- Data Science 
- Python
- Javascript
- Cybersecurity
 
๐‹๐ข๐ง๐ค ๐Ÿ‘‡:- 

https://pdlink.in/4fYr1xO

Enroll For FREE & Get Certified๐ŸŽ“
Most Asked SQL Interview Questions at MAANG Companies๐Ÿ”ฅ๐Ÿ”ฅ

Preparing for an SQL Interview at MAANG Companies? Here are some crucial SQL Questions you should be ready to tackle:

1. How do you retrieve all columns from a table?

SELECT * FROM table_name;

2. What SQL statement is used to filter records?

SELECT * FROM table_name
WHERE condition;

The WHERE clause is used to filter records based on a specified condition.

3. How can you join multiple tables? Describe different types of JOINs.

SELECT columns
FROM table1
JOIN table2 ON table1.column = table2.column
JOIN table3 ON table2.column = table3.column;

Types of JOINs:

1. INNER JOIN: Returns records with matching values in both tables

SELECT * FROM table1
INNER JOIN table2 ON table1.column = table2.column;

2. LEFT JOIN: Returns all records from the left table & matched records from the right table. Unmatched records will have NULL values.

SELECT * FROM table1
LEFT JOIN table2 ON table1.column = table2.column;

3. RIGHT JOIN: Returns all records from the right table & matched records from the left table. Unmatched records will have NULL values.

SELECT * FROM table1
RIGHT JOIN table2 ON table1.column = table2.column;

4. FULL JOIN: Returns records when there is a match in either left or right table. Unmatched records will have NULL values.

SELECT * FROM table1
FULL JOIN table2 ON table1.column = table2.column;

4. What is the difference between WHERE & HAVING clauses?

WHERE: Filters records before any groupings are made.

SELECT * FROM table_name
WHERE condition;

HAVING: Filters records after groupings are made.

SELECT column, COUNT(*)
FROM table_name
GROUP BY column
HAVING COUNT(*) > value;

5. How do you calculate average, sum, minimum & maximum values in a column?

Average: SELECT AVG(column_name) FROM table_name;

Sum: SELECT SUM(column_name) FROM table_name;

Minimum: SELECT MIN(column_name) FROM table_name;

Maximum: SELECT MAX(column_name) FROM table_name;

Here you can find essential SQL Interview Resources๐Ÿ‘‡
https://t.iss.one/mysqldata

Like this post if you need more ๐Ÿ‘โค๏ธ

Hope it helps :)
โค3
Forwarded from Artificial Intelligence
๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ ๐—™๐—ฅ๐—˜๐—˜ ๐—ฅ๐—ผ๐—ฎ๐—ฑ๐—บ๐—ฎ๐—ฝ ,๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ,๐—ฃ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜๐˜€ & ๐—œ๐—ป๐˜๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฒ๐˜„ ๐—š๐˜‚๐—ถ๐—ฑ๐—ฒ๐Ÿ˜

Roadmap:- https://pdlink.in/41c1Kei

Certifications:- https://pdlink.in/3Fq7E4p

Projects:- https://pdlink.in/3ZkXetO

Interview Q/A :- https://pdlink.in/4jLOJ2a

Enroll For FREE & Become a Certified Data Analyst In 2025๐ŸŽ“
โค1
MACHINE LEARNING EXPERT IN NINE STEPS
โค3๐Ÿ‘1
Forwarded from Artificial Intelligence
๐—œ๐—ป๐—ฑ๐˜‚๐˜€๐˜๐—ฟ๐˜† ๐—”๐—ฝ๐—ฝ๐—ฟ๐—ผ๐˜ƒ๐—ฒ๐—ฑ ๐—™๐—ฅ๐—˜๐—˜ ๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐Ÿ˜

Whether youโ€™re interested in AI, Data Analytics, Cybersecurity, or Cloud Computing, thereโ€™s something here for everyone.

โœ… 100% Free Courses
โœ… Govt. Incentives on Completion
โœ… Self-paced Learning
โœ… Certificates to Showcase on LinkedIn & Resume
โœ… Mock Assessments to Test Your Skills

๐‹๐ข๐ง๐ค ๐Ÿ‘‡:- 

https://pdlink.in/447coEk

Enroll for FREE & Get Certified ๐ŸŽ“
๐Ÿ‘Ž1
List Slicing in Python ๐Ÿ‘†
โค4
๐—ง๐—ผ๐—ฝ ๐—–๐—ผ๐—บ๐—ฝ๐—ฎ๐—ป๐—ถ๐—ฒ๐˜€ & ๐—Ÿ๐—ฒ๐—ฎ๐—ฑ๐—ถ๐—ป๐—ด ๐—–๐—ผ๐—บ๐—ฝ๐—ฎ๐—ป๐—ถ๐—ฒ๐˜€ ๐—ข๐—ณ๐—ณ๐—ฒ๐—ฟ๐—ถ๐—ป๐—ด ๐—™๐—ฅ๐—˜๐—˜ ๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€ ๐Ÿ˜

Harward :- https://pdlink.in/4kmYOn1

MIT :- https://pdlink.in/45cvR95

HP :- https://pdlink.in/45ci02k

Google :- https://pdlink.in/3YsujTV

Microsoft :- https://pdlink.in/441GCKF

Standford :- https://pdlink.in/3ThPwNw

IIM :- https://pdlink.in/4nfXDrV

Enroll for FREE & Get Certified ๐ŸŽ“
โค1
๐Ÿง  ChatGPT For Programming
โค1