a french version is on its way
A vector similarity search tool to help students find professors with shared research interests.
Still under development -->
Note: sometimes the database and the hosting cloud platform could go into sleep mode, if that's the case, just shoot me a message and I can "wake it up"
Early access --> please email
Data Preprocessing: Clean the data by removing punctuation and short texts. Split the data into training and testing sets.
Model Selection: Utilize a Recurrent Neural Network (RNN) model, specifically a Long Short-Term Memory (LSTM) network, due to its ability to handle sequential data and capture temporal dependencies.
Feature Extraction: Extract the most informative features from the data to improve model performance and reduce dimensionality. Model Training and Evaluation: Train the LSTM model using the preprocessed data. Evaluate the model's performance by measuring its accuracy.
Key Concepts: RNN, LSTM, Feature Extraction
Classified my Gemini search queries into several categories
Key Concepts: named entity recognition (NER), Transformers, Pipeline ( Hugging Face), zero-shot-classification, facebook/bart-large-mnli