Skip to content
View mucahitmoonstar's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report mucahitmoonstar

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

Pinned Loading

  1. Titanic-Survival-Prediction Titanic-Survival-Prediction Public

    Goal: Build a predictive model to determine if a passenger survived the Titanic disaster using features like age, gender, and class. The model aims to find key factors affecting survival, offering …

    Python

  2. Handwritten-Digit-Recognition Handwritten-Digit-Recognition Public

    The goal is to use deep learning to recognize handwritten digits (0-9) by training a convolutional neural network (CNN) on the MNIST dataset. This model learns the unique features of each digit, al…

    Python

  3. House-Price-Prediction House-Price-Prediction Public

    Goal: The aim is to predict house prices using features such as the number of rooms, location, square footage, house age, neighborhood quality, and proximity to amenities. By analyzing these factor…

    Python

  4. Stock-Price-Prediction Stock-Price-Prediction Public

    The goal of this project is to use a predictive model to estimate historical stock prices based on current data. This reverse prediction approach helps uncover patterns in past stock behavior align…

    Python

  5. Lung-Cancer-Detection Lung-Cancer-Detection Public

    This project focuses on the detection of lung cancer using an Artificial Neural Network (ANN) model in Python with an accuracy rate of 96%. By leveraging patient data, the ANN model is trained to c…

  6. Sentiment-Analysis-on-Tweets Sentiment-Analysis-on-Tweets Public

    This project develops a sentiment analysis system to classify tweets as positive, neutral, or negative using an LSTM model. It includes preprocessing steps like tokenization and sequence padding fo…

    Python