dangmanhtruong1995
From 2019: Research Assistant at Robert Gordon University, Aberdeen 2013-2018: Studied at Hanoi University of Science and Technology, Vietnam
Pinned Repositories
8051
AFSK1200
Transmit data through sound using AFSK1200 (continuous Audio Frequency Shift Keying)
ai-junkie
My solutions to the examples presented in ai-junkie.com on genetic algorithm
Bishop-chapter5-NeuralNetworks
My solution to the exercises in Pattern recognition and machine learning, chapter 5 - Neural networks by Chris Bishop
check-gpu
A simple tool for enriching the output of `nvidia-smi`.
ClassicNeuralNetworks
Implementations of a number of classic neural network and training algoritms.
DTMF
Transmit data through sound between 2 computers using DTMF (Dual Tone Multi Frequency signaling)
Eigenfaces
CSE 455 Project 2: Eigenfaces
PingPongGANN
An AI for PingPong using Neural network and Genetic Algorithm
StanfordUFLDL
Unsupervised Feature Learning and Deep Learning course by Andrew NG
dangmanhtruong1995's Repositories
dangmanhtruong1995/Predictive-Maintenance-using-LSTM
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
dangmanhtruong1995/forStudents
Utility functions and other helpful resources for students including examples of reproducible documents in R and Python
dangmanhtruong1995/PlotNeuralNet
Latex code for making neural networks diagrams
dangmanhtruong1995/the-art-of-command-line
Master the command line, in one page
dangmanhtruong1995/LinKernighanTSP
A java implementation of the famous Lin-Kernighan heuristics algorithm implemented for graphic (symmetric) TSP
dangmanhtruong1995/Tic-tac-toe
Some Tic-tac-toe code I wrote while reading the book "Computer Gamesmanship: The Complete Guide to Creating and Structuring intelligent game programs - David N.L.Levy"
dangmanhtruong1995/nlp_workshop_odsc_europe20
Extensive tutorials for the Advanced NLP Workshop in Open Data Science Conference Europe 2020. We will leverage machine learning, deep learning and deep transfer learning to learn and solve popular tasks using NLP including NER, Classification, Recommendation \ Information Retrieval, Summarization, Classification, Language Translation, Q&A and Topic Models.
dangmanhtruong1995/PRML-1
PRML algorithms implemented in Python
dangmanhtruong1995/Book
:green_book:我的个人书籍学习和收藏
dangmanhtruong1995/Deep-Tutorials-for-PyTorch
In-depth tutorials for implementing deep learning models on your own with PyTorch.
dangmanhtruong1995/vietnamese_handwritten_text_recognition_cinnamon_ocr
This is a solution to Cinnamon AI Challenge (https://drive.google.com/drive/folders/1Qa2YA6w6V5MaNV-qxqhsHHoYFRK5JB39) using convolutional, attention, bidirectional LSTM, achieving CER 0.081 WER 0.188 and SER 0.89
dangmanhtruong1995/leetcode-course
A guide to crushing tech interviews.
dangmanhtruong1995/isbi-datasets
dangmanhtruong1995/test2
dangmanhtruong1995/HandsOnDeepLearningWithPytorch
Code snippets and applications explained in the book - HandsOnDeepLearningWithPytorch
dangmanhtruong1995/8051
dangmanhtruong1995/Yet-another-piece-of-random-code
dangmanhtruong1995/TensorFlow-Study
TensorFlow repository for PoCs, Courses and Tutorials
dangmanhtruong1995/100-Days-Of-ML-Code
100 Days of ML Coding Challenge
dangmanhtruong1995/traveling-salesman-problem
Implementation for a dynamic programing approach for solving the travelling salesman problem
dangmanhtruong1995/Genetic-Algorithm-for-Job-Shop-Scheduling-and-NSGA-II
Learning how to implement GA and NSGA-II for job shop scheduling problem in python
dangmanhtruong1995/awesome-deep-learning-for-noobs
Curated list of awesome deep learning resources for complete noobs like you and myself lol!
dangmanhtruong1995/N-puzzle
Solution to the N-puzzle problem using A star and Iterative Deepening A star (IDA*)
dangmanhtruong1995/8051-reloaded
8051 code
dangmanhtruong1995/RingBenchmark
A simple ring benchmark program in Erlang, also my first time in this language. Exercise 3, chapter 12: Concurrent programming, in the book Programming Erlang by Joe Armstrong
dangmanhtruong1995/ConvexOptimization-EE364a
Some code for Convex Optimization EE364a - Additional Exercises
dangmanhtruong1995/Old-C-code
My old C code during my undergraduate years. Some might still have bugs
dangmanhtruong1995/UniversalSink
Code to find the universal sink of a graph
dangmanhtruong1995/TowerOfHanoi
Solution to the Tower of Hanoi problem without using recursion
dangmanhtruong1995/Kmeans
K-means example (color compression)