A complete daily plan for studying to become a machine learning engineer.
-
Updated
Jun 12, 2020
{{ 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.
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
An open source cybersecurity protocol for syncing decentralized graph data.
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
ncnn is a high-performance neural network inference framework optimized for the mobile platform
Python Implementation of Reinforcement Learning: An Introduction
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
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 - beginnerTensorFlow-based neural network library
Enable training purely based on number of iterations instead of epochs
This can be useful for certain training runs. Without this feature, the user must set an unreachably high value for max_epochs and set max_steps to the desired iteration count. With this setup, the trainer will break from the training loop based on max_steps since we'd never reach `max_e
Caffe2 is a lightweight, modular, and scalable deep learning framework.
Best Practices on Recommendation Systems
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Best Practices, code samples, and documentation for Computer Vision.
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
A customisable 3D platform for agent-based AI research
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.
Create HTML profiling reports from pandas DataFrame objects
The Swift machine learning library.
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Open-source simulator for autonomous driving research.
Official Stanford NLP Python Library for Many Human Languages
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.