Coder Social home page Coder Social logo

deep-learning's Introduction

Deep Learning

This repository holds some deep learning projects I have worked on in class.

Neural Network from scratch with numpy

I built a neural network from scratch using only numpy and trained it on the dataset from the famous Titanic challenge on Kaggle. Here is the submission:

Screenshot of Kaggle submission

GAN generating flag icons

With the help of diegoalejogm's implementation of a Vanilla GAN generating hand-written digits (https://github.com/diegoalejogm/gans/blob/master/1.%20Vanilla%20GAN%20PyTorch.ipynb), I used a dataset of small flag icons from flagpedia (http://flagpedia.net/download) to generate small black and white flag icons.

Examples of the training data:

Examples of the resulting images (after 8000 epochs):

Comment classification with LSTM and GRU

This Pytorch LSTM and GRU perform multi-class categorization on online comments from a kaggle challenge (https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge). The comments are categorized in the following six categories:

  • toxic
  • severe toxic
  • obscene
  • threat
  • identity hate

These models were built after the end of the challenge, so the results are based on the actual test set data, which was made public after the deadline.

LSTM

GRU

ULMFiT

In this notebook, I am applying the pretrained model from Jeremy Howard & Sebastian Ruder's paper "Universal Language Model Fine-tuning for Text Classification" (2018, see https://arxiv.org/abs/1801.06146) to the twitter airline sentiment dataset from Kaggle (https://www.kaggle.com/crowdflower/twitter-airline-sentiment/downloads/twitter-airline-sentiment.zip/2). In my implementation I am borrowing from fastai's tutorial on ULMFiT (https://docs.fast.ai/text.html).

deep-learning's People

Contributors

julian1070 avatar

Watchers

James Cloos avatar paper2code - bot 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.