Teoman – 1994 Berbat Bir Yıldı
berbat bir yıldı 1994daha yılbaşı ertesi kalktım yatağımdanbastım kendi kusmuğumayokladım, gecenin bütün kazancını harcamıştımkim bilir nereye gitmiştim, parayı kiminle yemiştim? çalışmıştım yılbaşı gecesi kemancı’damikrofon ayağına tutunup zor dururken ayakta gitaristim demişti ki, mikrofonumdan“zom oldu şarkıcımızyani, devam edemiyoruz.“ berbat başlamıştı 1994ve öyle de gitti yıl boyunca 27 yaşındaydım.henüz mezun zar zor […]
The Scrum Ceremonies Used by Agile Teams
Learn how the scrum ceremonies help agile teams plan, work, and communicate efficiently. Scrum is a framework software development teams use to collaborate, complete work quickly, and adapt to rapidly changing user requirements. The scrum team comprises various roles: developers, project managers, scrum masters, QA engineers, product owners, and technical […]
Sigmoid Fonksiyonu Nedir?
Sigmoid fonksiyonunu, özellikle öğrenme algoritmalarında iterasyon için kullanıyoruz. Ardışık kullanımda sonucu 1′ e yakınsar. Python örneklerinde bol bol kullanıyoruz. Örnek bir kod aşağıdaki gibi olabilir. def nonlin(x): return 1 / (1 + np.exp(-x))
Extreme Programming 20 years later
Kent Beck invented Extreme Programming. Guest of honor of the 5th annual Lean IT Summit, he reviewed what he got right, what he got wrong, what he’s still working on and how things work at Facebook where he is now.