Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kaggle Phytoplankton
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Messaoudi Rayan
Kaggle Phytoplankton
Graph
66dc9e2ec715ff652a7689af9ee83b5eeaa44995
Select Git revision
Branches
4
Deep_learning_model_that_does_not_learn
main
default
protected
master
reg_L2
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Feb
11
6
4
3
31
Jan
30
24
23
22
21
19
16
Dec
Upload New File
main
main
fix typo : misplaced )
secret in gitignore
no secret
delete useless log file
Merge branch 'main' of gitlab-research.centralesupelec.fr:rayan.messaoudi/Kaggle_Phytoplankton into main
best model as default in test
[Submission] Pushing the best submission file
typo in main.py
adding the log files on the models
adding config
L2
reg_L2
reg_L2
RNN
CNN1D
added reLU at the end of CNN and RNN
bilstm num_days_365_without_dropout
bilstm num_days_365_without_dropout
bilstm num_days_365
bilstm with dropout
cleaning codebase, adding experimentName in job.py
job : started implementing experimentName
adding the default values as a parameter of our yaml file, adding the flag experiment_name
added remove time transform, moved create submission to utils
delete create_submission.py
Merge branch 'main' of gitlab-research.centralesupelec.fr:rayan.messaoudi/Kaggle_Phytoplankton into main
cleaning codebase by moving create_submission to utils
Delete losses.py
refactoring code
added read me
Merge branch 'master' into main
pushin my_train script
master
master
adding the best model's weights
refactoring code
lstm with scheduler tested
adding relu at the end of lstm to avoid NaN
shallow lstm after test
bilstm trying to deal with NaN by creating a shallower network
fixing typo d instead of b
fixing type (missing r)
bidirectional_lstm_with_MEAN_STD
Loading