• Stars
    star
    111
  • Rank 312,697 (Top 7 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AI各领域学习资料整理。(A collection of all skills and knowledges should be got command of to obtain an AI relevant job offer. There are online blogs, my personal blogs, electronic books copy.)

MapleAI

icon

人工智能(Artificial Intelligence)相关的学习资料。主要相关内容包括深度学习机器学习强化学习计算机视觉自然语言处理

Applications and study materials for artificial intelligence. Contents mainly include deep learning, machine learning,reinforcement learning, computer vision, natural language processing.

个人整理资源/Resources

EBook/电子书

Moocs/网课

网络博文/Online Materials

深度学习/Deep Learning

seq2seq

topic material difficulty
从seq2seq、attention到transformer 从seq2seq、attention到transformer 容易

卷积神经网络/Convolutional Neural Network

topic material difficulty
Basic concepts Stanford cs231n Convolutional Neural Networks (CNNs / ConvNets) Medium
Utilize CNN in a simple way using Keras Building a Convolutional Neural Network (CNN) in Keras easy

对抗神经网络/Generative Adversarial Network

topic material Illustration
vanilla GAN's principles and implementation GANs from Scratch 1: A deep introduction. With code in PyTorch and TensorFlow Good for green hand

自然语言处理/Natural Language Processing

预训练/Pre-training

topic material difficulty
Word Embedding/BERT 从Word Embedding到Bert模型—自然语言处理中的预训练技术发展史 Easy

强化学习/Reinforcement Learning

topic material illustration
Hand by hand tutorial on implementing RL algorithms Series: Simple Reinforcement Learning with Tensorflow(个人的中文翻译版本)
OpenAI's open-source projects on teaching principles and implementations of state-of-the-art RL models OpenAI-Spinning up

有趣的领域进展

诞生于2014年的围棋之神:AlphaGo

More Repositories

1

NewsRecommendSystem

个性化新闻推荐系统,A news recommendation system involving collaborative filtering,content-based recommendation and hot news recommendation, can be adapted easily to be put into use in other circumstances.
Java
754
star
2

Chinese-translation-for-Handbook-of-High-Frequency-Trading-and-Modeling-in-Finance-

40
star
3

MachineLearningCourseNote

Youtube李宏毅教授(Hung-yi Lee, NTU)讲解的《Machine Learning》 课程笔记与notebook相关实现。
Jupyter Notebook
12
star
4

Maple-Reinforcement-Learning

Jupyter Notebook形式实现的强化学习算法,以及相应的实例应用gym)。(Reinforcement learning algorithms implemented using Jupyter Notebook, along with interesting applications on popular problems)
Jupyter Notebook
9
star
5

TMallCommentSpider

抓取天猫商城任意商品的评论信息的爬虫。(A spider that can download comments data for any product for sale at TMall)
Java
5
star
6

Reinforcement-Learning-FiveInARow

Five in a Row (五子棋), a traditional strategy game implemented in Python. There are two types of AI player, one is simple AI which is hardcoded, and another AI is based on reinforcement learning. Also, the game can be played by two human players at the same time.
Python
4
star
7

MapleTechNotes

My notes and blogs of all knowledges and skills that I've learned or studied.
2
star
8

LeetcodeCracker

Nice solutions and complete analysis for complexity for Leetcode problems that most frequently appeared in interviews. Java version for problems of different difficulty, C++ version for problems of different algorithm genres (along with introduction of some classical algorithm genres).
Java
2
star