GitHub / SyrineB11 34 Repositories
AI software engineer & Data scientist
SyrineB11/Will-IT-SNOW-
DataScience Challenge
Language: Jupyter Notebook - Size: 832 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SyrineB11/Intelligent-ChatBot-with-LLM-
Developement of an interactive ChatBot system by fine-tuning the Llama 13B model on the alpaca-farm dataset.
Language: Jupyter Notebook - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SyrineB11/SyrineB11
Config files for my GitHub profile.
Size: 53.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SyrineB11/Web-application-for-car-price-prediction-I
Used a machine learning model Lasso to predict cars prices
Language: Jupyter Notebook - Size: 63.5 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

SyrineB11/Visualizing-Filters-of-a-CNN-using-TensorFlow
Visualizing Filters using the VGG16 model , keras and Tensorflow
Language: Jupyter Notebook - Size: 599 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SyrineB11/Tweet-Emotion-Recognition-with-TensorFlow
create a recurrent neural network and train it on a tweet emotion dataset to learn to recognize emotions in tweets. The dataset has thousands of tweets each classified in one of 6 emotions. This is a multi class classification problem in the natural language processing domain. using TensorFlow as the machine learning framework.
Language: Jupyter Notebook - Size: 58.6 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Travelling-salesman-problem-solved-with-A-DFS-and-BFS-Algorithms-
Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SyrineB11/TEXT-to-SPEECH-using-Microsoft-azure-API
Language: Jupyter Notebook - Size: 1.18 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SyrineB11/Transfer-Learning-for-NLP-with-TensorFlow-Hub
Language: Jupyter Notebook - Size: 3.87 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SyrineB11/Training-a-Sarcasm-Detection-Model-using-Bidirectional-LSTMs
Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Semantic-Textual-Similarity Fork of Sahrawat1/Semantic-Textual-Similarity
Abstract Semantic Textual Similarity (STS) measures the meaning similarity of sentences. Applications of this task include machine translation, summarization, text generation, question answering, short answer grading, semantic search, dialogue and conversational systems. We developed Support Vector Regression model with various features including the similarity scores calculated using alignment-based methods and semantic composition based methods. We have also trained sentence semantic representations with BiLSTM and Convolutional Neural Networks (CNN). The correlations between our system output the human ratings were above 0.8 in the test dataset. Introduction The goal of this task is to measure semantic textual similarity between a given pair of sentences (what they mean rather than whether they look similar syntactically). While making such an assessment is trivial for humans, constructing algorithms and computational models that mimic human level performance represents a difficult and deep natural language understanding (NLU) problem. Example 1: English: Birdie is washing itself in the water basin. English Paraphrase: The bird is bathing in the sink. Similarity Score: 5 ( The two sentences are completely equivalent, as they mean the same thing.) Example 2: English: The young lady enjoys listening to the guitar. English Paraphrase: The woman is playing the violin. Similarity Score: 1 ( The two sentences are not equivalent, but are on the same topic. ) Semantic Textual Similarity (STS) measures the degree of equivalence in the underlying semantics of paired snippets of text. STS differs from both textual entailment and paraphrase detection in that it captures gradations of meaning overlap rather than making binary classifications of particular relationships. While semantic relatedness expresses a graded semantic relationship as well, it is non-specific about the nature of the relationship with contradictory material still being a candidate for a high score (e.g., “night” and “day” are highly related but not particularly similar). The task involves producing real-valued similarity scores for sentence pairs. Performance is measured by the Pearson correlation of machine scores with human judgments.
Size: 1.34 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

SyrineB11/Rain-Prediction-using-SGD-Classifier
Predicting if it's going to rain tomorrow or not using SGDClassifier
Language: Jupyter Notebook - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SyrineB11/PCA-Algo
Language: Jupyter Notebook - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SyrineB11/jobzilla_ai Fork of kingabzpro/jobzilla_ai
AI models for automatic job application pipeline (user CV, job description analysis (customized NER/SpaCy) and artificial cover letter generation (trained GPT-2 model) created for Jobzilla project within TechLabs Berlin AI Track programm (03.2021-07.2021).
Size: 292 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SyrineB11/DFJS_Scheduling_Problem Fork of habiba-gaddacha/DFJS_Scheduling_Problem
Destributed Flexible Job Shop Problem solved with GA & Python
Size: 99.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SyrineB11/github-readme-linkedin Fork of soroushchehresa/github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
Size: 282 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SyrineB11/News-Classification-Task
Using DistilBERT model to classify news
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SyrineB11/Fake-news-prediction-using-LSTM
Language: Jupyter Notebook - Size: 276 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Generate-Text
Language: Jupyter Notebook - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SyrineB11/GRU-LSTM-CONV1D-on-IMDB-Dataset
Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SyrineB11/Predicting-the-next-word
Language: Jupyter Notebook - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Implementation-of-an-application-to-classify-relations-according-to-the-context
This project is based on Deep Learning and NLP (Team Project)
Language: Jupyter Notebook - Size: 314 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

SyrineB11/NEAT-GAME-with-python
The world famous NEAT game created along with python thanks to Code Bucket !
Language: Python - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Detection-of-Semantic-Errors-in-Arabic-Text Fork of idrisso4/Detection-of-Semantic-Errors-in-Arabic-Text
An NLP project to detect semantic errors of typographical origin in arabic texts with AraVec
Size: 39.1 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

SyrineB11/Detection-of-semantic-errors-of-typographical-origin-in-Arabic-texts
Language: Jupyter Notebook - Size: 132 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SyrineB11/Azure-Speech-TextToSpeech Fork of RodneyKoolman/Azure-Speech-TextToSpeech
Written in Python using the Azure Speech SDK. App.py provides an easy way to create an Text-To-Speech request to Azure Speech and download the wav file. Azure Neural Voices Text-To-Speech enables fluid, natural-sounding text to speech that matches the patterns and intonation of human voices.
Size: 66.4 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SyrineB11/BAC-GAME
it's a brain game
Language: C++ - Size: 1.02 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

SyrineB11/Classification-projects
Solved Classification Problems
Language: Jupyter Notebook - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SyrineB11/-irish-lyrics-
Language: Jupyter Notebook - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Apache-Storm
Apache Storm presentation (Team presentation)
Size: 4.47 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SyrineB11/Android-mobile-app
Language: Java - Size: 2.59 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

SyrineB11/-HR-Matching-Tools-
Language: Python - Size: 6.62 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SyrineB11/Recommendation-System
An overview of different Recommendation projects self explored
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SyrineB11/SmartCode_
Contribution
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SyrineB11/Time-series-
First try with time series
Language: Jupyter Notebook - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SyrineB11/cognitive-services-speech-sdk Fork of Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
Size: 221 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
