آذربایجان بخشی از ایران نیست، بخش جدایی ناپذیر ایرانه!
اینارو هم کامنت نزارید، نفرت پراکنی نکنید، قشنگ معلوم و واضحه که پروژه است و بودجه خوبی هم داره...
Are you fascinated by artificial intelligence, deep learning, machine learning, and computer vision? Look no further than the Telegram channel 'ai_person' run by Meysam. A platform that is dedicated to sharing valuable insights, resources, and information related to the world of AI and technology.
Meysam, the curator of this channel, is passionate about all things AI and tech. With a background in these fields and a strong presence on LinkedIn, Meysam is dedicated to keeping his followers informed and engaged. You can learn more about Meysam by visiting his LinkedIn profile: https://www.linkedin.com/in/meysam-ac
Join 'ai_person' to stay updated on the latest trends, news, and developments in AI, DL, ML, CV, and more. Whether you are a seasoned professional or someone just starting to explore the world of artificial intelligence, this channel has something for everyone. Don't miss out on the opportunity to expand your knowledge and connect with like-minded individuals. Join 'ai_person' today and embark on a journey of learning and discovery.
05 Jan, 02:24
02 Jan, 01:39
01 Jan, 08:40
01 Jan, 08:18
31 Dec, 09:25
31 Dec, 09:09
30 Dec, 21:10
30 Dec, 20:45
29 Dec, 03:35
29 Dec, 03:28
28 Dec, 05:43
25 Dec, 15:00
25 Dec, 03:36
class 📦(type):
def __new__(cls, name, bases, dct):
print(f"Creating a class named {name}")
return super().__new__(cls, name, bases, dct)
# Define a class without using `class` keyword
Rocket = 📦("Rocket", (), {"launch": lambda self: print("Lift off!")})
# Using the dynamically created class
rocket = Rocket()
rocket.launch()
25 Dec, 03:33
def 🎭(func):
"""Convert a function into a class."""
return type(func.__name__, (), {"run": func})
@🎭
def 🚀():
print("Lift off!")
# Using the class
rocket = 🚀()
rocket.run()
25 Dec, 02:11
22 Dec, 15:50
21 Dec, 03:03
20 Dec, 04:35
19 Dec, 14:13
18 Dec, 22:55
05 Dec, 11:23
03 Dec, 11:39
03 Dec, 02:40
03 Dec, 02:29
29 Nov, 10:01
24 Nov, 21:42
22 Nov, 19:41
21 Nov, 12:42
18 Nov, 11:56
15 Nov, 16:40
15 Nov, 11:25
12 Nov, 07:35
11 Nov, 21:59
10 Nov, 01:13
10 Nov, 01:10
08 Nov, 11:35
07 Nov, 15:50
07 Nov, 13:53
06 Nov, 15:15
05 Nov, 17:27
05 Nov, 01:10
03 Nov, 01:40
01 Nov, 16:51
01 Nov, 16:44
21 Oct, 14:51
21 Oct, 14:42
21 Oct, 14:39
اسرائیل
بوده21 Oct, 06:47
21 Oct, 06:41
21 Oct, 06:39
21 Oct, 06:38
21 Oct, 06:36
21 Oct, 06:33
21 Oct, 06:15
14 Oct, 16:09
14 Oct, 12:52
14 Oct, 12:51
14 Oct, 12:44
14 Oct, 12:43
13 Oct, 20:15
13 Oct, 20:10