Pinned Repositories
HFSS_simulation
微波技术:HFSS仿真设计
yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
cnn
cnn cơ bản
cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
cnnxx
conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
GameAISDK
基于图像的游戏AI自动化框架
keras-yolo3
Training and Detecting Objects with YOLO3
LSTM
Long short term memory using keras framework
MarkNguyen16's Repositories
MarkNguyen16/PDFMathTranslate
PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/Docker
MarkNguyen16/GameAISDK
基于图像的游戏AI自动化框架
MarkNguyen16/simple-cnn
Phân loại ảnh CNN simple
MarkNguyen16/YOLO11
Object detection using YOLO11
MarkNguyen16/Microsoft-Activation-Scripts
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
MarkNguyen16/Simple-CNN-Guide
A guide for beginners to build Convolutional Neural Network (CNN).
MarkNguyen16/yolov9
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
MarkNguyen16/cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
MarkNguyen16/cnnxx
MarkNguyen16/vixtts-demo
MarkNguyen16/multipleWindow3dScene
A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage
MarkNguyen16/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
MarkNguyen16/LSTM_RNN_Tutorials_with_Demo
LSTM-RNN Tutorial with LSTM and RNN Tutorial with Demo with Demo Projects such as Stock/Bitcoin Time Series Prediction, Sentiment Analysis, Music Generation using Keras-Tensorflow
MarkNguyen16/keras-yolo3
Training and Detecting Objects with YOLO3
MarkNguyen16/rnn-tutorial-rnnlm
Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano
MarkNguyen16/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
MarkNguyen16/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
MarkNguyen16/Reinforcement-Learning
kinds of reinforcement learning model by Pytorch
MarkNguyen16/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
MarkNguyen16/MobileNet-YOLO
A caffe implementation of MobileNet-YOLO detection network
MarkNguyen16/HFSS_simulation
微波技术:HFSS仿真设计
MarkNguyen16/cnn
cnn cơ bản
MarkNguyen16/medium_articles
Jupyter Notebooks for my Medium articles
MarkNguyen16/tensorflow-YOLO1
目标检测yolo算法,采用tensorflow框架编写,中文注释完全,含测试和训练,支持摄像头
MarkNguyen16/LSTM
Long short term memory using keras framework
MarkNguyen16/rnn-from-scratch
Implementing Recurrent Neural Network from Scratch