diff options
author | braxtonhall | 2022-10-23 19:27:49 +0000 |
---|---|---|
committer | braxtonhall | 2022-10-23 19:27:49 +0000 |
commit | 77ffde450e92ffe6527c35ffc2383b17d4c04f68 (patch) | |
tree | 65a560a18f1952114727e05872fce3f149e660e4 /entries/braxtonh/adam/main.py | |
parent | b5b18e46e3a5c4daaa3b4613395b1a216a47bc17 (diff) |
Rename directory to use GitHub ID
Diffstat (limited to 'entries/braxtonh/adam/main.py')
-rw-r--r-- | entries/braxtonh/adam/main.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/entries/braxtonh/adam/main.py b/entries/braxtonh/adam/main.py deleted file mode 100644 index 71cb8da..0000000 --- a/entries/braxtonh/adam/main.py +++ /dev/null @@ -1,16 +0,0 @@ -# from tensorflow.keras.optimizers import Adam -# from tensorflow.keras.models import Sequential -# from tensorflow.keras.layers import Dense - -def main(): - # model = Sequential() - # model.add(Dense(12, input_shape=(8,), activation='relu')) - # model.add(Dense(8, activation='relu')) - # model.add(Dense(1, activation='sigmoid')) - - # model.fit(X, y, epochs=4000) - pass # TODO fill out the rest of this stupid idea - - -if __name__ == '__main__': - main() |