COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211109200023/https://github.com/topics/research-paper
Here are
514 public repositories
matching this topic...
Best practice and tips & tricks to write scientific papers in LaTeX, with figures generated in Python or Matlab.
Updated
Feb 27, 2021
Python
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
This repo contains annotated research papers that I found really good and useful
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Updated
Sep 10, 2021
Python
Sioyek is a PDF viewer designed for reading research papers and technical books.
Deep Learning for Time Series Classification
Updated
Apr 6, 2020
Python
A repository to curate and summarise research papers related to fashion and e-commerce
Generative Adversarial Networks (GANs) resources sorted by citations
A Latex style and template for paper preprints (based on NIPS style)
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code. [work in progress]
rrtools: Tools for Writing Reproducible Research in R
👔 👗 🕶️ 🎩 Cool resources about Fashion + AI! (papers, datasets, workshops, companies, ...) (constantly updating)
Updated
Sep 19, 2021
Shell
List of awesome papers about time series, mainly including algorithms based on machine learning | 收录时间序列分析中各个研究领域的高水平文章,主要包含基于机器学习的算法
A list of system papers using/about Intel SGX
A simple self-driving car module for humans 🚘 🛣️
Updated
Jun 6, 2021
Python
Transfer learning for time series classification
Updated
Jun 6, 2019
Python
This repository is the collection of research papers in Deep learning, computer vision and NLP.
Updated
Jan 5, 2020
Python
🐸 collection of TTS papers
A collection of face related papers
Input Convex Neural Networks
Updated
Mar 20, 2019
Python
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Updated
Feb 13, 2020
Jupyter Notebook
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
A collection of research and survey papers of fraud detection mainly in advertising.
A list of contrastive Learning papers
Source code for: Flex-Convolution (Million-Scale Point-Cloud Learning Beyond Grid-Worlds), accepted at ACCV 2018
A curated list of awesome directed fuzzing research papers
Code and data belonging to our CSCW 2019 paper: "Dark Patterns at Scale: Findings from a Crawl of 11K Shopping Websites".
Updated
Aug 6, 2019
Jupyter Notebook
Improve this page
Add a description, image, and links to the
research-paper
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
research-paper
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi, I am not sure while
drop_last=Falsein the code below gives an error. Any help will be greatly appreciated!`import pytorch_tabnet
from pytorch_tabnet.tab_model import TabNetClassifier
import torch
from sklearn.preprocessing import LabelEncoder
from sklearn.metrics import roc_auc_score, accuracy_score
clf = TabNetClassifier(optimizer_fn=torch.optim.Adam,