Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it

Overview

Awesome AI-ML-DL Awesome License: CC BY-SA 4.0

Better NLP: Better NLP

NLP Java: NLP Java | NLP Clojure: NLP Clojure | NLP Kotlin: NLP Kotlin | NLP Scala: NLP Scala |
NLP using DL4J (cuda) NLP using DL4J (cuda)

Tribuo: Tribuo | DeepNetts: DeepNetts | Dataiku DSS: Dataiku DSS | Grakn: Grakn | Jupyter-Java: Jupyter-Java |
MLPMNist using DL4J: MLPMNist using DL4J | Zeppelin: Zeppelin


Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.

This repo is dedicated to engineers, developers, data scientists and all other professions that take interest in AI, ML, DL and related sciences. To make learning interesting and to create a place to easily find all the necessary material. Please contribute, watch, star, fork and share the repo with others in your community.

Watching the repo will keep you posted of all the changes (commits) that go into the repo.

Also, please SPONSOR us, find out how-to!

Contributing

Contributions are very welcome, please share back with the wider community (and get credited for it)!

Please have a look at the CONTRIBUTING guidelines, also have a read about our licensing policy.

Sponsoring

With GitHub's new project sponsor program you can now sponsor projects like this, see how.

Comments
  • Wolfram Neural Net Repository

    Wolfram Neural Net Repository

    Probably a useful link to add to this repo (under Mathematica / Wolfram Language):

    https://resources.wolframcloud.com/NeuralNetRepository/

    The Wolfram Neural Net Repository is a public resource that hosts an expanding collection of trained and untrained neural network models, suitable for immediate evaluation, training, visualization, transfer learning and more.

    enhancement Hacktoberfest2019 
    opened by arnoudbuzing 7
  • Why to add

    Why to add "Tutorial" in names of R articles added?

    Articles are self explanatory from their headings. I feel adding tutorial specifically under R subsection is somewhat should not be there.

    Just like other good articles by great authors, their heading should be kept unchanged.

    opened by dA505819 5
  • Broken link

    Broken link

    Reached this awesome list from the : akullpp/awesome-java .

    https://github.com/neomatrix369/awesome-ai-ml-dl/blob/master/details/java-jvm.md#java

    Using Java for Artificial Intelligence (Tweet)

    This link is broken.

    Thank you!

    opened by tjj225 4
  • Added Computer Vision topic under Julia, Python and R

    Added Computer Vision topic under Julia, Python and R

    Purpose : To add materials of Computer Vision field into the repository as it had none.

    Contents : Motivation (intro to computer vision), Digital image processing, Opencv and its tutorials, Courses from other organisations, Conferences to follow and some famous computer vision blogs.

    @neomatrix369 please check the pull request. Waiting for your feedback on it.

    enhancement Hacktoberfest2019 
    opened by jerryfrancis-97 3
  • Need for adding Computer Vision topic under Julia, Python and R

    Need for adding Computer Vision topic under Julia, Python and R

    Computer vision topic should focus on the basics of image processing , different filters used, and will then move onto CNNs and deep learning methods of computer vision.

    enhancement Hacktoberfest2019 
    opened by jerryfrancis-97 3
  • Broken link for Object tracking under Image processing heading

    Broken link for Object tracking under Image processing heading

    https://github.com/virgili0/Virgilio/blob/master/serving/inferno/computer-vision/object-tracking/object-tracking.ipynb is giving error no. 404, under heading Image Processing under Computer Vision in /details/julia-python-and-r.md

    deadlinks 
    opened by therc01 2
  • Add Flyte

    Add Flyte

    Signed-off-by: Samhita Alla [email protected]

    Flyte is a workflow automation platform for complex, mission-critical data and ML processes at scale. A detailed overview of the features can be seen in the GitHub repo.

    enhancement 
    opened by samhita-alla 2
  • added measures.md #hacktoberfest

    added measures.md #hacktoberfest

    This PR is an extension to introduction to code-mixing and code-switching!

    • added a few important metrics and their descriptions useful for modeling code-mixing corpus
    • included useful resources which described the metrics in detail
    enhancement hacktoberfest hacktoberfest-accepted 
    opened by UmaGunturi 2
  • Add Automated Testing for Broken Links in Markdown Files

    Add Automated Testing for Broken Links in Markdown Files

    Requesting a new issue to be assigned to me:

    Add automated testing to ensure all links in markdown files are not broken, and alert when there are issues with links.

    @neomatrix369 - let me know if you want me to work on this issue or if it's not helpful for your project! I would love to contribute as part of hacktoberfest.

    enhancement deadlinks automation 
    opened by MattRudy 2
  • Find and fix broken/dead links

    Find and fix broken/dead links

    As see from #53 we can have broken/dead links, links that once worked can be unavailable for reasons outside the control of this project/repo!

    Hence I have decided to manually scan (for now) the repo from time to time for such links and fix them - if there is one. Here are the steps to take:

    New broken/dead links

    • find missing links using, markdown-link-check (see https://www.npmjs.com/package/markdown-link-check to find out how to install and use it)
    • once installed, use the below command in the root of the project:
    $ ls **/*.md | xargs -n 1 markdown-link-check --quiet
    
    ### This recursively finds all markdown files in the repo, 
    ### scans them and only reports those files which have 
    ### broken/dead links in them. 
    
    • try to fix the broken/dead links by hand
    • we are only looking for HTTP response code of 404, any other response codes can be ignored
    • if a fix cannot be found, best mark the link with a '[deadlink]' marker
    • in certain cases it's a good idea to leave the old link with the '[deadlink]' marker next to it even though we have found a new working one

    Existing broken/dead links across the repo

    Existing dead/broken links are marked with the '[deadlink]' marker.

    As part of this issue, fixing these links is also helpful - although if they are left in there it's cause their fix wasn't immediately available or found on searching on the relevant sources.

    Eventually, we can automate the task of finding such links via a GitHub action during GitHub events like commit, push or pull request creation.

    good first issue hacktoberfest 
    opened by neomatrix369 4
  • Add more features to the BetterNLP library

    Add more features to the BetterNLP library

    On the back of this discussion, @shahanesanket and I will take this further https://github.com/pandas-profiling/pandas-profiling/issues/278, some high-level ideas:

    • Missing value analysis
    • Text length analysis
      • 2.1 min, max, average, quantiles
      • 2.2 freq words, infrequent words (can include the deepmoji project's tokenizer. it's very robust)
      • 2.2 word cloud. (if it isn't a far stretched goal)

    @shahanesanket let's continue with our discussions here.

    enhancement hacktoberfest discussion 
    opened by neomatrix369 3
Owner
mani
3X @Kaggle Expert @Java champion, Polyglot, Software Crafter, performance, @graalvm, AI, ML, DL, NLP, Data Science, Developer communities, speaker, blogger
mani
🔮 Execution time predictions for deep neural network training iterations across different GPUs.

Habitat: A Runtime-Based Computational Performance Predictor for Deep Neural Network Training Habitat is a tool that predicts a deep neural network's

Geoffrey Yu 44 Dec 27, 2022
[CVPR 2022 Oral] TubeDETR: Spatio-Temporal Video Grounding with Transformers

TubeDETR: Spatio-Temporal Video Grounding with Transformers Website • STVG Demo • Paper This repository provides the code for our paper. This includes

Antoine Yang 108 Dec 27, 2022
ELSED: Enhanced Line SEgment Drawing

ELSED: Enhanced Line SEgment Drawing This repository contains the source code of ELSED: Enhanced Line SEgment Drawing the fastest line segment detecto

Iago Suárez 125 Dec 31, 2022
A commany has recently introduced a new type of bidding, the average bidding, as an alternative to the bid given to the current maximum bidding

Business Problem A commany has recently introduced a new type of bidding, the average bidding, as an alternative to the bid given to the current maxim

Kübra Bilinmiş 1 Jan 15, 2022
Official implementation of "SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers"

SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers Figure 1: Performance of SegFormer-B0 to SegFormer-B5. Project page

NVIDIA Research Projects 1.4k Dec 31, 2022
The story of Chicken for Club Bing

Chicken Story tl;dr: The time when Microsoft banned my entire country for cheating at Club Bing. (A lot of the details are from memory so I've recreat

Eyal 142 May 16, 2022
Pytorch Lightning Distributed Accelerators using Ray

Distributed PyTorch Lightning Training on Ray This library adds new PyTorch Lightning plugins for distributed training using the Ray distributed compu

167 Jan 02, 2023
Source code for the paper "PLOME: Pre-training with Misspelled Knowledge for Chinese Spelling Correction" in ACL2021

PLOME:Pre-training with Misspelled Knowledge for Chinese Spelling Correction (ACL2021) This repository provides the code and data of the work in ACL20

197 Nov 26, 2022
Companion code for the paper "An Infinite-Feature Extension for Bayesian ReLU Nets That Fixes Their Asymptotic Overconfidence" (NeurIPS 2021)

ReLU-GP Residual (RGPR) This repository contains code for reproducing the following NeurIPS 2021 paper: @inproceedings{kristiadi2021infinite, title=

Agustinus Kristiadi 4 Dec 26, 2021
Create Data & AI apps in 20 lines of code with Shimoku

Install with: pip install shimoku-api-python Start with: from os import getenv import shimoku_api_python.client as Shimoku

Shimoku 5 Nov 07, 2022
code release for USENIX'22 paper `On the Security Risks of AutoML`

This project is a minimized runnable project cut from trojanzoo, which contains more datasets, models, attacks and defenses. This repo will not be mai

Ren Pang 5 Apr 19, 2022
KSAI Lite is a deep learning inference framework of kingsoft, based on tensorflow lite

KSAI Lite is a deep learning inference framework of kingsoft, based on tensorflow lite

80 Dec 27, 2022
Deeper insights into graph convolutional networks for semi-supervised learning

deeper_insights_into_GCNs Deeper insights into graph convolutional networks for semi-supervised learning References data and utils.py come from Implem

Davidham3 17 Dec 16, 2022
NeoPlay is the project dedicated to ESport events.

NeoPlay is the project dedicated to ESport events. On this platform users can participate in tournaments with prize pools as well as create their own tournaments.

3 Dec 18, 2021
Generate image analogies using neural matching and blending

neural image analogies This is basically an implementation of this "Image Analogies" paper, In our case, we use feature maps from VGG16. The patch mat

Adam Wentz 3.5k Jan 08, 2023
AoT is a system for automatically generating off-target test harness by using build information.

AoT: Auto off-Target Automatically generating off-target test harness by using build information. Brought to you by the Mobile Security Team at Samsun

Samsung 10 Oct 19, 2022
Open-L2O: A Comprehensive and Reproducible Benchmark for Learning to Optimize Algorithms

Open-L2O This repository establishes the first comprehensive benchmark efforts of existing learning to optimize (L2O) approaches on a number of proble

VITA 161 Jan 02, 2023
DPC: Unsupervised Deep Point Correspondence via Cross and Self Construction (3DV 2021)

DPC: Unsupervised Deep Point Correspondence via Cross and Self Construction (3DV 2021) This repo is the implementation of DPC. Tested environment Pyth

Dvir Ginzburg 30 Nov 30, 2022
Experiment about Deep Person Re-identification with EfficientNet-v2

We evaluated the baseline with Resnet50 and Efficienet-v2 without using pretrained models. Also Resnet50-IBN-A and Efficientnet-v2 using pretrained on ImageNet. We used two datasets: Market-1501 and

lan.nguyen2k 77 Jan 03, 2023
Predict multi paths to a moving person depending on his trajectory history.

Multi-future Trajectory Prediction The project is about using the Multiverse model to make possible multible-future trajectory prediction for a seen p

Said Gamal 1 Jan 18, 2022