C.W.K.
Stream
Lesson 05 of 07 · published

Ecosystem 지도 — TF에 또 뭐 사는지

~10 min · ecosystem, keras-cv, keras-hub, tfx

Level 0Level 0
0 XP0/78 lessons0/17 achievements
0/100 XP to next level100 XP to go0% complete

언제 뭘 꺼낼지

TensorFlow 본체 (core library)는 입구야. 그 주변 ecosystem이 본체보다 커. 지도 알면 이미 몇 년간 다듬어진 걸 다시 짤 일이 없어.

Library용도2026 상태
tf.kerasHigh-level model API (TF 2.16부터 Keras 3 기반)주력 API
tf.dataData pipelinecore — 어디 안 가
TensorBoardTraining 시각화, profiling활발 (TF 2.21+부터 별도 pip install)
TFLite → LiteRTMobile + edge inferenceLiteRT로 이전 중
TF ServingProduction REST/gRPC 서버활발
TF.js브라우저 + Node inference활발
KerasCVDetection, segmentation, augmentation활발
KerasHub (구 KerasNLP)Pretrained LLM (Gemma, LLaMA 3, BERT, GPT-2)활발 — KerasNLP 대체
TF ProbabilityBayesian, MCMC, normalizing flow활발
TF Decision Forests / YDFRandom forest, GBT활발 — tabular에 강함
TF RecommendersRetrieval + ranking활발
TF AgentsRL: DQN, PPO, SAC, TD3활발
TF Federated분산 데이터의 federated learning연구 활발

공통 테마: 이 표의 모든 게 Keras 말투야. KerasCV YOLOv8 detector, KerasHub BERT classifier, TF-DF gradient-boosted tree, 다 .fit, .predict, .save 노출해. Keras 형태만 알면 나머지 ecosystem은 pip install 하나면 닿아.

Code

Pull a KerasHub LLM with one call·python
# pip install keras-hub
import keras_hub

llm = keras_hub.models.Llama3CausalLM.from_preset("llama3_instruct_8b_en")
print(llm.generate("Explain TensorFlow in one sentence:", max_length=64))

External links

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.