Skip to content

Sushmit1/Projects

Repository files navigation

An Overview of my projects

  1. Anime Face Generation using GANS :

    Trained a Deep Convolution GAN (DCGAN) on the Anime Face Dataset containing 63,000 images to generate Anime faces using PyTorch. Monitored the generator and discriminator losses throughout the training loop to ensure system progress and stability.

    Transition of Generated Images over 25 training epochs :

    After 1st Epoch:
    alt text
    After 10 Epochs:
    alt text
    After 25 Epochs:
    alt text

  2. Dog Breed Identification Using Deep Learning :

    Trained MobileNet-v2 CNN model on the Kaggle Dog Breed Identification Dataset containing 10,000 train and 10,000 test images comprising of 120 dog breeds using TensorFlow. Obtained a Multi-Class Log Loss Score of 0.92337 on the test data, demonstrating the model’s accuracy and robustness.

    Prediction from Trained Model:
    alt text

    Visualising Top 10 breeds for an image:
    alt text

    Classify on Unknown User images :
    alt text alt text alt text

    alt text

  3. Heart Disease Classification :

    On the UCI Heart Disease Dataset , trained and compared various models , chose the best performing model and tuned hyperparameters using both GridSearchCV and RandomizedSearchCV.
    Obtained Accuracy of 84.79 % on the hyperparamter tuned LogisticRegression Model.

    alt text

  4. Housing Prices Prediction :

    Implemented a RandomForestRegressor through pipelines for Data Transformation and Model Training , producing a RMSE of 16259.24

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published