일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- query
- 파이썬
- 900gle
- aggregation
- Test
- high level client
- MySQL
- API
- flask
- aggs
- License
- Mac
- token filter test
- springboot
- docker
- matplotlib
- TensorFlow
- zip 파일 암호화
- sort
- licence delete curl
- Kafka
- Java
- ELASTIC
- license delete
- 차트
- zip 암호화
- Elasticsearch
- plugin
- analyzer test
- Python
- Today
- Total
목록분류 전체보기 (475)
개발잡부
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":"루이 비통 삭 ..
• 구글 텐서플로우 에이전트: https://github.com/tensorflow/agents GitHub - tensorflow/agents: TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinfo TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning. - GitHub - tensorflow/agents: TF-Agents: A reliable, scalable and easy to use T... github.com 로컬에..
초개인화 시나리오에 적합할지 빠르게 파악할 수 있는 방법은, 구글, 페이스북, 징가 등에서 내부 실험을 바탕으로 어느 정도 검증된 강화학습 로직을 오픈소스 코드화해 공유한 아래의 자산들을 활용 • 구글 텐서플로우 에이전트: https://github.com/tensorflow/agents • 페이스북 리에이전트: https://github.com/facebookresearch/ReAgent • 징가 강화학습 베이커리(RL Bakery): https://github.com/zynga/rl-bakery
Specifying Sorting The SearchSourceBuilder allows to add one or more SortBuilder instances. There are four special implementations (Field-, Score-, GeoDistance- and ScriptSortBuilder). 정렬 지정 SearchSourceBuilder 를 사용하면 하나 이상의 SortBuilder 인스턴스 를 추가할 수 있습니다 . 4가지 특수 구현(Field-, Score-, GeoDistance- 및 ScriptSortBuilder)이 있습니다. sourceBuilder.sort(new ScoreSortBuilder().order(SortOrder.DESC)); sourceBu..
local에서 테스트 할려고 하니까 안되네.. google colab 에서 해야함.. import tensorflow as tf from tensorflow import keras import numpy as np import matplotlib.pyplot as plt fashion_mnist = keras.datasets.fashion_mnist (train_images, train_labels), (test_images, test_labels) = fashion_mnist.load_data() class_names = ['T-shirt/top', 'Trouser', 'Pullover', 'Dress', 'Coat', 'Sandal', 'Shirt', 'Sneaker', 'Bag', 'Ankle bo..
문재가 이건디 File "/Users/doo/opt/anaconda3/envs/doo/lib/python3.7/site-packages/elasticsearch/client/__init__.py", line 203, in __init__ self.transport = transport_class(_normalize_hosts(hosts), **kwargs) File "/Users/doo/opt/anaconda3/envs/doo/lib/python3.7/site-packages/elasticsearch/transport.py", line 154, in __init__ self.set_connections(hosts) File "/Users/doo/opt/anaconda3/envs/doo/lib/python..
우선 if 문 select * from tbl_board where title = '%'||#{title}||'%' OR content = '%'||#{content}||'%' and or 조건문 switch case -- doo 인 경우 재고수량 , iisales.remain_cnt -- 재고수량 , (SELECT remain_cnt FROM itm_item_sales WHERE item_no = ii .item_no AND if (iiss.stock_allot_type = 'ALL' iiss. online_stock_yn ='Y' iiss. online_stock_start_dt now() now() iiss. online_stock_end_dt , store_id ='99998' , store_id..
cd ~/docker/kafka docker compose up -d --build kafka 설치하고 kafka manager 설치 접속 : localhost:9000 Configuring the Kafka Manager To setup Kafka Manager, navigate to http://localhost:9000 and complete the following steps: Select Cluster and Add Cluster Enter a cluster name e.g. 900gle Enter a cluster ZooKeeper Host e.g. zookeeper:2181 Select a Kafka version matching the kafka image e.g. 0.10.1 or the..
파이썬 Elasticsearch client 생성 회사 ES 계속 에러남 .. 3번째로 시도해 봐야겠음 client = Elasticsearch([{'host': config.elastic_host, 'port': config.elastic_port}]) client = Elasticsearch(http_auth=('elastic', 'dlengus')) client = Elasticsearch(["http://elastic:dlengus@localhost:9200"]) client = Elasticsearch("https://elastic:password@회사.co.kr:443/", ca_certs=False ) 당췌 뭐가 문제인지.. File "/Users/doo/opt/anaconda3/envs/d..
https://github.com/yahoo/CMAK/releases Releases · yahoo/CMAK CMAK is a tool for managing Apache Kafka clusters. Contribute to yahoo/CMAK development by creating an account on GitHub. github.com 2. 다운로드 후 압축 해제 $ tar -xzvf CMAK-3.0.0.5.tar.gz 3. sbt 실행 sbt : Simple Build Tool, 스칼라를 위한 빌드 툴 압축해제된 폴더에서 sbt 실행 $ cd CMAK-3.0.0.5/ $ ./sbt clean dist 4. kafka-manager-3.0.0.5.zip 파일 압축 해제 sbt 실행 후 만들어진 ..