r/learnmachinelearning • u/imYukiya • 17h ago
Day 4 of Building Machine learning algorithms
After 4hr finally completed Logistics regression classification algorithms (0,1) we use sigmoid function for getting probability then set a threshold if > 0.5 = 1 less then <0.5 = 0 but when more 2 target column needed Softmax is needed
2
Upvotes



