일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Elasticsearch
- zip 암호화
- Kafka
- query
- docker
- License
- high level client
- aggs
- plugin
- matplotlib
- analyzer test
- springboot
- TensorFlow
- Java
- aggregation
- Mac
- 900gle
- API
- token filter test
- MySQL
- zip 파일 암호화
- license delete
- flask
- Python
- Test
- ELASTIC
- licence delete curl
- sort
- 차트
- 파이썬
Archives
- Today
- Total
개발잡부
[tensorflow] word2vec 구현해보자 2 본문
반응형
https://ldh-6019.tistory.com/193?category=1043090
[tensorflow] word2vec 구현해보자
음.. 이기 뭐지.. 일단 수정해서 돌려보긴 했는데.. 30라인 학습 20라인 학습 import json import tensorflow as tf import tensorflow.compat.v1 as tf tf.disable_v2_behavior() import matplotlib import mat..
ldh-6019.tistory.com
이걸 수정해서 확인해보자
{"price":2240000,"name":"루이 비통 네오노에 M44020","id":1,"category":"패션잡화 여성가방 숄더백"}
{"price":3400000,"name":"루이 비통 삭 쾨르 M58738","id":2,"category":"패션잡화 여성가방 숄더백"}
{"price":3180000,"name":"루이 비통 뉴 웨이브 체인 백 M58664","id":3,"category":"패션잡화 여성가방 숄더백"}
{"price":2990000,"name":"루이 비통 파시 M45592","id":4,"category":"패션잡화 여성가방 숄더백"}
{"price":1820000,"name":"루이 비통 알마 BB N41221","id":5,"category":"패션잡화 여성가방 토트백"}
{"price":1550000,"name":"루이 비통 더블 집 포쉐트 M69203","id":6,"category":"패션잡화 여성가방 클러치백"}
{"price":2940000,"name":"루이 비통 네오노에 MM M45256","id":7,"category":"패션잡화 여성가방 토트백"}
{"price":810000,"name":"루이 비통 비즈 팔찌 M00314","id":8,"category":"패션잡화 주얼리 팔찌 패션팔찌"}
{"price":500000,"name":"루이 비통 LV ME 팔찌 알파벳 Y M67182","id":9,"category":"패션잡화 주얼리 팔찌 패션팔찌"}
{"price":3130000,"name":"루이 비통 뉴 메신저 M30746","id":10,"category":"패션잡화 남성가방 크로스백"}
{"price":550000,"name":"루이 비통 모노그램 종크","id":11,"category":"패션잡화 주얼리 팔찌 패션팔찌"}
흠.. 기준이 뭐꼬..
늬들 친하나?.. 왜 뭉쳐 있는긴데
반응형
'Python > text embeddings' 카테고리의 다른 글
[tensorflow] word2vec 구현해보자 3 (0) | 2022.05.20 |
---|---|
[tensorflow] word2vec 구현해보자 (0) | 2022.01.18 |
[tensorflow 2] Text embedding API를 만들어 보자 (0) | 2022.01.15 |
[tensorflow 2] Text embedding A/B TEST - 2 (0) | 2022.01.14 |
[tensorflow 2] Text embedding A/B TEST - 1 (0) | 2022.01.14 |
Comments