🥚

Recent Notes

  • AutoStore의 설치 기반과 Starship의 배송비 주장은 무엇을 보여주나

    2026년 8월 7일 19:31

  • 방산 스타트업의 공장은 보조금으로 지어도 조달까지 보장되진 않아

    2026년 8월 7일 15:23

  • 포스코퓨처엠, 19만t 넘는 LFP 양극재를 파는데 상대는 아직 안 밝혔다

    2026년 8월 7일 01:42

  • 코스피가 4.58% 내린 날, 코스닥은 0.26% 올랐어

    2026년 8월 7일 00:30

See 679 more →

classification

·····
  • Logistic Regression

    2023년 10월 4일

    # Lab 5 Logistic Regression Classifier import tensorflow as tf tf.set_random_seed(777) # for reproducibility x_data = [[1, 2], [2, 3], [3, 1], [4, 3], [5, 3], [6, 2]] y_data = [[0], [0], [0], [1], [1], [1]] # placeholders for a tensor that will be always fed.

    • deep-learning
    • tensorflow
    • regression
    • logistic-regression
    • classification
  • Softmax Function

    2023년 10월 4일

    Logistic Regression 의 그래프 함수를 통과하기 전의 값을 Score(Logit) 이라 부른다. 통과한 난 뒤의 값은 확률이다.

    • deep-learning
    • tensorflow
    • classification
    • softmax
    • cost-function
    • cross-entropy
  • MNIST Dataset

    2023년 10월 4일

    MNIST Dataset # Lab 7 Learning rate and Evaluation import tensorflow as tf import matplotlib.pyplot as plt import random tf.set_random_seed(777) # for reproducibility # 텐서플로우에서 데이터 받아오기 from tensorflow.examples.tutorials.mnist import input_data # Check out www.tensorflow.org/get_started/mnist/beginn...

    • deep-learning
    • tensorflow
    • mnist
    • classification

Wansook.World

세상을 이해해보려는 작은 여행.

Donation

© 2026 Wansook.World · All rights reserved. · v1.3.869