New: numpyAll contenthive-129948hive-196917krhive-180932zzansteemhive-150122hive-166405hive-183959photographyhive-185836hive-144064hive-183397hive-101145hive-188619uncommonlabhive-184714hive-145157hive-103599hive-139150hive-193637lifebitcoinhive-113376hive-109690TrendingNewHotLikersfombae (75)in dynamicdevs-s21w2 • 4 months agoSLC S21W2 || Mastering Arrays with NumPy and Qt5 DesignGreetings Steemit friends Create a Python application using PyQt5 that displays Pascal's Triangle based on user input. To achieve this, I will start by designing a user interface where the…kouba01 (81)in dynamicdevs-s21w2 • 4 months agoSLC S21 Week2 || Mastering Arrays with NumPy and Qt5 DesignCreated by @kouba01 using Canva & PhotoFilter Hello Steemians The Dynamic Dev team, as part of Week 2 of the Steemit Learning Challenge Season 21 offers an enriching competition aimed at…nafisbigboss2 (28)in python • 2 years ago80 Easy Python Projects + EbookThe book "80 Easy Python Projects" offers a range of hands-on projects that will help readers learn and improve their Python programming skills. By working through these projects, readers will…codemy (64)in numpy • 3 years agoHow To Filter Numpy Arrays - Numpy For Machine Learning 9In this video we'll learn how to Filter Numpy Arrays using Boolean Indexed Lists. Filtering Numpy arrays based on some condition is important in all machine learning. We can easily filter our…codemy (64)in technology • 3 years agoSearching Numpy Arrays The Easy Way - Numpy For Machine Learning 8In this video we'll learn how to search thru Numpy Arrays using the where() function. The where function allows you to search through your Numpy array and returns the index number of each…codemy (64)in diy • 3 years agoSorting Numpy Arrays The Right Way - Numpy For Machine Learning 7In this video we'll learn how to sort Numpy Arrays using the sort() function. The sort funtion will sort the items in your Numpy Array numerically from low to high, or ascending. You can use it…codemy (64)in python • 3 years agoIterating Through Numpy Arrays - Numpy For Machine Learning 6In this video we'll learn how to iterate thru Numpy Arrays using basic Python For Loops as well as the nditer() function that comes with Numpy. Iterating over Numpy arrays is important because…codemy (64)in machinelearning • 3 years agoShape and Reshape Numpy Arrays - Numpy For Machine Learning 5In this video we'll learn how to determine the shape of a Numpy Array and reshape a Numpy Array. You'll often need to determine the shape of a Numpy Array and we can do this using the .shape()…codemy (64)in numpy • 3 years agoNumpy Array Copy Vs View - Numpy For Machine Learning 4In this video we'll look at Copy vs. View for Numpy Arrays. There are a couple of ways to make copies of your Numpy Arrays. You can make a Copy or a View. A Copy is a totally separate copy…codemy (64)in coding • 3 years agoNumpy Universal Functions - Numpy For Machine Learning 3In this video we'll look at some of the popular Universal Functions that come with Numpy. Universal Functions, or uFuncs, allow you to quickly do things to the elements of your Numpy Array.…codemy (64)in diy • 3 years agoSlicing Numpy Arrays - Numpy For Machine Learning 2In this video we'll learn all about Slicing Numpy Arrays For Machine Learning. We'll learn how to slice a 1-Dimensional array as well as a 2-Dimensional array. We'll learn how to take different…ss786 (27)in numpy • 3 years agoNumeric Python (NUMPY)Let us learn NUMPYepearson (47)in photo • 4 years agoColorblind Correction - Dublin + Python 1I took this picture in Dublin in 2013. I was on a business trip. I really like this picture. Dublin is normally green when I travel there. I happen to catch brown and orange leaves on the tree. The…nigelmarkdias (69)in steemhunt • 4 years agoNumPy C-API - C & C++ extension modules or embed Python APINumPy C-API C & C++ extension modules or embed Python API Screenshots View Image Hunter's comment By enabling users to extend the system & obtain array object access use…tanky (69)in python • 5 years ago[NumPy] 패키지에 따라 달라지는 선형대수 라이브러리그동안 꼼꼼히 읽어 본 적이 없었는데, 이번에 NumPy 홈페이지에서 알게 된 재미있는 사실이다. 바로 NumPy 패키지마다 선형대수 라이브러리가 다르다는 것. 보통은 어느 걸로 하든 큰 차이가 없을 거라 하는데, 그래도 각 라이브러리의 차이점을 알아두는 게 아무래도 좋을 거고, 이게 때에 따라 중요할 수도 있다. PyPI…codingart (66)in kr • 6 years ago7-21 NumPy 라이브러리에 의한 뉴럴 네트워크 코드의 머신 러닝 특성러신 러닝 문제를 코딩한다는 면에서 PyTorch라고 해서 NumPy 나 TensorFlow 와 별다른 특징을 지적할 수는 없을 것이다. 머신 러닝의 목적이 같으므로 결국은 동일하거나 비슷한 결과를 주리라 예상된다. 하지만 훨씬 최근에 출현한 PyTorch는 자체 웹사이트의 예제에 의하면 과학기술 분야의 컴퓨팅 영역에서 오랫동안 파이선 코딩을 뒷받침해…hongtao (56)in cn-stem • 6 years ago深入理解Numpy和Tensorflow中的Axis操作image from unsplash by Joshua Sortino 机器学习中我们需要对多维度的数据进行处理,所以搞清楚数据的维度以及numpy 和 tensorflow 对于维度的定义就非常关键了。这里我们以 numpy 为例,因为 Tensorflow 的数据格式与 numpy 类似。 1. Axis的数量即为数据的维度…techvlogs (25)in numpy • 7 years agoInstalling numpy on python An easy way to install numpy on Python ▶️ DTube ▶️ IPFShakancelik (62)in coogger • 7 years agoGörüntülerle İlgili Temel İşlemlerRead this content on cooggersunsi (29)in python • 7 years ago使用Python爬取网站数据分析玩Chat分享有一段时间了,回过头来看看从数据爬取(如何用 Python 爬取网页制作电子书)、前后端(用 Kotlin 开发 SpringBoot 之 Data JPA、使用 Angular2+ 开发 Markdown 编辑器)、到开发语言(TypeScript 快速入门)都有涉及。但我们在分享一场 Chat 的时候,有没有思考过: 哪类 Chat 最受欢迎? 哪类 Chat…