top of page
MR
Spell out information about application development, etc.
Search
![[python]How to get an overview of the whole data in Pandas](https://static.wixstatic.com/media/90b712_91b60ec6c0734ba5b1f4d27a94f9c0d7~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_91b60ec6c0734ba5b1f4d27a94f9c0d7~mv2.webp)
![[python]How to get an overview of the whole data in Pandas](https://static.wixstatic.com/media/90b712_91b60ec6c0734ba5b1f4d27a94f9c0d7~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_91b60ec6c0734ba5b1f4d27a94f9c0d7~mv2.webp)
[python]How to get an overview of the whole data in Pandas
Introduction What happens to the entire data when doing data analysis? You may want to confirm that. So I'll write about how to get an...
Aug 21, 2021
![[python]How to color code even methods that do not have hue as an argument in Seaborn](https://static.wixstatic.com/media/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.webp)
![[python]How to color code even methods that do not have hue as an argument in Seaborn](https://static.wixstatic.com/media/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.webp)
[python]How to color code even methods that do not have hue as an argument in Seaborn
Introduction A library seaborn that can visualize data in a beautiful graph. Among them, in some methods, if you specify a category in...
Aug 21, 2021
![[python]How to visualize data](https://static.wixstatic.com/media/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.webp)
![[python]How to visualize data](https://static.wixstatic.com/media/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_480b2769f8c4439385a141d44cf1fbda~mv2.webp)
[python]How to visualize data
Introduction When doing machine learning such as kaggle's competition, the first thing to do is to visualize the data. And I think that...
Aug 21, 2021
![[python] Visualize data and understand correlation at the same time](https://static.wixstatic.com/media/90b712_5154cdb10a9b44e287c3a3334bbe408f~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_5154cdb10a9b44e287c3a3334bbe408f~mv2.webp)
![[python] Visualize data and understand correlation at the same time](https://static.wixstatic.com/media/90b712_5154cdb10a9b44e287c3a3334bbe408f~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_5154cdb10a9b44e287c3a3334bbe408f~mv2.webp)
[python] Visualize data and understand correlation at the same time
Introduction When analyzing data, I think you will use graphs to visualize the data. At that time, it would be convenient if the...
Aug 21, 2021
![[python]How to evaluate a model other than MSE in a machine learning regression problem](https://static.wixstatic.com/media/90b712_5296491be70a4d549ad45791f5b7d851~mv2.png/v1/fill/w_376,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_5296491be70a4d549ad45791f5b7d851~mv2.webp)
![[python]How to evaluate a model other than MSE in a machine learning regression problem](https://static.wixstatic.com/media/90b712_5296491be70a4d549ad45791f5b7d851~mv2.png/v1/fill/w_399,h_265,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_5296491be70a4d549ad45791f5b7d851~mv2.webp)
[python]How to evaluate a model other than MSE in a machine learning regression problem
Introduction When working on regression problems in machine learning, mse (mean squared error) is commonly used to evaluate the model....
Aug 20, 2021
![[python] When performing k-means clustering, normalize and standardize the data.](https://static.wixstatic.com/media/90b712_1c54febe342b42ffa7dd2d5070676aca~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_1c54febe342b42ffa7dd2d5070676aca~mv2.webp)
![[python] When performing k-means clustering, normalize and standardize the data.](https://static.wixstatic.com/media/90b712_1c54febe342b42ffa7dd2d5070676aca~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_1c54febe342b42ffa7dd2d5070676aca~mv2.webp)
[python] When performing k-means clustering, normalize and standardize the data.
Overview While working on a machine learning problem, I tried k-means clustering of the data. However, it seemed that it depended too...
Aug 18, 2021
![[python]Visualize the distribution of data according to the values of two items](https://static.wixstatic.com/media/90b712_889729345435488598211dc117763743~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_889729345435488598211dc117763743~mv2.webp)
![[python]Visualize the distribution of data according to the values of two items](https://static.wixstatic.com/media/90b712_889729345435488598211dc117763743~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_889729345435488598211dc117763743~mv2.webp)
[python]Visualize the distribution of data according to the values of two items
Overview You can use seaborn's count plot or displot to visualize the distribution of data. Also, if you want to visualize the...
Aug 13, 2021
![[python] Visualize the mistaken part in machine learning](https://static.wixstatic.com/media/90b712_dac492c22b9a41b3a3634c5300b3dfe6~mv2.png/v1/fill/w_262,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_dac492c22b9a41b3a3634c5300b3dfe6~mv2.webp)
![[python] Visualize the mistaken part in machine learning](https://static.wixstatic.com/media/90b712_dac492c22b9a41b3a3634c5300b3dfe6~mv2.png/v1/fill/w_357,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_dac492c22b9a41b3a3634c5300b3dfe6~mv2.webp)
[python] Visualize the mistaken part in machine learning
Overview When doing machine learning, you may want to know "what data the model you created is wrong". Am I making the same mistake for...
Aug 13, 2021
Things to watch out for when using keras on Raspberry pi
Overview When I install keras for deep learning with Raspberry pi, I get the following error at the time of import ValueError:...
Aug 12, 2021


Trade-off between image resizing, accuracy rate, and prediction time by image recognition
Overview Currently, I am creating a project to judge the state of image taken by the camera by machine learning. At that time, if the...
Aug 9, 2021


I made a towel exchange monitoring app with Flutter and Raspberry Pi
Overview The number one housework that a man living alone does not do is to change the hanging towel. So not to forget, I made an app...
Aug 8, 2021


Added kitchen towel change to "Housework Check App"
Overview Last time, I made an app that monitors the change of hanging towels using Flutter and Raspberry Pi. We also added a task to...
Aug 8, 2021
![[python]Determine the brightness of the image](https://static.wixstatic.com/media/90b712_11e7bf95369a4834851d9c00841c4032~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/90b712_11e7bf95369a4834851d9c00841c4032~mv2.webp)
![[python]Determine the brightness of the image](https://static.wixstatic.com/media/90b712_11e7bf95369a4834851d9c00841c4032~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/90b712_11e7bf95369a4834851d9c00841c4032~mv2.webp)
[python]Determine the brightness of the image
Overview I was doing image recognition and wanted to judge the brightness of the image and classify it. Specifically, I'm shooting...
Aug 8, 2021


Improved machine learning model for towel change monitoring system
Overview I have created a system that monitors hanging towels with a WEB camera and notifies when they are replaced. "Whether or not...
Aug 8, 2021
bottom of page