Projects in Awesome Lists by chen0040
A curated list of projects in awesome lists by chen0040 .
https://github.com/chen0040/keras-anomaly-detection
Anomaly detection implemented in Keras
anomaly-detection bidirectonal-lstm convolutional-neural-networks keras lstm recurrent-neural-networks
Last synced: 06 Apr 2025
https://github.com/chen0040/keras-text-summarization
Text summarization using seq2seq in Keras
keras seq2seq text-summarization
Last synced: 28 Jul 2025
https://github.com/chen0040/keras-english-resume-parser-and-analyzer
keras project that parses and analyze english resumes
convolutional-neural-networks deep-learning keras nltk recurrent-neural-networks resume-parser
Last synced: 06 Apr 2025
https://github.com/chen0040/js-graph-algorithms
Package provides javascript implementation of algorithms for graph processing
bellman-ford-algorithm breadth-first-search connected-components depth-first-search dijkstra dijkstra-shortest-path kruskal-algorithm maxflow mincut minimum-spanning-trees prim-algorithm strongly-connected-components topological-sort
Last synced: 04 Apr 2025
https://github.com/chen0040/keras-face
face detection, verification and recognition using Keras
deepface face-verification facenet keras
Last synced: 15 Aug 2025
https://github.com/chen0040/cpp-spline
Package provides C++ implementation of spline interpolation
b-spline bezier catmull-rom cpp interpolation splines
Last synced: 08 Jul 2025
https://github.com/chen0040/java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
actor-critic java q-learning reinforcement-learning sarsa sarsa-lambda
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-video-classifier
Keras implementation of video classifier
convolutional-neural-networks lstm supervised-learning timeseries video-processing
Last synced: 11 Aug 2025
https://github.com/chen0040/lua-algorithms
Lua algorithms library that covers commonly used data structures and algorithms
algorithms balanced-search-trees binary-search-tree data-structures lua red-black-tree sorting tries
Last synced: 15 Aug 2025
https://github.com/chen0040/js-simulator
General-purpose discrete-event multiagent simulation library for agent-based modelling and simulation
abms agent-based-framework agent-based-modeling agent-based-simulation discrete-event-simulation flocking-algorithm game-of-life multi-agent-systems multiagent-systems simulation simulation-framework
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-text-to-image
Translate text to image in Keras using GAN and Word2Vec as well as recurrent neural networks
dcgan generative-adversarial-network keras text-to-image
Last synced: 15 Aug 2025
https://github.com/chen0040/lua-graph
Graph algorithms in lua
bellman-ford-algorithm breadth-first-search connected-components depth-first-search dijkstra dijkstra-algorithm maxflow mincut minimum-spanning-trees shortest-paths strongly-connected-components topological-sort
Last synced: 15 Aug 2025
https://github.com/chen0040/mxnet-audio
Implementation of music genre classification, audio-to-vec, song recommender, and music search in mxnet
audio-classification music-recommendation music-search mxnet song-recommender
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-chatbot-web-api
Simple keras chat bot using seq2seq model with Flask serving web
chatbot keras-models seq2seq seq2seq-model
Last synced: 15 Aug 2025
https://github.com/chen0040/cs-pdf-to-image
a simple library to convert pdf to image for .net
csharp library pdf-converter ps
Last synced: 15 Aug 2025
https://github.com/chen0040/cs-expert-system-shell
C# implementation of an expert system shell
expert-system expert-system-shell rule-engine rules
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-audio
keras project for audio deep learning
audio-processing classification deep-learning keras supervised-learning
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-recommender
Recommender built using keras
collaborative-filtering keras recommender
Last synced: 15 Aug 2025
https://github.com/chen0040/js-regression
Package provides javascript implementation of linear regression and logistic regression
binary-classification javascript linear-regression linear-regression-models logistic-regression mlr nodejs
Last synced: 13 Oct 2025
https://github.com/chen0040/keras-malicious-url-detector
Malicious URL detector using keras recurrent networks and scikit-learn classifiers
binary-classification convolutional-neural-networks lstm malicious-url recurrent-neural-networks url-detector
Last synced: 24 Jul 2025
https://github.com/chen0040/java-ssd-object-detection
Image SSD object detection in Java using Tensorrflow
non-maximum-suppression object-detection single-shot-multibox-detector ssd tensorflow yolo
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-sentiment-analysis-web-api
Web api built on flask for keras-based sentiment analysis using Word Embedding, RNN and CNN
flask keras ml-web sentiment-analysis
Last synced: 08 Oct 2025
https://github.com/chen0040/keras-fake-news-generator-and-detector
Fake news generator and detector using keras
fake-news-classification glove-embeddings keras lstm-neural-networks
Last synced: 17 Aug 2025
https://github.com/chen0040/spring-websocket-android-client-demo
Demo on how to integrate spring websocket on the server with android client
Last synced: 16 Jul 2025
https://github.com/chen0040/java-magento-client
Java client for communicating with Magento site
java java-connector magento magento-connect magento2 token-authetication web-client
Last synced: 04 Mar 2026
https://github.com/chen0040/keras-question-and-answering-web-api
Question answering system developed using seq2seq and memory network model in Keras
flask-application question-answering seq2seq seq2seq-model
Last synced: 15 Aug 2025
https://github.com/chen0040/spring-boot-spark-integration-demo
Demo on how to integrate Spring Data JPA, Apache Spark and GraphX with Java and Scala mixed codes
graphx spark spring-boot spring-jpa
Last synced: 16 Jun 2025
https://github.com/chen0040/keras-language-translator-web-api
A simple language translator implemented in Keras with Flask serving web
keras language-translation language-translator seq2seq seq2seq-model
Last synced: 20 Aug 2025
https://github.com/chen0040/keras-video-object-detector
Object detector in videos using keras and YOLO
Last synced: 15 Aug 2025
https://github.com/chen0040/java-reinforcement-learning-flappy-bird
Demo of java-reinforcement-learning library using flappy bird
actor-critic flappy-bird q-learning r-learning reinforcement-learning sarsa
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-chinese-resume-parser-and-analyzer
keras project that parses and analyze chinese resumes
chinese-nlp convolutional-neural-networks keras recurrent-neural-networks resume-parser
Last synced: 25 Feb 2026
https://github.com/chen0040/cs-hidden-markov-models
HIdden Markov Models using C#
hidden-markov-model timeseries
Last synced: 26 Oct 2025
https://github.com/chen0040/java-dynamic-programming
Solving dynamic programming problems in Java
dynamic-programming geeks4geeks
Last synced: 15 Aug 2025
https://github.com/chen0040/java-decision-forest
Package implements decision tree and isolation forest
anomaly-detection boosted-trees classification decision-tree id3 isolation-forest supervised-learning unsupervised-learning
Last synced: 15 Aug 2025
https://github.com/chen0040/java-tensorflow-samples
Java sample codes on how to integrate with tensorflow
audio-classification audio-encoder deep-learning image-classification java samples search-engine sentiment-analysis tensorflow
Last synced: 09 Oct 2025
https://github.com/chen0040/java-local-outlier-factor
Package implements a number local outlier factor algorithms for outlier detection and finding anomalous data
anomaly-detection clustering local-outlier-factor outlier-detection outliers unsupervised-learning
Last synced: 13 Sep 2025
https://github.com/chen0040/mxnet-recommender
Collaborative Filtering NN and CNN based recommender implemented with MXNet
collaborative-filtering content-based-filtering mxnet recommender time-based-filtering
Last synced: 15 Aug 2025
https://github.com/chen0040/spring-boot-excel-upload-demo
Demo project on how upload and process csv and excel file in the spring boot
java-excel spring-boot upload-excel
Last synced: 15 Aug 2025
https://github.com/chen0040/pyalgs
Package pyalgs implements algorithms in Robert Sedgwick's Algorithms using Python
algorithm data-structures graph-algorithms python string-manipulation string-search
Last synced: 15 Aug 2025
https://github.com/chen0040/js-recommender
Package provides java implementation of content collaborative filtering for recommend-er system
content-collaborative-filtering javascript recommendation-algorithms recommendation-engine recommender-system
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-search-engine
A simple document and image search engine implemented in keras
auto-encoder cnn document-encoder glove-embeddings glove-vectors keras search-engine
Last synced: 19 Jul 2025
https://github.com/chen0040/mxnet-sentiment-analysis
Sentiment Analysis implemented using Gluon and MXNet
lstm recurrent-neural-networks sentiment-analysis
Last synced: 15 Aug 2025
https://github.com/chen0040/java-clustering
Package provides java implementation of various clustering algorithms
clustering-algorithm dbscan dbscan-clustering hierarchical-clustering k-means
Last synced: 17 Sep 2025
https://github.com/chen0040/unity-tensorflow-samples
Unity project that loads pretrained tensorflow pb model files and use them to predict
pretrained-models tensorflow tensorflowsharp unity unity-ml unity-tensorflow
Last synced: 15 Aug 2025
https://github.com/chen0040/java-lda
Package provides java implementation of the latent dirichlet allocation (LDA) for topic modelling
java latent-dirichlet-allocation natural-language-processing statistical-methods topic-modeling
Last synced: 01 Aug 2025
https://github.com/chen0040/java-audio-embedding
Audio classifier, encoder, and search engine in Java
audio-classification audio-encoder audio-search-engine genres keras music-classification search-engine tensorflow
Last synced: 16 Oct 2025
https://github.com/chen0040/java-genetic-programming
Genetic-programming framework for various genetic programming paradigms such as linear genetic programming, tree genetic programming, gene expression programming, etc
classification-algorithm evolutionary-algorithms evolutionary-computation gene-expression genetic-programming java linear-genetic-programming machine-learning optimization optimization-algorithms symbolic-regression tree-gp
Last synced: 10 Sep 2025
https://github.com/chen0040/spring-websocket-csharp-client-demo
Demo of connecting C# client to spring web application via websocket
c-sharp duplex-communication spring-boot web-sockets
Last synced: 15 Aug 2025
https://github.com/chen0040/cs-moea
Multi-Objective Evolutionary Algorithms implemented in .NET
gde hap-moea hybrid-game moea moead nsga-ii
Last synced: 15 Aug 2025
https://github.com/chen0040/js-stats
Package provides the javascript implementation of various statistics and distribution
chi-square f-distribution normal-distribution statistics t-distribution
Last synced: 02 Apr 2026
https://github.com/chen0040/scrapy-projects
Projects using selenium, requests, bs4, and scrapy for web scraping on google images, google trends and others
google-images google-trends pokemon requests scrapy-crawler selenium web-scraping
Last synced: 24 Aug 2025
https://github.com/chen0040/java-reinforcement-learning-tic-tac-toe
Demo of reinforcement learning using tic-tac-toe
q-learning reinforcement-learning sarsa tic-tac-toe
Last synced: 17 Jul 2025
https://github.com/chen0040/cs-fuzzy-logic
Package provides C# implementation of fuzzy logic system
fuzzy-logic fuzzy-logic-control
Last synced: 15 Aug 2025
https://github.com/chen0040/java-tensorflow-music
Music classification, music search, music recommender and music encoder implemented in Tensorflow and Java
music-classification music-encoding music-recommendation music-search signal-processing tensorflow
Last synced: 15 Aug 2025
https://github.com/chen0040/java-adaptive-resonance-theory
Package provides java implementation of algorithms in the field of adaptive resonance theory (ART)
adaptive-resonance-theory art1 artmap classification fuzzyart multi-class multi-class-classification neural-network supervised-learning unsupervised-learning
Last synced: 15 Aug 2025
https://github.com/chen0040/java-ann-mlp
Package provides java implementation of multi-layer perceptron neural network with back-propagation learning algorithm
backpropagation-learning-algorithm classifier java mlp mlp-classifier mlp-regression multi-layer-perceptron neural-network
Last synced: 15 Aug 2025
https://github.com/chen0040/java-basic-blockchain
Proof-of-concept blockchain implementation in Java
Last synced: 15 Aug 2025
https://github.com/chen0040/java-outliers
Package provide java implementation of outlier detection using normal distribution for multi-variate datasets
anomaly-detection java outlier-detection unsupervised
Last synced: 15 Aug 2025
https://github.com/chen0040/spark-ml-genetic-programming
Package provides java implementation of big-data genetic programming for Apache Spark
big-data genetic-programming linear-genetic-programming rdd spark tree-genetic-programming tree-gp
Last synced: 22 Aug 2025
https://github.com/chen0040/spring-security-csrf-android-demo
Demo on how to communicate android with spring security and CSRF enabled
android java-client spring-security
Last synced: 15 Aug 2025
https://github.com/chen0040/java-statistical-inference
Opinionated statistical inference engine with fluent api to make it easier for conducting statistical inference with little or no knowledge of statistical inference principles involved
categorical-variables confidence-intervals hypothesis-testing independence independence-test java-statistical-inference kie statistical-analysis
Last synced: 11 Aug 2025
https://github.com/chen0040/java-libsvm
Package provides the direct java conversion of the origin libsvm C codes as well as a number of adapter to make it easier to program with libsvm on Java
anomaly-detection binary-classification java libsvm libsvm-format multi-class-classification one-class-learning outlier-detection regression supervised-learning svm unsupervised-learning
Last synced: 01 Jul 2025
https://github.com/chen0040/cs-feedback-control
A simple control system framework that provide tools for feedback controllers such as PID controller, kalman filters, fuzzy controller
fuzzy-controller kalman-filter pid-controller
Last synced: 15 Aug 2025
https://github.com/chen0040/java-text-embedding
Word embedding in Java
document-embedding glove glove-embeddings word-embeddings
Last synced: 15 Aug 2025
https://github.com/chen0040/java-data-frame
Package provides the core data frame implementation for numerical computation
Last synced: 15 Aug 2025
https://github.com/chen0040/cs-linear-genetic-programming
Linear Genetic Programming implemented in C#
classification genetic-programming linear-genetic-programming machine-learning metaheuristics optimization symbolic-regression
Last synced: 29 Aug 2025
https://github.com/chen0040/mxnet-text-to-image
Text to Image translation using Generative Adversarial Network and MXNet
gan generative-adversarial-network glove mxnet text-to-image word-embedding
Last synced: 30 Apr 2025
https://github.com/chen0040/cs-grammatical-evolution
Grammatical evolution implemented using C#
grammatical-evolution symbolic-regression
Last synced: 04 Oct 2025
https://github.com/chen0040/java-glm
Generalized linear models for regression and classification problems
classifier-model forecasting generalized-linear-models glm java libsvm-format regression regression-models
Last synced: 15 Aug 2025
https://github.com/chen0040/java-leetcode
My daily LeetCode solutions
leetcode leetcode-java leetcode-solutions programming-challenges programming-exercises
Last synced: 15 Aug 2025
https://github.com/chen0040/cpp-steering-behaviors
OpenGL Demo for Game Agent Steering + Flocking + Swarm Behaviors
a-star-algorithm flocking flocking-algorithm opengl particle-swarm-optimization sdl steering-behaviors vs2017
Last synced: 15 May 2026
https://github.com/chen0040/keras-gan-models
Some generative adversarial network models that I studied
content-generation convolutional-neural-networks gan keras
Last synced: 13 Jul 2025
https://github.com/chen0040/cs-ffmpeg-mp3-converter
Convert audio file of other formats to mp3 using ffmpeg in .NET
Last synced: 02 Aug 2025
https://github.com/chen0040/keras-image-to-image
Transform one image to another image in Keras using GAN
convolutional-neural-networks gan image-to-image keras transfer-learning
Last synced: 15 Aug 2025
https://github.com/chen0040/java-regex-cultivator
Regex generator which use genetic programming evolve grok and and to automatically discover regex given a set of texts having similar structure
evolutionary-computation expression-generator genetic-programming grok regex
Last synced: 26 Jul 2025
https://github.com/chen0040/java-machine-learning-web-api
A simple machine learning web server that caters for small datasets
anomaly-detection classification jersey machine-learning regression spring-app
Last synced: 14 Mar 2026
https://github.com/chen0040/php-magento2-api-extensions
Some useful Magento2 API extensions
magento2 magento2-api magento2-extension
Last synced: 12 Jun 2025
https://github.com/chen0040/android-code-view
A code viewer with code syntax highlight for Android
android code-highlight components
Last synced: 15 Aug 2025
https://github.com/chen0040/java-image-embedding
Image embedding in Java
embedding image-classification image-encoding image-search product-recommendation
Last synced: 30 Apr 2025
https://github.com/chen0040/cs-tree-genetic-programming
tree-based genetic programming implemented using C#
genetic-programming symbolic-regression treegp
Last synced: 15 Aug 2025
https://github.com/chen0040/unity-magento-client
Magento client implemented in Unity3D
magento magento-client unity-client
Last synced: 03 Apr 2025
https://github.com/chen0040/unity-utility
Some utility classes for Unity 3D
camera ray-tracing unity utitlity
Last synced: 27 Apr 2026
https://github.com/chen0040/vagrant-magento-2.16
Vagrantfile for magento 2 and Ubuntu
magento mysql php5 ubuntu1404 vagrant vagrantfile
Last synced: 10 Apr 2026
https://github.com/chen0040/spring-websocket-java-client-demo
Demo on how to integrate spring websocket on the server with java client
duplex-communication java-client spring-boot websocket
Last synced: 20 Jun 2025
https://github.com/chen0040/spark-opt-moea
Distributed Multi-Objective Evolutionary Computation Framework for Spark
moea multi-objective-optimization nsga-ii spark
Last synced: 30 Apr 2026
https://github.com/chen0040/js-svm
Package provides javascript implementation of support vector machines
binary-classification kernel-svm kernels linear-svm multi-class-classification support-vector-machines
Last synced: 15 Aug 2025
https://github.com/chen0040/android-magento-client
android client for communicating with magento
android android-client java-client magento
Last synced: 15 Aug 2025
https://github.com/chen0040/java-media-search-engine
Image and Music Search Engine built using Tensorflow and Java
cifar10 image-classification resnet tensor-flow-java tensorflow
Last synced: 24 Apr 2026
https://github.com/chen0040/cs-swarm-intelligence
Swam intelligence for numerical optimization implemented in .NET
ant-colony-optimization ant-colony-systems bees-algorithm particle-swarm-optimization pso swarm-intelligence swarm-intelligence-algorithms
Last synced: 15 Aug 2025
https://github.com/chen0040/keras-timeseries-web-api
recurrent neural networks for timeseries prediction in Keras
Last synced: 15 Aug 2025
https://github.com/chen0040/java-som
Package provides java implementation of self-organizing feature map (Kohonen map)
clustering-algorithm kohonen-map neural-network self-organizing-map unsupervised-learning
Last synced: 03 Apr 2025
https://github.com/chen0040/spring-security-csrf-angular-4-demo
Demo on how to integrate angular 4 application with spring application that has spring security and CSRF enabled
angular-4 authentication spring-security
Last synced: 15 Aug 2025
https://github.com/chen0040/spring-boot-auth2-slingshot
The original spring-boot-slingshot project that is extended with Auth2 for login using Facebook and Google
auth2 elasticsearch slingshot spring-boot spring-data-jpa spring-security
Last synced: 15 Aug 2025
https://github.com/chen0040/spring-websocket-angular-4-demo
Demo on how to integrate spring websocket with angular 4 application
angular-4 duplex spring-boot websocket
Last synced: 15 Aug 2025
https://github.com/chen0040/java-naive-bayes-classifier
Package provides java implementation of naive bayes classifier
classification java naive-bayes-classifier
Last synced: 22 May 2026
https://github.com/chen0040/cpp-mfc-fractal-art-iec-lgp
Interactive Evolutionary Computation for Fractal Arts using Linear Genetic Programming and MFC
evolutionary-computation iec linear-genetic-programming mfc
Last synced: 06 Oct 2025
https://github.com/chen0040/spark-ml-regex-generator
Spark implementation that takes a set of texts and use genetic programming to discover a regex for grok that will match other similar texts
evolutionary-computation genetic-programming grok grok-parser regex
Last synced: 30 Oct 2025
https://github.com/chen0040/pydl-text-encoders
Text encoders for machine learning and nlp in python
Last synced: 03 Apr 2025
https://github.com/chen0040/js-magento-client
Magento javascript client for node.js
es6 js magento-client magento2
Last synced: 10 Jun 2025