-
National Taiwan University (NTU)
- San Francisco Bay Area
-
16:26
(UTC -08:00) - https://andi611.github.io/
- in/andy-t-liu
- https://scholar.google.com/citations?user=3FpZleMAAAAJ&hl=en
-
andi611 Public
andi611/andi611 is a β¨special β¨ repository for my GitHub profile!
-
fairseq Public
Forked from facebookresearch/fairseqFacebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
andi611.github.io Public
Forked from Alexander-H-Liu/alexander-h-liu.github.ioGithub Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
JavaScript MIT License UpdatedAug 8, 2024 -
Official Implementation of Mockingjay in Pytorch
-
spacy-streamlit Public
Forked from howard-haowen/spacy-streamlitStreamlit APPs that leverage the power of spaCy to assist language learning
Python MIT License UpdatedDec 14, 2022 -
-
Kaldi-LibriSpeech-fMLLR Public
This repository contains Kaldi recipes on the LibriSpeech corpora to extract fMLLR features
-
ZeroSpeech-TTS-without-T Public
A Pytorch implementation for the ZeroSpeech 2019 challenge.
-
Pacman-With-AI-Python Public
Implementations of artificial intelligence agents that plays Pac-Man
-
TTS-Tacotron-Pytorch Public
Pytorch implementation of Tacotron, a speech synthesis end-to-end generative TTS model.
-
CS-Tacotron-Pytorch Public
Pytorch implementation of CS-Tacotron, a code-switching speech synthesis end-to-end generative TTS model.
-
LibSVM-Classification Public
Performing classification tasks with the LibSVM toolkit on four different datasets: Iris, News, Abalone, and Income.
-
Flow-Network-Algorithm Public
The Wiring Topology for Electromigration Avoidance Problem: Optimal Wiring Topology Implementation in C++
C++ MIT License UpdatedDec 12, 2018 -
A program that generates the BΓ©zier curve for a given set of points based on dynamic programming, Implementation in C++
-
A 4 way Intersection Manager That Minimizes the Average Waiting Time of Each Car at a crossroad, Implementation in C++
-
Ohlc-Extraction-FinTech Public
The goal of this work is to compute the OHLC (open, high, low, close) prices of ε°ζζ within a given date based on minute-based trading record, implementation in Python.
-
Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.
-
Text-to-Speech Synthesis by Generating Spectrograms using Generative Adversarial Network
-
Find the best time to buy and sell stock with transaction fe using Dynamic Programming, implementation in Python.
-
Digital Signal Processing: HMM Training and Testing with the HTK toolkit
-
Discrete Hidden Markov Model (HMM) Implementation in C++
-
Training a vision-based agent with the Deep Q Learning Network (DQN) in Atari's Breakout environment, implementation in Tensorflow.
-
Training a vision-based agent with the Actor Critic model in an online environment, implementation in Tensorflow.
-
Naive Bayes and Decision Tree Classifiers implemented with Scikit-Learn and Graphviz visualization (Datasets - News, Mushroom, Income)
-
A character-based language model build with the SRILM toolkit, plus a Viterbi-based decoding process of the language model implemented in C++.
-
Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow