🥚

Recent Notes

  • 전세

    2026년 9월 3일 13:43

  • 한미약품

    2026년 9월 3일 13:28

  • OCC, 트럼프 가문 관련 크립토 벤처 산하 은행에 스테이블코인 인가를 냈어

    2026년 9월 3일 12:59

  • 베센트의 국채 매입에 흔들린 달러, 로이터 설문은 1년 뒤 1.18달러를 본다

    2026년 9월 3일 12:53

See 487 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.1273