Artificial Intelligence & ChatGPT Prompts
40.5K subscribers
667 photos
5 videos
319 files
561 links
๐Ÿ”“Unlock Your Coding Potential with ChatGPT
๐Ÿš€ Your Ultimate Guide to Ace Coding Interviews!
๐Ÿ’ป Coding tips, practice questions, and expert advice to land your dream tech job.


For Promotions: @love_data
Download Telegram
Machine Learning types
โค1
๐Ÿ’พ RAM - Random Access Memory
๐Ÿ“€ ROM - Read-Only Memory
๐Ÿ’ฟ SSD - Solid-State Drive
๐Ÿ–ด HDD - Hard Disk Drive
๐ŸŽฎ GPU - Graphics Processing Unit
๐ŸŒ LAN - Local Area Network
๐Ÿ”Œ USB - Universal Serial Bus
๐Ÿ–ฅ๏ธ CPU - Central Processing Unit
โš™๏ธ BIOS - Basic Input/Output System
๐Ÿ“€ DVD - Digital Versatile Disc
๐Ÿ“ก NFC - Near Field Communication
๐Ÿ“บ LCD - Liquid Crystal Display
๐ŸŒ WAN - Wide Area Network
๐ŸŒ DNS - Domain Name System
๐Ÿ’ป NIC - Network Interface Card
๐Ÿ‘4๐Ÿ˜1๐Ÿ†1
Master Linux with in 9 steps:


1. Start using Linux: The best way to learn is by doing. Start using Linux as your primary operating system and get comfortable with it.

2. Read the best books on Linux: There are many great books on Linux that can help you learn more about it. Some of the best ones include โ€œThe Linux Command Lineโ€ by William Shotts and โ€œLinux Bibleโ€ by Christopher Negus.

3. Try different distributions: There are many different distributions of Linux available, each with its own strengths and weaknesses. Try out a few different ones to see which one you like best.

4. Follow essential Linux websites: There are many great websites out there that can help you learn more about Linux. Some of the best ones include โ€œLinux.comโ€, โ€œLinux Journalโ€, and โ€œLinux Todayโ€.

5. Learn Linux Shell Scripting: Shell scripting is an important skill for any Linux user to have. It allows you to automate tasks and make your life easier.

6. Join the Linux forums: The Linux community is very helpful and supportive. Joining a forum can help you get answers to your questions and learn more about Linux.

7. Google errors: When you encounter an error, donโ€™t panic! Just Google it and youโ€™ll likely find a solution.

8. Start using Arch Linux: Arch Linux is a great distribution for advanced users who want more control over their system.

9. Donโ€™t stop there, repeat: Keep learning! The more you use Linux, the more youโ€™ll learn about it.
๐Ÿ‘3
100+ Practice Questions

โ C/C++
โ Python
โ JavaScript
โ Java
โ C#
โ Golang

โžŠ Simple Numbers

โž€ Find a digit at a specific place in a number
โž Find count of digits in a number
โž‚ Find the largest digit
โžƒ Find the 2nd largest digit
โž„ Find the kth largest digit
โž… Find the smallest digit
โž† Find the 2nd smallest digit
โž‡ Find the kth smallest digit
โžˆ Find generic root (sum of all digits) of a number
โž‰ Reverse the digits in a number
โž€โž€ Rotate the digits in a number
โž€โž Is the number a palindrome?
โž€โž‚ Find sum of 'n' numbers
โž€โžƒ Check if a number is perfect square
โž€โž„ Find a number in an AP sequence
โž€โž… Find a number in a GP sequence
โž€โž† Find a number in fibonacci sequence
โž€โž‡ Check number divisibility by 2, 3, 5, 9
โž€โžˆ Check if a number is primary or not
20. Given a number, print all primes smaller than it
โžโž€ Check if a number is circular prime or not
โžโž Find all prime factors of a number
โžโž‚ Find the GCD of 2 numbers
โžโžƒ Find the LCM of 2 numbers
โžโž„ Find the factorial of a number
โžโž… Find the exponentiation of a number

โž‹ Unit Conversion

โž€ Number Base (Binary, Octal, Hexadecimal, Decimal)
โž Weight (gram, kg, pound)
โž‚ Height (cm, m, inch, feet)
โžƒ Temperature (centigrade, fahrenhite)
โž„ Distance (km, mile)
โž… Area (mยฒ, kmยฒ, acre)
โž† Volume (ltr, gallon)
โž‡ Time (sec, min, hour)
โžˆ Currency

โžŒ Calculator

โž€ Loan EMI Calculator
โž Fixed Deposit Returns Calculator
โž‚ Interest Calculator
โžƒ BMI Calculator
โž„ Item Price (considering tax, discount, shipping)
โž… Tip Calculator

โž Geometry

โž€ Find distance between 2 points
โž Given 2 sides of a right angle triangle, find the 3rd
โž‚ Find 3rd angle of a triangle when 2 are given
โžƒ Area of a triangle when 3 sides are given
โž„ Area of a right angle triangle
โž… Perimeter of a Square
โž† Area of a Square
โž‡ Perimeter of a Rectangle
โžˆ Area of a Rectangle
โž‰ Circumference of a Circle
โž€โž€ Area of a Circle
โž€โž Circumference of a Semi-Circle
โž€โž‚ Area of a Semi-Circle
โž€โžƒ Area of a Ring
โž€โž„ Circumference of an Ellipse
โž€โž… Area of an Ellipse
โž€โž† Suface Area of a Sphere
โž€โž‡ Volume of a Sphere
โž€โžˆ Surface Area of a Hemisphere
20. Volume of a Hemisphere
โžโž€ Surface area of a Cube
โžโž Volume of a Cube
โžโž‚ Surface area of a Cylinder
โžโžƒ Volume of a Cylinder

โžŽ Vector

โž€ Find Scalar Multiplication of a vector
โž Find addition/subtraction of vectors
โž‚ Find magnitude of a vector
โžƒ Find an unit vector along a given vector
โž„ Find dot product of 2 vectors
โž… Find cross product of 2 vectors
โž† Check if 2 vectors are orthogonal

โž Matrix

โž€ Find the determinant of a matrix
โž Find Scalar Multiplication of a matrix
โž‚ Find addition/subtraction of matrices
โžƒ Find the transpose of a matrix
โž„ Find if 2 matrices are orthogonal
โž… Find inverse of a 2x2 and 3x3 matrix

โž Set

โž€ Find Union of 2 sets
โž Find Intersection of 2 sets
โž‚ Find the Difference of 2 sets
โžƒ Find the Symmetric Difference of 2 sets
โž„ Find if a set is subset/superset of another set
โž… Find if 2 sets are disjoints

โž‘ Special Numbers

โž€ Strong Number
โž Perfect Number
โž‚ Armstrong Number
โžƒ Harshad Number
โž„ Kaprekar Number
โž… Lychrel Number
โž† Narcissistic Decimal Number
โž‡ Lucus Number
โžˆ Catalan Number
โž‰ Duck Number
โž€โž€ Ugly Number
โž€โž Abundant Number
โž€โž‚ Deficient Number
โž€โžƒ Automorphic Number
โž€โž„ Magic Number
โž€โž… Friendly Pair Numbers
โž€โž† Neon Number
โž€โž‡ Spy Number
โž€โžˆ Happy Number
20. Sunny Number
โžโž€ Disarium Number
โžโž Pronic Number
โžโž‚ Trimorphic Number
โžโžƒ Evil Number
โžโž„ Amicable Pairs
๐Ÿ‘1
USE CHAT GPT-4 FOR FREE ๐Ÿ†“

๐Ÿ’EXTENSION FOR KIWI BROWSER ON PHONE (USE DESKTOP MODE) AND FOR PC BROWSERS BASED ON CHROMIUM
LINK : https://chrome.google.com/webstore/detail/copilotly-your-personal-a/fnpfnkfggchkcaheehdgmdapnomokajo

๐Ÿ’EXTENSION OFFICAL WEBSITE: https://www.copilotly.com/

STEPS :
1. MAKE ACCOUNT AFTER INSTALLATION OF EXTENSION
2. USE USING POPUP SIDE ICON ON PAGE
3. OF ACCOUNT GPT-4 QUOTA EXPIRES THEN MAKE NEW ACCOUNT AND USE AGAIN AS MUCH AS YOU WANT
๐Ÿ‘1
Call for papers on AI to AI Journey* conference journal has started!
Prize for the best scientific paper - 1 million roubles!


Selected papers will be published in the scientific journal Doklady Mathematics.

๐Ÿ“– The journal:
โ€ข  Indexed in the largest bibliographic databases of scientific citations
โ€ข  Accessible to an international audience and published in the worldโ€™s digital libraries

Submit your article by August 20 and get the opportunity not only to publish your research the scientific journal, but also to present it at the AI Journey conference.
Prize for the best article - 1 million roubles!

More detailed information can be found in the Selection Rules -> AI Journey

*AI Journey - a major online conference in the field of AI technologies
๐Ÿ‘1
๐— ๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ ๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—ณ๐—ผ๐—ฟ ๐—™๐—ฟ๐—ฒ๐—ฒ ๐˜„๐—ถ๐˜๐—ต ๐— ๐—ถ๐—ฐ๐—ฟ๐—ผ๐˜€๐—ผ๐—ณ๐˜ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—ฃ๐—ฎ๐˜๐—ต๐˜€๐Ÿ˜

Want to level up your Data Analytics & Machine Learning gameโ€”for FREE?๐Ÿ”ฅ

These official Microsoft learning paths are your shortcut to building practical, job-ready skills. ๐Ÿง ๐Ÿ’ป

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

https://pdlink.in/4cIU9cc

Because your future job in data isnโ€™t going to wait. Why should you? ๐Ÿ”ฅ
Data Structures that make databases fast and scalable โœ…
โค2