In the realm of software development, especially when working with certain tools and languages, developers often come across directories like “.idea” and “pycache“. These directories play specific roles in the development process. Let’s delve into each of these directories to understand their purpose and significance. 1. “.idea” Directory: 2. “pycache” […]
Devamını Oku
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
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
Buralar bu kadar kötü değilken, naif mevsimlerde tanışmıştık. Söz ustası, iyi insan ve yazar sevgili Nafer Ermiş’ i kaybettik. Sevenlerine sabır diliyorum. Sonuç olarak son sözü hayat söyler. Benim hayatımda bu hep böyle oldu. Nafer Ermiş, Hayat Böyle Bir Şey
Devamını Oku
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
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.
Devamını Oku