Initial commit

This commit is contained in:
Илья Назаров 2026-05-06 21:19:10 +03:00
parent c1b71a853a
commit 24d6dcbb1b
3 changed files with 198 additions and 314 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 2,
"id": "3af2cc9d-8792-4968-972a-cdfed0d85dce", "id": "3af2cc9d-8792-4968-972a-cdfed0d85dce",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@ -19,7 +19,7 @@
"[ 0. 2.5 5. 7.5 10. ]\n", "[ 0. 2.5 5. 7.5 10. ]\n",
"\n", "\n",
"Случайные числа из randn:\n", "Случайные числа из randn:\n",
"[ 0.04269067 0.9476501 -0.05281896]\n", "[ 0.16121834 0.8534192 -1.17185391]\n",
"\n", "\n",
"Умножаю матрицу на саму себя через dot:\n", "Умножаю матрицу на саму себя через dot:\n",
"Результат:\n", "Результат:\n",
@ -39,7 +39,7 @@
" [ 9, 10]])" " [ 9, 10]])"
] ]
}, },
"execution_count": 3, "execution_count": 2,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }

File diff suppressed because one or more lines are too long