Close

Kent Beck

Kent Beck (born 1961) is an American software engineer and the creator of extreme programming, a software development methodology that eschews rigid formal specifications for a collaborative and iterative design process.

Teoman – 1994 Berbat Bir Yıldı

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 […]

Devamını Oku

The Scrum Ceremonies Used by Agile Teams

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 […]

Devamını Oku

Sigmoid Fonksiyonu Nedir?

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))

Devamını Oku