SentimentAnalysis:(BOW, TF-IDF, Word2Vec, BERT) Word Embeddings + (SVM, Naive Bayes, Decision Tree, Random Forest) Base Classifiers + Pre-trained BERT on Tensorflow Hub + 1-D CNN and Bi-Directional LSTM on IMDB Movie Reviews Dataset
Trajectory-Analysis-and-Classification-in-Python-Pandas-and-Scikit-Learn:Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently trajectories.
ExeRay:ExeRay AI detects malicious Windows executables using ML. Analyzes entropy, imports, and metadata for rapid classification, aiding incident response. Built with Python and scikit-learn.
SMS-Spam-Detection:Compares 6 ML classifiers (Naive Bayes, Logistic Regression, KNN, Decision Tree, SVM, Random Forest) to detect spam messages. Uses TF-IDF vectorization and SMOTE for class balancing. Best model (SVM, ~98.2% accuracy) is saved for inference via CLI.
cic-ids-2018-intrusion-detection-classification:Baseline experiments on training a Decision Tree Classifier and a Random Forest Classifier using Grid Search with Cross Validation on the CIC IDS 2018 dataset for training Machine Learning network intrusion detection classifier models.
// repository documentation
Was this content helpful?
★ 0(0 ratings)
Recent Feedback
Download README
Do you want to download the README.md file for random-forest-classifier?