#آموزش محاسبه کواریانس در پایتون
from numpy import array
from numpy import cov
X = array([
[1, 5, 8],
[3, 5, 11],
[2, 4, 9],
[3, 6, 10],
[1, 5, 10]])
Sigma = cov(X.T)
print(Sigma)
[[ 1. 0.25 0.75]
[ 0.25 0.5 0.25]
[ 0.75 0.25 1.3 ]]
🔰 @raspberry_python
from numpy import array
from numpy import cov
X = array([
[1, 5, 8],
[3, 5, 11],
[2, 4, 9],
[3, 6, 10],
[1, 5, 10]])
Sigma = cov(X.T)
print(Sigma)
[[ 1. 0.25 0.75]
[ 0.25 0.5 0.25]
[ 0.75 0.25 1.3 ]]
🔰 @raspberry_python
بمناسبت 14 سالگی لینوکس(یوبونتو)،
لینک آخرین ورژن یوبونتو یعنی 18.10 که چند روز اخیر آپلود شده رو میتونید داشته باشید و آخرین نسخه رو دانلود و استفاده کنید. 😃👇
https://www.ubuntu.com/download/desktop/thank-you?country=IR&version=18.10&architecture=amd64
🔰 @raspberry_python
لینک آخرین ورژن یوبونتو یعنی 18.10 که چند روز اخیر آپلود شده رو میتونید داشته باشید و آخرین نسخه رو دانلود و استفاده کنید. 😃👇
https://www.ubuntu.com/download/desktop/thank-you?country=IR&version=18.10&architecture=amd64
🔰 @raspberry_python
Tim_Cox,_Dr_Steven_Lawrence_Fernandes.pdf
7.6 MB
Raspberry Pi 3 Cookbook for Python Programmers
کتاب جدید آموزش رزبری پای با برنامه نویسی پایتون
🌟 2018
🔰 @raspberry_python
کتاب جدید آموزش رزبری پای با برنامه نویسی پایتون
🌟 2018
🔰 @raspberry_python
Bharath_Ramsundar_Tensorflow_for.pdf
15.8 MB
TensorFlow for Deep Learning
From Linear Regression to
Reinforcement Learning
کتابی عالی و جدید تنسورفلو برای یادگیری عمیق
🌟انتشارات oreilly سال 2018
🔰 @raspberry_python
From Linear Regression to
Reinforcement Learning
کتابی عالی و جدید تنسورفلو برای یادگیری عمیق
🌟انتشارات oreilly سال 2018
🔰 @raspberry_python
25 Amazing Raspberry Pi Projects To Try Right Now | Vilros
https://vilros.com/learn/projects/25-amazing-raspberry-pi-projects-try-right-now/
از طرف @PayamHDD
🔰 @raspberry_python
https://vilros.com/learn/projects/25-amazing-raspberry-pi-projects-try-right-now/
از طرف @PayamHDD
🔰 @raspberry_python
sanada2017.pdf
375.6 KB
Security Analysis of Raspberry Pi Against Side-Channel Attack with RSA Cryptography
#مقاله
@raspberry_python
#مقاله
@raspberry_python