Machine Translation Weekly 80: Deontological ethics and MT

At this year’s NAACL, there will be a paper that tries to view NLP from the perspective of deontological ethics and promotes an unusual and very insightful view on NLP ethics. The title of the paper is Case Study: Deontological Ethics in NLP, it was written by authors from CMU and discusses several NLP applications from the perspective of deontological ethics. Usually, ethics in NLP is discussed from the consequentialist perspective. In this view, the morality of an action is […]

Read more

A deep learning library for video understanding research

PyTorchVideo PyTorchVideo is a deeplearning library with a focus on video understanding work. PytorchVideo provides resusable, modular and efficient components needed to accelerate the video understanding research. PyTorchVideo is developed using PyTorch and supports different deeplearning video components like video models, video datasets, and video-specific transforms. A PyTorchVideo-accelerated X3D model running on a Samsung Galaxy S10 phone. The model runs ~8x faster than real time, requiring roughly 130 ms to process one second of video. A PyTorchVideo-based SlowFast model performing […]

Read more

A ML-Ops platform that helps you collaborate and share your Machine Learning work

MLReef Your Machine Learning life cycle in one platform MLReef is an open source ML-Ops platform that helps you collaborate, reproduce and share your Machine Learning work MLReef is a ML/DL development platform containing four main sections: Data-Management – Fully versioned data hosting and processing infrastructure Publishing code repositories – Containerized and versioned script repositories for immutable use in data pipelines Experiment Manager – Experiment tracking, environments and results ML-Ops – Pipelines & Orchestration solution for ML/DL jobs (K8s / […]

Read more

An Unsupervised Graph-based Toolbox for Fraud Detection

UGFraud UGFraud is an unsupervised graph-based fraud detection toolbox that integrates several state-of-the-art graph-based fraud detection algorithms. It can be applied to bipartite graphs (e.g., user-product graph), and it can estimate the suspiciousness of both nodes and edges. The implemented models can be found here. The toolbox incorporates the Markov Random Field (MRF)-based algorithm, dense-block detection-based algorithm, and SVD-based algorithm. For MRF-based algorithms, the users only need the graph structure and the prior suspicious score of the nodes as the […]

Read more

A third-person shooter written in the Panda3D game engine and Python

Droid Game 3D This is a very interesting game in which you can fight droid bots and online with other players. Unite in teams, and arrange a capture of the flag (mode in development). Popular servers At the moment, the most popular are the admin server and DOOMPY. Server statistics Admin fun server – 17 players per day. DOOMPY – 8 players per day. Capture the flag mode. New bots New droids. Control There are many different features in the […]

Read more

A voice assistant which can be used to interact with your computer

J.A.R.V.I.S It is a voice assistant which can be used to interact with your computer and also you have been seeing it in Iron man movies, but this JARVIS is not that much advanced as shown in movies. API keys To run this project you should need a API key for reading news. Register for your API key by clicking the following Installation You need to first fork this repository and clone the repository to your local system git clone […]

Read more

Generating a wordcloud made by Twitter with python

auto_tweet_wordcloud This repos is auto action which generating a wordcloud made by Twitter. Preconditions Install Python dependencies pip install -r requirements.txt Download neologd Dictionary sh scripts/download_neologd_dict.sh Usage python src/main.py Demo Default Default Alpha Man Face in Profile Man Face in Profile Alpha Twitter Bird Twitter Bird Alpha GitHub https://github.com/tubone24/auto_tweet_wordcloud    

Read more

Pytorch implementation of Fnet : Mixing Tokens with Fourier Transforms

FNet: Mixing Tokens with Fourier Transforms Pytorch implementation of Fnet : Mixing Tokens with Fourier Transforms. Citation: @misc{leethorp2021fnet, title={FNet: Mixing Tokens with Fourier Transforms}, author={James Lee-Thorp and Joshua Ainslie and Ilya Eckstein and Santiago Ontanon}, year={2021}, eprint={2105.03824}, archivePrefix={arXiv}, primaryClass={cs.CL} } GitHub https://github.com/rishikksh20/FNet-pytorch    

Read more

HTTP Protocol Stack Remote Code Execution Vulnerability

CVE-2021-31166 This is a proof of concept for CVE-2021-31166 (“HTTP Protocol Stack Remote Code Execution Vulnerability”), a use-after-free dereference in http.sys patched by Microsoft in May 2021. According to this tweet the vulnerability has been found by @_mxms and @fzzyhd1. The bug itself happens in http!UlpParseContentCoding where the function has a local LIST_ENTRY and appends item to it. When it’s done, it moves it into the Request structure; but it doesn’t NULL out the local list. The issue with that […]

Read more
1 623 624 625 626 627 912