A complete daily plan for studying to become a machine learning engineer.
-
Updated
Aug 20, 2021
{{ message }}
The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.
A complete daily plan for studying to become a machine learning engineer.
Roadmap to becoming an Artificial Intelligence Expert in 2021
An open source cybersecurity protocol for syncing decentralized graph data.
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
ncnn is a high-performance neural network inference framework optimized for the mobile platform
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.
Best Practices on Recommendation Systems
Python Implementation of Reinforcement Learning: An Introduction
TensorFlow-based neural network library
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
AI Code Completions
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginnerInvestment Research for Everyone.
Hello spoooopyyy hackers
This is a Hacktoberfest only issue!
This is also data-sciency!
Our English dictionary contains words that aren't English, and does not contain common English words.
Examples of non-common words in the dictionary:
"hlithskjalf",
"hlorrithi",
"hlqn",
"hm",
"hny",
"ho",
"hoactzin",
"hoactzine
Caffe2 is a lightweight, modular, and scalable deep learning framework.
Best Practices, code samples, and documentation for Computer Vision.
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
Open-source simulator for autonomous driving research.
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
A customisable 3D platform for agent-based AI research
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Tensorboard logging metrics from different GPUs when using DataParallel training.
To Reproduce
Use any arbitrary toy model with DP as an accelerator and in training_step(), include the below line of code:
self.log(mode + '_loss', sum(losses), on_epoch=False, on_step=True, prog_bar=True, logger=True, sync_dist=True)In the trainer, specify tensorboard logger with