Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a simple MLP neural network for wet-dry classification #146

Merged
merged 7 commits into from Jan 3, 2024

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    b7579a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d4a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1613f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    51380a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. A simple MLP naural network for wet-dry classification:

    mlp.py:
     - added docstring
    
    Wet dry example.ipynb:
     - Do pre-processing in one cell, refer to  "Basic CML processing workflow.ipynb" for more details.
     - Investigate two interesting CMLs
     - Shorten the notebook to only compare baselines.
    eoydvin committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    560e069 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. A simple MLP naural network for wet-dry classification:

    Update: The MLP was retrained using more CMLs and a larger validation dataset.
    
    Wet dry example.ipynb:
    - re run notebook with retrained weights
    
    mlp.py:
    - updated docstring to match retrained architecture
    
    model_mlp.keras:
    - updated weights and architecture
    
    test_wet_dry_mlp:
    - updated to run with new weights
    eoydvin committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a2dee2f View commit details
    Browse the repository at this point in the history
  2. A simple MLP neural network for wet-dry classification:

    Rain event detection methods.ipynb:
     - Renamed example notebook to current name
     - Updated cosmetic suggestions in example notebook
    eoydvin committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b7c99d4 View commit details
    Browse the repository at this point in the history