Learn with Pixel 4 camera Depth map-1 (helper implementation)
# Introduction This article cuts out only the Code part handled in the article serialized in [Note](https://note.com/sv_engineer/m/m98195ca0c6e1). If you are interested in the technical background, p
As soon as I went to college, I started an online class, so I talked about going through the Go service.
This article is the 24th day of the post-Janken of [N High School (2) Advent Calendar 2020](https://qiita.com/advent-calendar/2020/n-highschool-2). My name is [@ kakudo415](https://twitter.com/kaku
See trends in SSH attacks on Splunk
It was a really 2020 year. There is no banquet at all. The year-end party is usually a hot pot course. I'm tired of my legs in the tatami mat room, and the pot is made, and it's mostly Chinese cabbag
I made a github action that notifies Slack of the visual regression test
Hello, my name is [@glassmonkey](https://twitter.com/glassmonekey). This article is the last day of [GitHub Actions Advent Calendar 2020](https://qiita.com/advent-calendar/2020/github-actions).
TypeError: concat () got an unexpected keyword argument'join_axes' when using pandas_profling (Google Colab)
(Please forgive me because it is the first post of Qiita) I participated in a certain competition this time. #### When I tried to view the data using pandas_profling.ProfileReport on Google Colab,
[PyTorch] Handle image pairs with Dataset & DataLorder
TL;DR ``` #When the image exists in such a directory . └─ my_img_path | ├── hogehoge | |-img_A.png | |-img_B.png | ├── fugafuga | |-img_A.png | |-img_B.png .
Basic Linear Algebra Learned in Python (Part 1)
# We will implement linear algebra in python. Since I have just studied, there are some parts that I have not yet understood, but I would like to do it. ### First, a simple understanding of vectors
A quick introduction to pytest-mock
Here is a brief introduction to pytest-mock. ## Significance of mock If you want to test a module or flask app, you will often write test cases in pytest. But what if your test includes the proces
How to change python version of Notebook in Watson Studio (or Cloud Pak for Data)
I used to run Watson Studio's Notebook on Python 3.6, but recently I got a message saying "Python 3.6 is no longer recommended, so change the environment to Python 3.7". This article describes how t
python + lottery 6
# Overview If you roll the dice 60,000 times, it will be close to 10,000 each. Let's apply this to Lotto 6 and increase the probability of hitting Lotto 6 a little. # Construction 1. 1. Pull Lotto
Environment construction with VSCode + Remote Container (Go / Application)
# Preface and Acknowledgments The other day, I made a remote container using a simple method in Go language (Reference: [Environment construction with VSCode + Remote Container (go edition)](https:/
[Python] I introduced Word2Vec and played with it.
# Introduction I will write an article about natural language processing for the first time in a while. This time, I took Word2vec from wikipedia, took a .xml file, divided it, extracted similar wor
Data Science Virtual Machines is the best environment for data analysis from now on!
This article is [Request! Tips for developing on Azure using Python![PR] This is his 4th day of Microsoft Japan Advent Calendar 2020](https://qiita.com/advent-calendar/2020/azure-python) (I will writ
Building a Python3 environment with Amazon Linux2
Python2 system is already installed in Amazon Linux2 as standard, but if you want to install Python3, it coexists and the command is troublesome, so it is a procedure to change to use Python3 as stan
Join CentOS 8.3 with SSSD to Active Directory
0.Intro I decided to try a certain product at work and built an environment. It was my first time to join Linux to a domain, so I had a hard time not knowing what to do. In the product procedure 1.
I made a web application that converts photos into Van Gogh's style
This article is [Request! Tips for developing on Azure using Python![PR] Microsoft Japan Advent Calendar 2020](https://qiita.com/advent-calendar/2020/azure-python) This is the article on the 24th day
I tried a system call called fsopen (2), but I couldn't beat EINVAL ...
I'm sorry I'm completely late, [Linux Advent Calendar 2020](https://qiita.com/advent-calendar/2020/linux) This is the article on the 20th day. Today I'm going to talk about trying [fsopen (2)](https
The full version of Kikagaku's most popular "De-Black Box Course" is now available and will be released for free! Inside story
## Introduction Merry Christmas! I'm Yoshizaki, CEO of Kikagaku Co., Ltd. It's been two years since I posted an article to Qiita in this way. The flow of the moon is fast. Then, from the main
I tried to execute SQL from the local environment using Looker SDK
## What i did --Send SQL from your local environment using Looker API and receive the result ## background ――It's a little tedious to download csv each time you analyze data, so I want to erase it
Looking back on the data M-1 Grand Prix 2020
Hi, I'm Miyuki Platinum, who is a comedian at Qiita. The Advent calendar is nearing its end, and it's Christmas Eve, so I think many people in the IT world are buying Mac M1 chips as gifts for th
[Note] I want to completely preprocess the data of the Titanic issue-Age version-
[First posted article](https://qiita.com/hamco/items/ae0de188adfa240832fb) is a revenge because I couldn't write until the end because I was exhausted on the way. I'm editing it to make it a little
[Linux] Qiita Weekly LGTM Number Ranking [Automatic Update]
# Other tags [`AWS`](https://qiita.com/items/e24b6279326a462d456c) [`Android`](https://qiita.com/items/8b3af051428d746f26c5) [`Docker`](https://qiita.com/items/ae11fca7d2eba445b037) [`Git`](https://
When writing a query with mongo-go-driver, the warning "primitive.E composite literal uses unkeyed fields" is displayed.
## Overview When it comes to using MongoDB with Golang, you probably use [mongo-go-driver](https://github.com/mongodb/mongo-go-driver). In mongo-go-driver, as shown in the sample of [here](https://gi
Set the output destination of the execution result to Vim started as a modeless window
 # Introduction The execution result started on Vim is basically outp
About Opencv ②
Notes about Opencv3 series Basically, it is a thing while checking the official document. Previous memo [About Opencv ①](https://qiita.com/bobrock/items/d410db7ac71908eb2ecf) The environment an
JupyterLab Recommended Extension
jupyterlab-lsp Auto-completion tool. Tab completion exists in jupyterLab itself, but it is more convenient than that. This is an essential function for the author who is accustomed to the lukewarm
[Go] Qiita Weekly LGTM Number Ranking [Automatic Update]
# Other tags [`AWS`](https://qiita.com/items/e24b6279326a462d456c) [`Android`](https://qiita.com/items/8b3af051428d746f26c5) [`Docker`](https://qiita.com/items/ae11fca7d2eba445b037) [`Git`](https://
[Introduction to pytorch] Preprocessing by audio I / O and torch audio (> <;)
As the title suggests, I tried to move the code on the following reference page. It's difficult to say that it's particularly helpful, but it worked, so I'll summarize it. * It's not crisp, but at
UNIX super-basic commands
# What is UNIX ** UNIX ** is a type of ** OS ** like ** Windows ** and ** macOS ** An OS specifically designed for servers, also known as ** "server OS" ** ** UNIX ** has various compatible OS *
Read kaggle Courses --- Intermediate Machine Learning 5
# Christmas is here again this year Hello! My name is Nike! It's Christmas. It's a fun and fun Christmas. Yeah, it's fun. I used to make sweets during this time, but this year I have no one to send