Convert PDF of Go To Eat Hokkaido campaign dealer list to CSV
Convert PDF of dealer list of [Go To Eat Hokkaido Campaign](https://gotoeat-hokkaido.jp/general/particStores/) to CSV + [Converted CSV](https://docs.google.com/spreadsheets/d/e/2PACX-1vTETGU0gOZUn2
np.mean and np.average speed showdown
There are two ways to average with NumPy: `np.mean` and` np.average` (although there may be others). Here, let's leave the difference between the two to other articles, and see which is better in ter
RNN_LSTM1 Time series analysis
[Aidemy](https://aidemy.net/) 2020/11/10 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy
Atcoder ABC115 Past Exercises
# Introduction This is a study memo of the past question [ABC115](https://atcoder.jp/contests/abc115). The language used is Python. [A - Christmas Eve Eve Eve](https://atcoder.jp/contests/abc115/ta
RNN_LSTM2 Natural language processing
[Aidemy](https://aidemy.net/) 2020/11/10 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy
[Note] WSL2 kernel build and use
 # Overview On Ubuntu 20.04 of WSL2, build the kernel source brought from k
"Trash classification by image!" App creation diary day3 ~ Web application with Django ~
# Introduction "Classify garbage by image!" Today, the third day of the app creation diary, I would like to use Django to make it a web app. <br> Article list <br> -["Trash classification by imag
Double-click to open ipynb file (Mac, Anaconda virtual environment)
A note on how you can double-click an .ipynb file on your Mac. As shown in the link below, you can create an application that starts jupyterlab with Automator and register it as the default applica
I tried to implement various methods for machine learning (prediction model) using scikit-learn.
* Articles sent by data scientists from the manufacturing industry * This time, we implemented and organized various prediction models using scikit-learn. ## Introduction This time, I implemented
Simple comparison of Python libraries that operate Excel
I was confused because there were multiple ways to play with Excel in Python, so I summarized them in a table. ## Comparison table Since the table is large, I posted Excel to another server without
The Linux emulator "iSH" that runs on the iPad is a hot topic in me
# iSH setup ## install apk By default, the package manager apk is not installed, so install it. ```sh $ wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk |
How to analyze with Google Colaboratory using Kaggle API
For my notes #### **`kaggle.py`** ```python !pip install kaggle ``` #### **`kaggle_api.py`** ```python from googleapiclient.discovery import build import io, os from googleapiclient.http import
Can VS Code be debugged if the path contains certain symbols? (Python)
As the title says ... Is it a bug? --The confirmed version is as follows. - VS Code 1.51.0 - Python 3.8.5 I don't use any debuggable language other than Python, so I don't know the other lan
Draw a line / scatter plot on the CSV file (2 columns) with python matplotlib
Suppose you want to plot such a csv file with python (matplotlib). .. <pre> $ head tmp2 1000,0.059820690 2000,0.093225007 3000,0.139737644 4000,0.185947643 5000,0.249426903 6000,0.280377022 7000,0.3
Deep learning image recognition 2 model implementation
[Aidemy](https://aidemy.net/) 2020/11/10 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy
Deep learning image recognition 3 after model creation
[Aidemy](https://aidemy.net/) 2020/11/10 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy
Let's make a leap in the manufacturing industry by utilizing the Web in addition to Python
## background Recently, the introduction of Python in the manufacturing industry is progressing. It is convenient for automation and application creation, and it seems that this momentum will not sto
Install PyStan on Windows without Anaconda
If you want to run PyStan on Windows, it's easiest to use Anaconda, and the official documentation also describes how to install using Anaconda. [PyStan on Windows — PyStan documentation](https://pys
Anomaly detection introduction 3 Change point detection
[Aidemy](https://aidemy.net/) 2020/11/10 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy
Derivation of certainty of effect in A / B testing
When conducting an A / B test, it is very important not only to estimate the effect of taking measures, but also to calculate how reliable the estimated value is. Therefore, the estimation error of
[Blender x Python] Think of code with symbols
# table of contents 0. Thinking of codes as symbols 1. Code used this time 2. What is a variable? 3. What is a method? 4. The role of dots (.) 5. Role of equal (=) Finally # 0. Thinking of co
Successful Investment: Trading Science
# Introduction Immediately, are you all investing? If so, what kind of investment are you making? There are various investment targets in the world, and there are various investment methods. There
Send using Python with Gmail
# Conclusion ```python import smtplib from email.utils import formatdate from os.path import basename from email.mime.text import MIMEText from email import encoders from email.mime.base import MIME
Anomaly detection introduction 2 Outlier detection
[Aidemy](https://aidemy.net/) 2020/11/10 # Introduction Hello, it is Yope! I am a liberal arts student, but I was interested in the possibilities of AI, so I went to the AI-specialized school "Aidemy
Operate Excel with Python (2)
# Today's purpose --Get the data written in the opened Excel and save it in another Excel. --Try how to write when you do not know the number of data. ## Point-like thing --Operate Excel (see last
TCP communication using Socket module-Python3
Please see with the previous article. [Python3 socket module and socket communication flow](https://qiita.com/Suzukaze31/items/a181016e8779ac118478) A simple example of TCP communication using the p
It is troublesome to change the settings between the intranet and business trip / at home, so I was a little happy when I set up a forward proxy locally with Apache2.
Since the proxy settings are different between the company firewall and the direct connection to the Internet when traveling or at home, set up a forward proxy locally with Apache2 and change it in o
Try to implement Oni Maitsuji Miserable in python
I ’m Nagamasa Yamada. Try to implement Yubaba in Java ↓ https://qiita.com/Nemesis/items/c7192a7c510788d2cba2 If it's the demon dance Tsuji miserable version, it seems ** easy ** so I made it It wi
I couldn't use tkinter with python installed by pyenv of anyenv
If you search for this symptom, you will find some articles in Qiita, but for some reason it didn't work and I made a lot of trial and error, so I made a note. TL;DR --If there is no `tcl-tk`, en
[Linux] I tried to summarize the command of resource confirmation system
Recently, I started learning LPIC201, but since there are many resource confirmation commands, I decided to summarize them. # sar command sar [Option] [Display interval (seconds) [Number of times]]