Skip to content

Repository containing instructions for Deep Learning contest organized by AASF and DSC IIITM Gwalior

Notifications You must be signed in to change notification settings

AASF-IIITM/DeepLearning_Contest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Intro to Deep Learning and Kaggle

This repository contains the sample notebook and instructions on how to participate in the contest.

How to participate

Fill out this form before proceeding. If you missed out on the session, here's the recorded version!
After understanding the concepts taught in the session, apply them here by making a Pull Request to this repository!

Remember, the Pull Request must be made on branch corresponding to your name.

Note: The deadline for submission is 11th October, 11:59PM, 2020; any submission after the deadline will not be considered.

Steps to make a submission for the competition:

  1. Fork this repository.
  2. Clone it to your local system.
git clone https://github.com/<your_name>/DeepLearning_Contest.git
  1. Make a new branch.
git checkout -b <branch_name>
  1. Make the changes (Here's where your concepts will be tested)
    4.1. The repository contains the sample notebook in which you need to make the changes.
    4.2. Stage and commit those changes.
    git add <competition_notebook>.ipynb
    git commit -m "Custom Message"
    

Note: You can upload the notebook on Google Colab or Kaggle, make the changes, then download the updated notebook.

  1. Push those changes back to your repository.
git push -u origin <branch_name>
  1. Click on "Compare and Pull Request button".
  2. [Important] Select the right branch <your_name> for the base repository, i.e., this repository.
    7.1 If there's no branch containing <your_name>, check if you've filled out the form (link mentioned above)
    7.2 If you've filled out the form, and yet you can't see the branch with <your_name>, contact AASF or DSC IIITM Gwalior team.
  3. Provide the description of your Pull Request, and sit back!

About

Repository containing instructions for Deep Learning contest organized by AASF and DSC IIITM Gwalior

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published