Aspiring tech sales professional with a background in computer science and a passion for combining technical expertise with strong sales skills. Experienced in data analysis, problem-solving, and communication, with a proven ability to translate complex technical concepts into value-driven solutions for clients. Seeking an opportunity to leverage my sales acumen and technical knowledge to drive business growth and build lasting customer relationships in the tech industry.
Fake News Detector, Designed out of interest in identifying fake news articles, including researchers, journalists, and individuals concerned about misinformation., Utilized a dataset named news.csv, containing 7796 news articles labeled as REAL or FAKE., Implemented a machine learning approach, specifically using a Term Frequency-Inverse Document Frequency and a PassiveAggressiveClassifier, to classify news articles as real or fake based on their textual content., Provided installation instructions to set up the project environment and utilized the implemented steps to preprocess the data, train the classifier, and evaluate its performance.