Login
Discover
Waves
Communities
Login
Signup
Topics
#numpy
Global
Trending
Hot
New
Top
#numpy
New
Top communities
Create your community
latest #numpy created topics - older | Ecency
epearson
photo
2021-03-31 03:12
Colorblind Correction - Dublin + Python 1
Colorblind Correction - Dublin + Python 1
$ 0.320
18
leoumesh
OCD
2020-08-12 13:01
DIFFERENT ARRAY OPERATIONS USING NUMPY
This is a basic program in which you can perform various operations on array with the numpy package. from numpy import * arr=array([23,55,34,10,4.0]) print(arr) print(arr.dtype)
$ 4.658
100
kedi
python
2020-05-08 07:05
Playing with TFT Champions Dataset in Python
Some python data analysis with League of Legends TFT dataset
kedi
python
2020-05-04 05:23
Covid-19 Data Tracking with Smartable AI
Simply built my first simple Covid-19 Data Tracking using Smartable AI APIs.
pibara
covid19
2020-04-07 00:11
Visualizing COVID-19 mortality data with Pandas: Normalizing and re-anchoring
In this blog post I want to revisit Pandas and the COVID19 data. In my previous blog post, six days ago, we first looked at visualizing the COVID19 mortality data with Python, using Pandas and Numpy. There
codingart
kr
2019-06-28 08:04
7-21 NumPy 라이브러리에 의한 뉴럴 네트워크 코드의 머신 러닝 특성
러신 러닝 문제를 코딩한다는 면에서 PyTorch라고 해서 NumPy 나 TensorFlow 와 별다른 특징을 지적할 수는 없을 것이다. 머신 러닝의 목적이 같으므로 결국은 동일하거나 비슷한 결과를 주리라 예상된다. 하지만 훨씬 최근에 출현한 PyTorch는 자체 웹사이트의 예제에 의하면 과학기술 분야의 컴퓨팅 영역에서 오랫동안 파이선 코딩을 뒷받침해 왔던
hongtao
cn-stem
2019-06-12 15:31
深入理解Numpy和Tensorflow中的Axis操作
image from unsplash by Joshua Sortino 机器学习中我们需要对多维度的数据进行处理,所以搞清楚数据的维度以及numpy 和 tensorflow 对于维度的定义就非常关键了。这里我们以 numpy 为例,因为 Tensorflow 的数据格式与 numpy 类似。 1. Axis的数量即为数据的维度
rabm
dlive
2018-09-18 21:46
Python - Accelerate your NumPy with Numba!
Just wanted to introduce you guys this awesome package "Numba", an open source JIT compiler that will translate Python and NumPy code into fast native/machine code. Just take a look for yourself...
techvlogs
numpy
2018-06-22 13:08
!
New account with an unverified outbound link, Reveal content
Installing numpy on python
An easy way to install numpy on Python ▶️ DTube ▶️ IPFS
baristutakli
coogger
2018-05-16 18:49
Makine öğrenmesi
Machine Learning ve Python Python veri analizi için mükemmel bir dildir çünkü mevcut olan binerce paket sayesinde veri analistler ve geliştiriciler için en iyi seçimdir. Machine learning için ihtiyacımız
hakancelik
coogger
2018-05-04 08:22
Görüntülerle İlgili Temel İşlemler
Read this content on coogger
sunsi
python
2018-04-04 05:53
!
New account with an unverified outbound link, Reveal content
使用Python爬取网站数据分析
玩Chat分享有一段时间了,回过头来看看从数据爬取(如何用 Python 爬取网页制作电子书)、前后端(用 Kotlin 开发 SpringBoot 之 Data JPA、使用 Angular2+ 开发 Markdown 编辑器)、到开发语言(TypeScript 快速入门)都有涉及。但我们在分享一场 Chat 的时候,有没有思考过: 哪类 Chat 最受欢迎? 哪类 Chat 作者最多? 发布 Chat
hakancelik
coogger
2018-03-29 12:27
Python numpy arrays ( diziler )
Read this content on coogger
hakancelik
coogger
2018-03-29 12:11
Numpy nedir ?
Read this content on coogger
farahulfa
utopian-io
2018-03-25 07:56
Application Face Detection and Digital Imaging with Python on PYChram [part1] [NumPY]
What Will I Learn? Write here briefly the details of what the user is going to learn in a bullet list. You will learn Python You will learn Numpy You will learn Pychram Requirements Package Numpy Pychram
hongtao
cn
2018-03-21 22:23
AI学习笔记——python 以及python 中的几个重要库
机器学习和深度学习用的最多的语言就是Python了,Python真是神通广大,而起丰富的工具库支撑起了机器学习的大厦。这里介绍几个最有用的 1、Numpy 创建numpy 数组 a = np.array[1,2,3] b = np.arrange(0,10,2) c =np.zeros((5,5)) d=np.ones((2,4)) e = np.random.randint(0,10,(3,3))
cryptoone
numpy
2018-03-03 18:25
!
New account with an unverified outbound link, Reveal content
Only Numpy: Deriving Forward feed and Back Propagation in Long Short Term Memory (LSTM) part 1
cryptoone
numpy
2018-03-03 18:19
!
New account with an unverified outbound link, Reveal content
Only Numpy: Vanilla Recurrent Neural Network Deriving Back propagation Through Time Practice — part 1/2
papasmf1
kr
2018-02-27 01:34
쉽게 머신 러닝 학습에 도전하기 #1
파이썬을 사용하면서 계속 머신 러닝 학습에 도전하고 있습니다. 작년 초만 해도 많이 어렵게 느껴졌는데 최근에는 많이 쉬워지고 있습니다. 한빛 미디어에서 번역서로 나온 "Introduction to Machine Learning with Python"이라는 책이 제가 보기에는 가장 쉽네요. 공부하고 싶은 분들은 한번 도전해 보시면 좋을 것 같습니다.
cryptoone
numpy
2018-02-21 17:50
!
New account with an unverified outbound link, Reveal content
Only Numpy: Implementing Mini VGG (VGG 7) and SoftMax Layer with Interactive Code
← Latest
Older →