elisa-aleman
Doctors graduate of Nagaoka University of Technology. I work with machine learning, natural language processing, and information theory.
Japan
Pinned Repositories
ai_python_dev_reference
Personal collection of documentation and reference guides for AI development with python, from PC setup guides, recommended software to install, to anything I've learned about AI training, quantization, etc.
ctrip-tripadvisor-satisfaction-public
Public version (private info censored) of my python project for my paper "Differences in Chinese and Western tourists faced with Japanese hospitality: A natural language processing approach".
EntropyBasedSVM
Entropy-based binary SVM classifier library
Kaomoji_parsing
Using a kaomoji database to parse kaomoji, exchange them for numbered tags, and exchange them back after the text is processed
latex_helpers
My personal bash scripts to make LaTeX academic writing easier
mac-proxy-lab-setup
How I set up a fresh mac to start working in machine learning and programming
MachineLearning
K-folds with returns for F1, Accuracy, Precision, Recall and counts for each prediction
MeCab-python
Example usage of the python wrappers for MeCab Japanese parser in MacOSX.
StanfordCoreNLP_Chinese
Chinese implementation of the Python official interface for Stanford CoreNLP Java server application to parse, tokenize, part-of-speech tag, etc. Chinese texts.
tv-advertising-mere-exposure-public
Public version (private info censored) of my python project for my paper "Measuring the influence of mere exposure effect of TV commercial adverts on purchase behavior based on machine learning prediction models". The original data for this project was provided by the Nomura Research Institute, Ltd. Because of their ownership of the data, it has not been uploaded to this repository. Note: Since this is a very old project (2019) since before I was accostumed to using git version control and GitHub repositories, the code is presented AS IS, as I found it in my old folders. I also worked across different computers, so there might be some disconnect in the process and logs.
elisa-aleman's Repositories
elisa-aleman/latex_helpers
My personal bash scripts to make LaTeX academic writing easier
elisa-aleman/mac-proxy-lab-setup
How I set up a fresh mac to start working in machine learning and programming
elisa-aleman/ai_python_dev_reference
Personal collection of documentation and reference guides for AI development with python, from PC setup guides, recommended software to install, to anything I've learned about AI training, quantization, etc.
elisa-aleman/aistplusplus_api
API to support AIST++ Dataset: https://google.github.io/aistplusplus_dataset (PEP 517)
elisa-aleman/Alexnet_pytorch
Just an implementation of Alexnet on pytorch, since it was hard to find online
elisa-aleman/tv-advertising-mere-exposure-public
Public version (private info censored) of my python project for my paper "Measuring the influence of mere exposure effect of TV commercial adverts on purchase behavior based on machine learning prediction models". The original data for this project was provided by the Nomura Research Institute, Ltd. Because of their ownership of the data, it has not been uploaded to this repository. Note: Since this is a very old project (2019) since before I was accostumed to using git version control and GitHub repositories, the code is presented AS IS, as I found it in my old folders. I also worked across different computers, so there might be some disconnect in the process and logs.
elisa-aleman/chumpyx
Updated mattloper/chumpy for PEP-517 and newer python versions
elisa-aleman/elisa-aleman.github.io
elisa-aleman/ieeem2017-fudosan
Part of the code used on the project: "Development of an Entropy-Based Feature Selection Method and Analysis of Online Reviews on Real Estate, IEEE IEEEM2017". Not up to date with the paper.
elisa-aleman/keras_practice
elisa-aleman/latex-arxiv-acm-michinoeki
Causal relationship between eWOM topics and profit of rural tourism at Japanese Roadside Stations “MICHINOEKI”. // This was the private repository where I worked on the versions of my paper. However, it has been since published In Proceedings of the 10th International Conference on Management of Emergent Digital EcoSystems (MEDES'18). pp. 212 - 218. Tokyo, Japan. September 25-28, 2018. (arxiv:1904.12039) DOI: 10.1145/3281375.3281395
elisa-aleman/latex-arxiv-icarob2018
Emotional Contribution Analysis of Online Reviews. // This was the private repository where I worked on the versions of my paper. However, it has been since published In proceedings of the 2018 International Conference on Artificial Life and Robotics (ICAROB2018). pp. 259 - 362. Beppu, Japan (2018, February 1-4) (arxiv:1905.00185) DOI: 10.5954/ICAROB.2018.OS5-3
elisa-aleman/latex-arxiv-isis2017
Analysis of Chinese Tourists in Japan by Text Mining of a Hotel Portal Site. // This was the private repository where I worked on the versions of my paper. However, it has been since published In proceedings of the 18th International Symposium on Advanced Intelligent Systems (ISIS2017), pp. 191 - 198. Daegu, South Korea (2017, October 12) (arxiv:1904.13214)
elisa-aleman/latex-ipm
Measuring the influence of mere exposure effect of TV commercial adverts on purchase behavior based on machine learning prediction models
elisa-aleman/latex-itt
Differences in Chinese and Western tourists faced with Japanese hospitality: A natural language processing approach. // This was the private repository where I work on the versions of my paper. However, it has been since published at Information Technology & Tourism (2021) 23:381–438 DOI: 10.1007/s40558-021-00203-8
elisa-aleman/latex-jjiiae
Analysis of Chinese Tourists in Japan by Text Mining of a Hotel Portal Site. // This was the private repository where I work on the versions of my paper. However, it has been since published at The Japanese Journal of the Institute of Industrial Applications Engineers (JJIIAE), 2018, Vol. 6, No. 2. pp. 95-99 DOI: 10.12792/jjiiae.6.2.95
elisa-aleman/latex-masters-thesis
My masters thesis
elisa-aleman/latex-report-programming
Template to use nice listings in a programming report with japanese support (XeLaTeX)
elisa-aleman/linux-data-science-py-setup
Tutorial for when I set up a linux machine, or alternatively, a WSL (windows subsystem for linux)
elisa-aleman/MHFormer
[CVPR 2022] MHFormer: Multi-Hypothesis Transformer for 3D Human Pose Estimation (quantized)
elisa-aleman/mmdeploy
OpenMMLab Model Deployment Framework (mmrazor update)
elisa-aleman/mmdetection
OpenMMLab Detection Toolbox and Benchmark (mmrazor + rtmdet / cspnext)
elisa-aleman/mmpose
OpenMMLab Pose Estimation Toolbox and Benchmark. (mmrazor+rtmpose)
elisa-aleman/mmrazor
OpenMMLab Model Compression Toolbox and Benchmark. (torch v2.0.0 update)
elisa-aleman/plastic-rings-defect
failed project to detect defective products
elisa-aleman/shell-scripts-dump
Just some shell scripts I run to keep things smooth, but nothing out of the ordinary or pertaining to any one project
elisa-aleman/sublime-invert-current-color-scheme
Inverts the active color scheme.
elisa-aleman/torch2trt
An easy to use PyTorch to TensorRT converter (pep517)
elisa-aleman/useful_methods
Useful methods I like to import to save time. I stopped using a lot of them when I started using pandas, but the ProjectPaths.py I use frequently
elisa-aleman/win-data-science-py-setup
A guide like my previous one for Mac and Linux, but for Windows instead.