Here is my personal homepage https://xiaofeng.info.
Some of my repos in github just for fun:
- clangd-graph-rag: Source code graph RAG (GraphRAG) for C/C++ development based on clangd/clang.
- jqassistant-graph-rag Source code graph RAG (graphRAG) for Java/Kotlin development based on jQAssistant
- A series of Neural Network tutorial code written in python from scratch without using any NN framework
- perceptron, linear regression, MLP, CNN, RNN, LSTM, RBM, DBN, Caffe_LSTM, ...
- yoga-video-processing: My yoga training video auto compression, transcription, summarization, and metadata generation
- ...
Some historical projects not in github:
- Apache Harmony: An almost complete Java implementation where I led the JVM (DRLVM) design and implementation.
- Open Runtime Platform: A JVM research prototype I participated in, which was the original reference of DRLVM.
- Mini-JVM: A minimal JVM imeplementation that I wrote on a winter vacation many years ago.