• Stars
    star
    2
  • Language
    Jupyter Notebook
  • License
    Apache License 2.0
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The aim of this practical course is to start from a simple deep learning model implemented in a notebook, and port it to a ‘reproducible’ world by including code versioning (Git), data versioning (DVC), experiment logging (Weight & Biases), hyper-parameter tuning, configuration (Hydra), and ‘Dockerization’.

More Repositories

1

multitask-learning-transformers

A simple recipe for training and inferencing Transformer architecture for Multi-Task Learning on custom datasets. You can find two approaches for achieving this in this repo.
Python
87
star
2

multilingual-pdf2text

A python library for extracting text from PDFs without losing the formatting of the PDF content.
Python
72
star
3

siamese-nn-semantic-text-similarity

A repository containing comprehensive Neural Networks based PyTorch implementations for the semantic text similarity task, including architectures such as: Siamese LSTM Siamese BiLSTM with Attention Siamese Transformer Siamese BERT.
Python
46
star
4

adversarial-ml-101

A beginner friendly repository for getting started with adversarial machine learning in PyTorch
Jupyter Notebook
22
star
5

bert-probe

BERT Probe: A python package for probing attention based robustness to character and word based adversarial evaluation. Also, with recipes of implicit and explicit defenses against character-level attacks.
Jupyter Notebook
18
star
6

schema-aware-denoising-text2sql

Using Seq2Seq transformers for Text2SQL task on WikiSQL dataset.
Jupyter Notebook
10
star
7

Online-Shopping-Store-in-Php-and-Mysql

E commerce site in php and Mysql
PHP
4
star
8

applied-transformers

A playground-like experimental project to explore various transformer architectures from scratch.
Jupyter Notebook
4
star
9

pretrain-bert-mlm

A repo containing code for domain specific pretraining for BERT using Masked Language Modelling with Transformers.
Python
3
star
10

fine-tune-bert

Pytorch implementation of finetuning bert on a custom dataset.
Python
3
star
11

joint-learn

A PyTorch based comprehensive toolkit for weight-sharing in text classification setting.
Python
3
star
12

time-series-microfinance-loan-using-arima-python

A micro-finance loan case study using time series analysis
Jupyter Notebook
3
star
13

linkedin-jobs-pyscraper

Scrape public jobs postings from LinkedIn in native python without selenium or any headless browser.
Python
2
star
14

English-Chat-Bot-based-in-Java

An English chatbot made in java. It also uses ANTLR api to check the struture of grammaer questions asked from it.
Java
1
star
15

chatbot-powered-by-IBM-Watson

JavaScript
1
star
16

ocr-test

Python
1
star
17

clara-multimodal-classifier

Python
1
star
18

antichat_bot

A karma mining bot for antichat.me app!
JavaScript
1
star
19

cordova-android

E crime file management android app developed in cordova framework for mobile app development
HTML
1
star
20

java-ee-web-app

E crime file management web application in servlets
Java
1
star
21

py-yt2cloud

A Python app that scrapes audio i.e. music mostly :) files via Google search and then uploads them to Google drive for centralized access across multiple devices. The script is hosted on Heroku!
Python
1
star
22

nnti_hindi_bengali_sentiment_analysis

Our code for training Word2Vec word embeddings for Hindi HASOC dataset then we use BiLSTM with self-attention in joint dual input learning setting where we train a single neural network on Hindi and Bengali dataset simultaneously using their respective embeddings and an LSTM in transfer learning setting.
Jupyter Notebook
1
star
23

hydra-nlp-neural-nets

A hydra based Natural Language Processing (NLP) pipeline boilerplate with loggers embbeded, allowing for streamlining deep learning models and accomodating experimentation while also being able to write modular scalable code. The best feature is that the code is completely parametrized via config file, which minimizes code changes when data changes etc.
Python
1
star