GPU-related terminology
<h2> Overview </ h2> Explain the terms such as tools used when doing machine learning using GPU <h2> Glossary </ h2> <h3> What is GPU </ h3> A processor that performs calculation processing rela
Python a + = b and a = a + b are different
Some sites say that the operator ʻa + = b` is the same as ʻa = a + b`, but it is not exactly the same for mutable objects. Be careful if you have variables that point to the same object. (Especially
Easily share terminal screenshots.
# Introduction When sharing an error that occurred when installing a ruby gem created by a friend in the laboratory on my machine, I found it troublesome to take a picture of the screen with a smartp
How to auto-update App Store description in Google Sheets and Fastlane
** I want to leave the difficult things to the machine as much as possible. ** ** Obviously, in order to update the iOS app, it is necessary to update the content of the update as well. Until now
python --Export 2D histogram as an array by Matplotlib
The method of drawing a two-dimensional histogram with python is famous using Matplotlib or OpenCV. In this article, when you create a 2D histogram with Matplotlib, make a note of how to write the
Educational Codeforces Round 94 Bacha Review (9/3)
# This time's results  # Impressions of this tim
Use IvyFEM (Finite Element Method Library for .NET) from Python
# 1.First of all IvyFEM.dll, a finite element method library for .NET, is under development. It is a library that is supposed to be used in C #, but I found that it could be used from Python, so I w
How to slice a block multiple array from a multiple array in Python
## Overview Use the function `numpy.ix_` to slice a block multi-array from a multi-array` numpy.ndarray` or `torch.Tensor` in Python. ## Details In julia ```julia # Julia #Make multiple arrays (
[Note] Japanese characters are garbled with atom-runner
# phenomenon When using the atom-runner of the Atom, "hello" it is also able to display, garbled in "Hello" occurs. ```python print('hello') print('Hello') ``` 
<H2> What is Virtual Data Optimizer (VDO)? </ H2> VDO is software that provides a function to save data stored in the storage area more space-efficiently. Consider that you can implement the follow
Have Python act for you, then your eyes and brain ...
## background There are times when you're working on a tablet and you need to keep tapping for a while. But I can't take my hands off because I'm doing something different, or I'm giving a cast with
A quick reference chart of matplotlib needed to draw a diagram to convince your boss
When considering features such as machine learning, I want to draw various diagrams. Diagrams are also important for explaining to others (especially bosses, bosses, bosses ...). If you don't write
Mastering OpenWRT (LEDE): rtorrent
# Introduction Tips for building an rtorrent environment on OpenWRT / LEDE. When downloading image files such as Raspberry Pi and Orange Pi, etc. It may take several hours depending on the server,
[AWS] Let's build an ECS Cluster with CDK
[[AWS] Let's build ECR with CDK](https://qiita.com/homines22/items/71e5b596e3edab46f062) ECS Cluster version Please refer to [Previous article]((https://qiita.com/homines22/items/71e5b596e3edab46f06
From environment construction to deployment for flask + Heroku with Docker
# Introduction About a year ago, I used Django to develop a simple web app. [A story about data collection, AI development, and Web application publishing all done in Python](https://qiita.com/hana
[CovsirPhy] COVID-19 Python package for data analysis: SIR-F model
Introduction We are creating a Python package [CovsirPhy](https://github.com/lisphilar/covid19-sir) that allows you to easily download and analyze COVID-19 data (such as the number of PCR positives
[Introduction to Matplotlib] Axes 3D animation: I played with 3D Lissajous figures ♬
I'm addicted to the following Sin-Cos-t 3D animation that came to Twitter 3 days ago, so I will summarize it. I wanted to draw a more interesting Lissajous figure with a light glue that seems to be
Storage I / O notes in Python with Azure Functions
## Introduction Azure Functions supports the Python runtime. However, I couldn't find a way to trigger the input to the storage → Functions processing → Output to the storage, so I will make a note
[Maya Python] Crush the contents of the script 2 ~ list Notes
# Purpose of this article We will deepen your understanding while checking the contents of your own tools one by one, and use them for future tool development. I thoroughly understand that I've bee
Try rewriting the file with the less command
## Try rewriting the file with the less command ### What is the less command? Command to display text files one screen at a time You can see the messages log file at `less / var / log / messages`.
Educational Codeforces Round 89 Bacha Review (9/8)
# This time's results  # Impressions of this time
[Python] Reading CSV files
#### **`csvfile.csv`** ```csv Mr. A,1,Month Mr. B,2,fire Mr. C,3,water ``` #### **`main.py`** ```python import csv #Read the file csv_file = open("csvfile.csv", "r", encoding="utf-8", errors="",
[Python] How to use Typetalk API
# Introduction This article will show you how to use the Typetalk API in Python. By the way, I made a curry judgment bot. 
# Introduction I am studying semiconductor physical properties at university. We are conducting experiments such as irradiating semiconductor materials with a laser and measuring thermal expansion d
* Android * [HTTP communication_2] HTTP communication with Flask (hit WebAPI [GET, POST])
# Introduction In [Previous article](https://qiita.com/f-paico/items/f03f48d3ecacba7dcc13), I explained how to use HttpURLConnection using httpbin as a Web API. This time, we will use Flask as a Web