TGViewer
Channel Public Channel
Machinelearning tests

Machinelearning tests

@machinelearningtest

По всем вопросам- @haarrp

@ai_machinelearning_big_data - машинное обучение

@programming_books_it - бесплатные it книги

@pythonl - 🐍

@ArtificialIntelligencedl - AI

@datascienceiot -ds книги
Subscribers
661
Photos
35
Videos
0
Links
0

Showing posts older than #53 · Back to latest

Older Posts 20 shown
Post #52 139
Что выведет код?
x = 5
print([y%2 for y in range(6)][x])
Post #45 114
Дан код.
def gt_100(x):
if x > 100:
return True
else:
return False

import numpy as np
matrix = np.array([[99, 101], [100, 102]])
# ваш код
gt_100(matrix)

Заполните пропуск.
Post #42 112
Что выведет код:
import numpy as np
mtx=np.array([[1, 2],
[3, 4]])

print(mtx.size)
Post #32 92
Дан код
s = list(map(lambda x: x * x, (1, 2, 3, 4)))
print(s)
Older posts →
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →