• Stars
    star
    4,449
  • Rank 9,232 (Top 0.2 %)
  • Language
    Jupyter Notebook
  • Created over 7 years ago
  • Updated 7 months ago

Reviews

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

Repository Details

TensorFlow Basic Tutorial Labs

Lab code (WIP), but call for comments

Build Status

This is code for labs covered in TensorFlow basic tutorials (in Korean) at https://youtu.be/BS6O0zOGX4E. (We also have a plan to record videos in English.)

This is work in progress, and may have bugs. However, we call for your comments and pull requests. Check out our style guide line:

Lab slides:

We welcome your comments on slides.

File naming rule:

  • klab-XX-X-[name].py: Keras labs code
  • lab-XX-X-[name].py: TensorFlow lab code
  • mxlab-XX-X-[name].py: MXNet lab code

Install requirements

pip install -r requirements.txt

Run test and autopep8

TODO: Need to add more test cases

python -m unittest discover -s tests;

# http://stackoverflow.com/questions/14328406/
pip install autopep8 # if you haven't install
autopep8 . --recursive --in-place --pep8-passes 2000 --verbose

Automatically create requirements.txt

pip install pipreqs

pipreqs /path/to/project

http://stackoverflow.com/questions/31684375

Contributions/Comments

We always welcome your comments and pull requests.

Reference Implementations

More Repositories

1

PyTorchZeroToAll

Simple PyTorch Tutorials Zero to ALL!
Python
3,759
star
2

word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
Python
1,310
star
3

deep_architecture_genealogy

Deep Learning Architecture Genealogy Project
Python
1,217
star
4

DeepLearningStars

Top Deep Learning Projects based on their Stars!
Python
384
star
5

effective_python_notebook

Jupyter Notebook
263
star
6

ReinforcementZeroToAll

Python
242
star
7

es-gpt

Python
206
star
8

KaggleZeroToAll

Kaggle problem solving
Jupyter Notebook
169
star
9

Wit-Facebook

Wit-Faebook Messenger Example
JavaScript
158
star
10

ml

Course Web page
HTML
141
star
11

kakao-gpt

124
star
12

GoogleCloudMLExamples

Python
71
star
13

line-gpt

40
star
14

book_writer

Python
38
star
15

smile_more

Check your face and make sure you smile using Google Vision API.
Python
37
star
16

PythonZeroToAll

Jupyter Notebook
30
star
17

digital-human

JavaScript
27
star
18

llama-up-data

26
star
19

FacebookSpamOut

Facebook (group) spam out
PHP
24
star
20

line-papago-bot

Simple Line/Kakao-Papago Translation Bot.
Python
24
star
21

gpt3-krtranslated-qa

20
star
22

gpt-py-review

Python
19
star
23

nsmlZeroToAll

Python
18
star
24

gpt3-python-doc-qa

16
star
25

chatgpt-askup-search-plugin

AskUp Search ChatGPT Plugin
Python
16
star
26

llm_gpu_cal

🔮 LLM GPU Calculator
Python
14
star
27

clova-up

Python
10
star
28

deep-facebook-commenter

9
star
29

DialogflowZeroToAll

Dialogflow Simple Tutorials
8
star
30

comp1021

comp1021 repository
6
star
31

assembly

Open assembly information
HTML
6
star
32

translation_coverage

Automatically check the rates between alpha VS other (unicode)
Python
6
star
33

FacebookGroupMemberPics

PHP
6
star
34

sagemaker-aihub

Jupyter Notebook
5
star
35

FacebookProfileOverlay

HTML
5
star
36

bible-friend

Kakai/Line bot for quick bible search
Python
5
star
37

PythonWithTurtle

Basic python programming with turtle graphics
5
star
38

askup_info

Python
4
star
39

gpt-plugin-bible-talk

Python
4
star
40

alexa-ask-facebook

Python
3
star
41

slack_diffusion

Python
3
star
42

mediapipe-facedetection

Python
2
star
43

codemirror-materialui-sveltekit

Svelte
1
star
44

faq_search

Python
1
star
45

askup-info

1
star
46

ask

1
star
47

info_masker

1
star
48

solar-paralegal

LLMxLaw Hackathon
Python
1
star