Kenta
Followers: 0 Following: 0
Lead Data Scientist at ScanX :https://kentapt.hatenablog.com/entry/2021/12/22/164539
Python
Estadística
8 Preguntas
323 Respuestas
24 Archivos
CLASIFICACIÓN
90
of 295.448
REPUTACIÓN
1.635
CONTRIBUCIONES
8 Preguntas
323 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
280
CLASIFICACIÓN
1.046 of 20.227
REPUTACIÓN
1.774
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
24 Archivos
DESCARGAS
132
ALL TIME DESCARGAS
11696
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
sketch2im using Conditional GAN (pix2pix)
Image to Image Translation Using Generative Adversarial Networks
casi 3 años hace | 4 descargas |
Enviada
MATLAB MobileとPythonライブラリ folium によるGPSデータのプロット
This repo shows how to plot GNSS data obtained by MATLAB mobile using a python library, folium.
casi 3 años hace | 3 descargas |
Enviada
機械学習による迷惑メールの分類
各単語の出現頻度や単語のベクトル化により、迷惑メールの分類を行います。ナイーブベイズを用いたものと、LSTMによるものの2通りを用意しています。
casi 3 años hace | 1 descarga |
Enviada
Explainable AI with Score-CAM
This repo shows a MATLAB implementation of score-CAM (Wang et al., CVPR workshop, 2020). This method is the first gradient-free ...
casi 3 años hace | 3 descargas |
Enviada
Video classification using LSTM(LSTMによる動画の分類)
simple example of video classification with LSTM
alrededor de 3 años hace | 5 descargas |
Enviada
Classify crack image using deep learning and explain "WHY"
This demo shows how to classify crack images using deep learning and explain why behind the decision. このデモでは、深層学習によりひび割れ画像を分類し、さ...
alrededor de 3 años hace | 13 descargas |
Enviada
Semantic segmentation using Pascal VOC
This example shows how to train a semantic segmentation network using deep learning using Pascal VOC dataset.
alrededor de 3 años hace | 3 descargas |
Enviada
Image Classification using CNN with Multi Input 複数の入力層を持つCNN
This demo shows how to implement convolutional neural network (CNN) for image classification with multi-input. カスタムループを用いて複数入力のC...
alrededor de 3 años hace | 17 descargas |
Enviada
CNN classification using random erasing/cut out
This demo shows how to do random erasing/cut out augmentation in CNN classification. random erasing や cut outとよばれる方法を用いて画像にマスクをか...
más de 3 años hace | 6 descargas |
Enviada
Crack detection using one-class SVM (1クラスsvmによるひび割れ検知)
This demo shows how to detect the crack images using one-class SVM. このデモでは、1クラスSVMを用いて、ひび割れを自動的に検知します。
más de 3 años hace | 6 descargas |
Enviada
Oversampling for deep learning: classification example
This example show how to classify images with imbalanced training dataset where the number of images per class is different over...
más de 3 años hace | 5 descargas |
Enviada
Image clustering and dimension reduction using CNN
This demo shows how to perform image clustering and dimension reduction using a pre-trained network. 学習済みネットワークを利用し、画像のクラスタリングや次...
más de 3 años hace | 2 descargas |
Enviada
Explainable AI: interpreting the classification using LIME
This demo shows how to interpret the classification by CNN using LIME (Local Interpretable Model-agnostic Explanations) [1]. LIM...
más de 3 años hace | 6 descargas |
Enviada
Image classification using CNN with mixup data augmentation
This demo shows how to perform a data augmentation method called mix-up/random paring for image classification using CNN
más de 3 años hace | 5 descargas |
Enviada
Classify point clouds using PointNet(点群深層学習による点群の分類)
This demo shows how to classify point clouds using a method using deep learning for PointNet.
casi 4 años hace | 5 descargas |
Enviada
Conditional GAN and CNN classification with Fashion MNIST
This demo shows how to classify fashion item data (fashion MNIST) and synthesize those images using conditional GAN. fashion MNI...
más de 4 años hace | 7 descargas |
Enviada
Generating digits by interpolating latent space with VAE
Continuous digit generation using variational auto encoder (VAE) by interpolating the latent space. VAEによる数字の自動生成
más de 4 años hace | 1 descarga |
Enviada
Conditional VAE (Variational Auto Encoder) 条件付きVAE
This example shows how to create a conditional variational autoencoder (VAE) in MATLAB to generate digit images. 条件付き変分オートエンコーダに...
más de 4 años hace | 9 descargas |
Enviada
ZCA whitening for image classification ZCA白色化
This demo shows how to do ZCA whitening transformation for image classification. このデモでは、深層学習による分類の前処理としてZCA白色化を行います。
más de 4 años hace | 3 descargas |
Enviada
Visualizing a hyper-plane in SVM classifier(SVMの分離境界面の可視化)
A hyper-plane in SVM classifier was visualized. 3変数にてSVMを使い、分類を行うときの分離曲面を可視化します。
más de 4 años hace | 6 descargas |
Enviada
Conditional GAN (Generative Adversarial Network) with MNIST
Hand-written digits were synthesized using a generative adversarial network called Conditional GAN. Conditional GANを用いて手書き数字を生成し...
más de 4 años hace | 8 descargas |
Enviada
Continuous activation map generation at training process
Please click the thumbnail to watch the GIF file. 概要はサムネイルをクリックして下さい.This demo shows how to continuously create a class activati...
más de 4 años hace | 2 descargas |
Enviada
Generating hand-written numbers using VAE(VAEによる手書き文字の生成)
This demo generates a hand-written number gradually changing from 0 to1.
más de 4 años hace | 1 descarga |