lsyncd falls

(Past correspondence memo) lsyncd may drop with the following error. ``` Thu May 18 23:11:32 2017 Error: Terminating since out of inotify watches. Consider increasing /proc/sys/fs/inotify/max_user_

[You have to know it! ] I tried to set up a Python environment profitably by making full use of the privileges of university students.

Thanks! This is a third-year student attending an information university. I had the opportunity to come into contact with various languages in the first semester class, and decided to voluntarily l

Deep Learning with Shogi AI on Mac and Google Colab Chapter 7

[TOP PAGE](https://qiita.com/kazunoriri/items/d7875d7f1121edcc807a) # Policy Network layer configuration ## Overall view ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/4853

Deep Learning with Shogi AI on Mac and Google Colab Chapter 10 6-9

[TOP PAGE](https://qiita.com/kazunoriri/items/d7875d7f1121edcc807a) # 1 Hand search AI (search1_player.py) ## Location of legal hand filtering The location of legal hand filtering has come before th

Temporary solution to the problem that the exe file created by PyInstaller is mistaken as a Trojan horse virus by AVAST or AVG

## Virus recognition problem when exe of Python with PyInstaller It is a convenient PyInstaller when easily converting Python to an exe, but it seems that the exed version is now recognized as a Tro

Deep Learning with Shogi AI on Mac and Google Colab Chapter 10

[TOP PAGE](https://qiita.com/kazunoriri/items/d7875d7f1121edcc807a) # Value network layer structure ## Overall view ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/485337/a91

Is einsum relatively fast?

# Compare matrix / vector calculation time with several patterns I didn't mean to do it, but when I started doing it, I tried various things. .. .. I'm sorry, so make a note. ```math \boldsymbol{

Stock price forecast by machine learning is so true Numerai Signals

# Introduction The previous article was [here](https://qiita.com/blog_UKI/items/adba89950c4f70c2167d). The specifications for Numerai Signals, which was previously in beta, are almost finalized. The

Collect product information and process data using Rakuten product search API [Python]

## Introduction [Last time](https://qiita.com/Massasquash/items/ed565b8ba4fd51dca54f) extracted 30 items (1 page) of data using "Rakuten product search API" and saved it in a csv file. It was. This

Error around GUI when using PyQt5 on Ubuntu (WSL2)

When I tried to use PyQt5 with wsl2, I had a trouble, so a memorandum. The Japanese article said that it would be solved if only one apt install was done, but I didn't. # Premise --I want to use P

Let's make an image recognition model with your own data and play!

# Introduction I used to want to do image recognition with my own data instead of MNIST, but this is pretty good! !! There aren't many articles like that, and even if I could, the only output was the

Realize a queue with two stacks

Good evening. Thank you for your support. It seems that my article is useful for everyone I'm very happy (≧ ▽ ≦) Summarizing one's understanding also helps to organize one's own understanding.

PhytoMine-How to efficiently acquire gene sequence data of a specific plant species with Python

[Last time](https://qiita.com/MTNakata/items/fefd107f745e8f69e995), I introduced how to get genetic information with PhytoMine-Python. This time, I found an easy way to get the gene sequence with Ph

I wrote an empty directory automatic creation script in Python

# Reason Tokyo Tech lectures will be held seven times. Therefore, in order to organize the files neatly before the lecture starts, files are created for each subject, and empty directories from the

[Introduction to AWS] A memorandum of building a web server on AWS

I've never set up a server on AWS, so the one when I set it up SSL has already created a wildcard proof, so I will attach it to LB. What i did ・ Create a VPC -Create a subnet in the created VP

Understanding memo of collective intelligence programming

# Overview To study machine learning algorithms When I read "Collective Intelligence Programming" (ISBN-13: 978-4873113647) I wasn't sure what the formulas in the program were doing, so Make a not

Data acquired by Django releted

When displaying the Japanese name on the shift table, when I wanted to display the information of the table specified by ForeingKey in various ways, I could not do it anyway, so I passed it from View

How to define Go variables

# How to define variables Bo☆Be☆Ro☆Ku nth decoction #### **`sample.go`** ```go //Declaration, assignment var s string s = "string" //Type declaration and assignment together var s string = "stri

I'm tired of Python, so I tried to analyze the data with nehan (I want to go live even with corona sickness-Part 1)

## greeting Hello, this is sunfish. ** "Twtter x Corona" ** This is the second time in the series. [Last time](https://qiita.com/nehan_io/items/15836ae1a614177a0cae) tried to count the number of tw

Prepare a URL to display the image uploaded by Active Storage by yourself

## What I wanted to do I wanted to save the HTML including the image URL as it is in the DB and display it in raw with an editor such as WYSIWY. ## problem If you save the `service_url` directly,

A tool for easily entering Python code

## Introduction In this article, I'll show you how to easily enter Python code using a text input support tool called Paster. Use with editors such as JupyterLab and VS Code. ## Tools to use This

What to do if you get a must override `get_config` error when trying to model.save in Keras

# Introduction In this article, I would like to introduce what to do when you try to model.save (or model.to_json) in Keras and get `` `XX has arguments in` __init __` and therefore must override `g

Python beginners touch Pytorch (1)

Nice to meet you, my name is Yusaku Sekine. This is my first article, so I'm nervous, but I'll do my best to write it, so please contact me if you have any suggestions. Also, in this article, I will

Equipped with a card function using payjp

# Equipped with a card function. > ** Use gem ** [devise](https://github.com/heartcombo/devise) [PAY.JP for Ruby](https://github.com/payjp/payjp-ruby) [Gon gem](https://github.com/gazay/gon) ## Fir

Kaggle House Prices ① ~ Feature Engineering ~

The following Kaggle competition feature engineering. [House Prices: Advanced Regression Techniques](https://www.kaggle.com/c/house-prices-advanced-regression-techniques) I refer to the following.

Command memorandum

touch https://eng-entrance.com/linux-command-touch --Change the time stamp. --Create a new file

WebApi creation with Python (CRUD creation) For beginners

# Purpose of this article Create a web server that can perform CRUD operations on the DB. I explained it carefully. We welcome you. # Introduction & Premise ○ Premise -Create a list type as a te

Convert images passed to Jason Statham-like in Python to ASCII art

I made an AA automatic creation program. If you pass an image with any of `keyword`, ʻURL`, and` file path`, it will be automatically converted to AA. # Criminal action machine Hello. This is a

Monitor ISC DHCP status with ZABBIX

When I tried to monitor the IP address allocation status on the ISC DHCP server with ZABBIX, for some reason I could only find an example of using a fairly large script written in Perl etc., so I imp

Try using kabu station API of kabu.com Securities

# Introduction The trading API of financial products has been published by various companies in the virtual currency field such as Bitcoin for a long time, but I feel that there are not so many in st