There are no reviews yet. Be the first to send feedback to the community and the maintainers!
supervised_pca
face_emotion_recognition_cnn
logic_simulator
The goal of this project is to develop and implement a simple logic and delay simulator. Theprogram should be able to read in circuits in the benchmark format (.bench files) and translate them to an internal netlist representation.anomaly_detection_guest_talk
Presentation and Notebook for the Tech-Talk at STTP MRIIRSedge_computing_tflite
Using TensorFlow Lite, an easy solution for running machine learning models on mobile and embedded devices. It enables on‑device machine learning inference with low latency and a small binary size on Android and other embedded platforms.imdb_movie_review_classifier
Performed sentiment analysis and text classification on the IMDB dataset.tf_idf_tutorial
For building any natural language models, the key challenge is how to convert the text data into numerical data. As the machine learning or deep learning models don’t understand the text data.Here we work with the TF-IDF method which is short for “term frequency–inverse document frequency”. This TF-IDF method is the popular word embedding technique used in various natural language process tasks.health_companion_medical_chatbot
Inspiration is partly from the challenges of the Freiburg Hackathon 2020, as well as from our own values and desires.malicious_url_detector_autoencoder
The idea is to employ deep learning method (autoencoder) to build a URLs classification model, which will be trained on normal (non malicious) URLs dataset. The resulting classifier will be able to distinguish between a malicious and a non malicious URL.alexnet_lenet_vgg16_keras
Implemented various neural network models like Alexnet, Lenet, and VGG16 for the task of face recognition. The dataset used is a slightly different variant of the LFW dataset. Also given here is the support to save your models in h5 file format and later use it to create a tflite model to be run on embedded device.comparing_autoencoder_flavors
Comparing the different variants of Autoencoders and evaluating their performance on the MNIST dataset.Love Open Source and this site? Check out how you can help us