Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View krokane's full-sized avatar

Block or report krokane

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. movie_review_sentiment_analysis movie_review_sentiment_analysis Public

    This project applies deep learning techniques (MLP, CNN, LSTM) in Keras to classify movie review sentiment. It also demonstrates key data exploration and text preprocessing steps, including tokeniz…

    Jupyter Notebook

  2. data_science_job_market_analysis data_science_job_market_analysis Public

    This project automates web scraping with BeautifulSoup to collect data and analyze U.S. markets for entry-level data science roles, with visualizations highlighting key insights.

    Jupyter Notebook

  3. chatDB chatDB Public

    ChatDB is a program designed to generate PostgreSQL queries based on an inserted csv/excel file and natural language questions. The program is designed to aid introductory SQL users in learning the…

    Python

  4. movie_sites_entity_linking movie_sites_entity_linking Public

    Entity resolution project linking common movies between IMDb and Rotten Tomatoes using blocking, string similarity functions, and record linkage techniques. After finding common entities, created a…

    Jupyter Notebook

  5. books_crawling_info_extraction books_crawling_info_extraction Public

    This project uses web crawling techniques in Scrapy and NLP techniques in SpaCy to crawl Open Library and Wikipedia sites to collect text data, and then extract information from this text regarding…

    Python

  6. spam_classification_project spam_classification_project Public

    Spam classification project for DSCI 599 exploring Naive Bayes and LSTM neural networks for classifying spam email.

    Python