BERT challenges quiz shoulder tackle

## Introduction First, please take a look at this. Quiz show https://www.youtube.com/watch?v=m50H_0B78aQ&feature=emb_logo ## Operating environment * Google Colaboratory * Huggingface Transformers 2

The day when a beginner who started programming for two and a half months made a web application using Flask

# Introduction Thank you for reading this article first! It's been about two weeks since I published an article about data analysis. This time I finished taking Aidemy's AI application course, so

When Assertion `srcIndex <srcSelectDimSize` failed. Appears in TextGAN

TextGAN github https://github.com/williamSYSU/TextGAN-PyTorch The following error when applying SeqGAN to my own dataset. ```terminal ... Assertion 'srcIndex < srcSelectDimSize' failed ... ... Runt

ROC curve for multiclass classification

# Purpose A memorandum for drawing ROC curves by reading predicted values of multiclass classification saved in xlsx or csv format with pandas. I also practice writing articles for Qiita. # About R

# 5 [python3] Extract characters from a character string

# Introduction This article is written by a fledgling engineer who has been studying programming for about two months for the purpose of output. After biting ruby and js, I became interested in the

[Linux] How to use the echo command

# Begin Outputs the method that you often use for one of the Linux commands, the echo command. * Please note that not all usage methods are covered. # What is the echo command? This is a command

Put only kubectl in Amazon Linux 2

``` curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/linux/amd64/kubectl chmod +x kubectl sudo mv kubectl /usr/local/bin/ ```

Introducing books related to data science.

I started studying statistics when I was in the third year of university, and this year is my fourth year. Since it's a big deal, I thought it would be useful for someone if I could introduce the b

I made a client / server CLI tool for WebSocket (like Netcat for WebSocket)

* There is a serious defect and it is being fixed. I created a CLI tool called [wsnc](https://github.com/tomatod/wsnc) in Go language as the title suggests. This one can be used as both a WebSocket

[GO language] Let's read a YAML file

# What is YAML? -<a href=https://wa3.i-3-i.info/word13801.html> What is YAML? -<a href=https://www.wakuwakubank.com/posts/488-it-yaml/> How to write yaml (comments, arrays, anchors, aliases) </a> #

Install and launch k3s on Manjaro Linux

## Installation ``` yay k3s ``` ## Start-up ``` sudo k3s server --write-kubeconfig-mode 644 sudo k3s agent ``` ## use ``` k3s kubectl get po ``` ## I want to use plain kubectl without using the

How to allow nologin users to log in on Linux

I have summarized it because I made it possible to log in a nologin user on Linux and verified to change the login user to a nologin user. ### Verification environment - AWS - Ubuntu20.04 ### Verif

[Note] Hello world output with python

# Basic basics First of all, this is it. Outputs Hello world. This is an article like this, but I want to do my best to post one post a day. # Development environment - Windows10 - corei5 -The edit

Create a web page that runs a model that increases the resolution of the image using gradio, which makes it easy to create a web screen

# Overview In order to effectively show the performance of a model as a demo after creating a model by deep learning etc., it is more familiar and preferable for many people (especially non-engineers

Get options in Python from both JSON files and command line arguments

This is the Python version of another article, "Getting options in Ruby from both JSON files and command line arguments" (https://qiita.com/aikige/items/014139c0b1ae70139477). With the increasing us

What are go mod, go get and go mod vendors?

I'm just getting started with Go and I'm not sure about go mod, go get and go mod vendor Please note that it is highly possible that you are wrong. Is the go.mod file something like Gemfile or pa

What you want to memorize with the basic "string manipulation" grammar of python

### (My memo) What I want to memorize with the basic python grammar ## Introduction Write for yourself so that you don't forget the basics of pthon. * I'm sorry for those who have seen this page. No

Use Grove-Temperature & Humidity Sensor (DHT11) on Raspberry Pi

# Introduction I'm glad I bought the HAT board and temperature sensor, but it wasn't working, so I went instead of verifying the operation. Price etc. * [Sengoku Densho Grove Base Hat for Raspber

Introduction to Bayesian Statistical Modeling with python ~ Trying Linear Regression with MCMC ~

## Introduction ### Is the Complete Data Driven Approach Correct? Utilize more human know-how for modeling! ――I think that the approach of big data and machine learning these days is to learn all the

After enabling the python virtual environment in the batch file, run the python file

# Thing you want to do Execute python file in python virtual environment with task scheduler Because I wanted to automate # Contents of batch file This can be achieved by connecting call and the c

Export RDS snapshot to S3 with Lambda (Python)

# Introduction When referencing RDS data -There is no date and time dump job etc. -No read replica ・ No questions asked and approval is required to log in to a commercial environment. For some

The process of repeatedly extracting an array differs slightly depending on the language ...

You often want to take out arrays one by one with a for statement and assign them to variables. The subtle differences between different languages can damage your brain. Here we will cover Python, J

Could not import C error in GO environment

## Error occurred A mysterious error when trying to update the schema with `gqlgen` in Go's graphql library ```sh /go/src # go run github.com/99designs/gqlgen validation failed: packages.Load: /u

Challenge block breaking with Actor-Critic model reinforcement learning

# Introduction I will try to break the block of OpenAI Gym. ![poster.jpg](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/893830/a57fbd0b-a034-1f83-013a-c0036d2dc9df.jpeg) Image borro

What to do when "Invalid HTTP_HOST header" appears in Django

## Event ``` Invalid HTTP_HOST header: '*.*.*.*:8000'. You may need to add '*.*.*.*' to ALLOWED_HOSTS. ``` ## error contents * The received site name and the site name set in Django are different.

A story about changing the master name of BlueZ

# I want to change the name of Bluetooth on Linux I built my first home-built PC with Corona, what do you guys do with your host name? If it is made by a manufacturer, it has a fixed name, if it is W

Make pyknp (JUMAN, KNP) available on windows

# table of contents 1. Development environment 2. Download various software 3. Confirm at the command prompt 4. pyknp installation 5. Usage test 6. Program rewriting 7. Reference / Digression

Error when starting gazebo (gzserver: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgazebo_common.so.9: undefined symbol :)

Error when starting gazebo ``` gzserver: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgazebo_common.so.9: undefined symbol: _ZN8ignition10fuel_tools12ClientConfig12SetUserAgentERKNSt7__cxx1112b

AtCoder To become light blue

## 0. Introduction Hi, this is [HIROSHI0635](https://atcoder.jp/users/HIROSHI0635). I wrote a simple article when it turned green, but I managed to turn it light blue about 9 months after it turned g

AtCoder Beginner Contest 184 Note

# Preface I tried Atcoder, so it's a memo for myself. I plan to add and correct it later. # problem https://atcoder.jp/contests/abc184 A #### **`Q_A.go`** ```go package main import ( "f