About 22,000 results
Open links in new tab
  1. Monitor Feature Drift with PSI (Credit Risk) | 3 | Kaggle

    Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources

  2. CMI 2D/3D CNN + DNN - Kaggle

    ## Training parameters epochs = 200 TUNING = False TRAINING = False FINETUNING = False steps_per_epoch = len(dataset_train_orig)*2//batch_size validation_steps = …

  3. MNIST Digit Recognition using CNN (Keras) - Kaggle

    This will monitor the validation loss (val_loss) and stop the training process if it doesn't improve for a specified number of consecutive epochs (patience=3). We also set restore_best_weights=True to …

  4. Emotion Classification: CNN using Keras - Kaggle

    epochs = 48 from keras.callbacks import ModelCheckpoint checkpoint = ModelCheckpoint("model_weights.h5", monitor='val_acc', verbose= 1, save_best_only=True, …

  5. Amazon Products Sales: Monitor Dataset ️ | EDA | Kaggle

    Explore and run machine learning code with Kaggle Notebooks | Using data from Amazon Products Sales: Monitor Dataset 🖥️

  6. AI-Powered Environmental Monitoring and Pollution | Kaggle

    Explore and run machine learning code with Kaggle Notebooks | Using data from World Air Quality Data 2024 (Updated)

  7. finetune_eval - Kaggle

    # The main function # NOTE You can customize some logs to monitor your program. def finetune(): # TODO Step 1: Define an arguments parser and parse the arguments # NOTE Three parts: model …

  8. Generating Cervical Cancer Image with DCGAN - Kaggle

    The Monitoring process Losses: During training, you monitor the generator and discriminator losses. The generator loss indicates how well it's fooling the discriminator, while the discriminator loss shows how …

  9. Mental Health Monitoring: Dataset Analysis | Kaggle

    Explore and run machine learning code with Kaggle Notebooks | Using data from Mental Health Monitor Using Wearable IoT Sensors

  10. Production Quality Control Analysis & EDA - Kaggle

    Statistical Process Control (SPC) 📊🔍 is a method used in manufacturing and other industries to monitor and control processes to ensure they operate efficiently and produce products of consistent quality.