Pinned Repositories
akard
a quantitative investment project for freedom and independence
AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
cockroach
A Scalable, Geo-Replicated, Transactional Datastore
Corr_NaverShopping_KMA
a repo for correlation test and modeling with Naver shopping insight API data & KMA observations
courses
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
cpython
The Python programming language
nlp_tools
a set of self-customized tools for NLP research/development activities
NLP_toy_spell_checker
An implementation of the English spell checker of Peter Norvig.
time_series_forecast_practice
a practice repo for time series forecast
superneo's Repositories
superneo/akard
a quantitative investment project for freedom and independence
superneo/nlp_tools
a set of self-customized tools for NLP research/development activities
superneo/NLP_toy_spell_checker
An implementation of the English spell checker of Peter Norvig.
superneo/AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
superneo/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
superneo/Corr_NaverShopping_KMA
a repo for correlation test and modeling with Naver shopping insight API data & KMA observations
superneo/cpython
The Python programming language
superneo/time_series_forecast_practice
a practice repo for time series forecast
superneo/Crepe
Text classification from character-level using convolution networks
superneo/DataScienceSpCourseNotes
Compiled Notes for all 9 courses in the Coursera Data Science Specialization
superneo/ExData_Plotting1
Plotting Assignment 1 for Exploratory Data Analysis
superneo/fastText_HCLT
Library for fast text representation and classification.
superneo/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
superneo/iMind
the repo for the AI learning community, iMind.
superneo/KMA_EDA_Test
an EDA practice repo with the KMA meteorological data
superneo/KoreanWordVectors
Subword-level Word Vector Representations for Korean
superneo/machine-learning-asset-management
Machine Learning in Asset Management
superneo/ntm
An implementation of Neural Turing Machines
superneo/open_datasets
a list of free/charged datasets
superneo/PredictionIO
PredictionIO, a machine learning server for software developers and data engineers.
superneo/R_EDA_practice
a repo for EDA practice using R
superneo/R_practice
simple snippets of R script
superneo/R_project_template
my R data science project template
superneo/RepData_PeerAssessment1
Peer Assessment 1 for Reproducible Research
superneo/sirius
Sirius: Speech and Vision Based Intelligent Personal Assistant
superneo/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
superneo/subword-nmt
Unsupervised Word Segmentation for Neural Machine Translation and Text Generation
superneo/superneo.github.io
superneo/tensorflow
Open source software library for numerical computation using data flow graphs.
superneo/tidyquant
Bringing financial analysis to the tidyverse