🥚

Recent Notes

  • 조지아 PSC가 OpenAI의 3.2기가와트 전력계약을 승인했다

    2026년 8월 29일 20:20

  • OpenAI CFO 프라이어가 2027년 상장을 처음 입에 올렸다

    2026년 8월 29일 20:11

  • 원화 강세는 무역이 아니라 자본시장이 만들었다

    2026년 8월 29일 18:59

  • AWS가 받은 NVIDIA 새 CPU는 한 대, OCI가 약속받은 건 수십만 대다

    2026년 8월 29일 18:52

See 335 more →

logistic-regression

·····
  • 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

Wansook.World

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

Donation

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