Git Product home page Git Product logo

deeplearning_contest's Introduction

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!

deeplearning_contest's People

Contributors

aitikgupta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.