Skip to content

Commit 36d29b3

Browse files
committed
commit
1 parent b146339 commit 36d29b3

File tree

17 files changed

+53586
-923
lines changed

17 files changed

+53586
-923
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Amusing Python Codes
22
Interesting python codes to deal with some simple and practical tasks.
33

4-
- [**Basic Word2Vec Example**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/basic_word2vec_example)
5-
- [**House Prices Predict**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/house_prices_predict)
6-
- [**MNIST Dataset Training Examples**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/mnist_dataset_training_examples)
7-
- [**Seq2Seq for Translation or Dialogue**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/seq2seq_translate_dialogue)
8-
- [**Stock Prices Predict**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/stock_prices_predict)
9-
- [**WeChat Exploration using itchat Package**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/wechat_exploration)
10-
- [**Douban · Wolf Warrior II Film Comments Analysis**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/wolf_warriors_ii)
11-
- [**Simple RBF Neural Networks for Two-class Classification Example**](https://github.com/IsaacChanghau/AmusingPythonCodes/tree/master/rbf_networks_classification)
4+
- [**Basic Word2Vec Example**](/basic_word2vec_example)
5+
- [**House Prices Predict**](/house_prices_predict)
6+
- [**MNIST Dataset Training Examples**](/mnist_dataset_training_examples)
7+
- [**Seq2Seq for Translation or Dialogue**](/seq2seq_translate_dialogue)
8+
- [**Stock Prices Predict**](/stock_prices_predict)
9+
- [**WeChat Exploration using itchat Package**](/wechat_exploration)
10+
- [**Douban · Wolf Warrior II Film Comments Analysis**](/wolf_warriors_ii)
11+
- [**Simple RBF Neural Networks for Two-class Classification Example**](/rbf_networks_classification)
12+
- [**Stanford CoreNLP Demo**](/stanford_corenlp_demo)

0 commit comments

Comments
 (0)