The Zeigarnik Effect stands out as a fascinating phenomenon in psychology and productivity. Named after the Soviet psychologist Bluma Zeigarnik, who first studied it in the 1920s, this effect suggests that people remember uncompleted or interrupted tasks better than completed tasks. But how does this psychological principle play a role […]
Devamını Oku
Agile is a set of values and principles for project management that was first outlined in the Agile Manifesto, a document created by a group of software developers in 2001. The Agile Manifesto emphasizes the importance of flexibility and adaptability in the development process and promotes a customer-centric approach to […]
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
There’s a way to organize your work, stay focused, avoid mistakes, and be hyper-productive that you can learn using sticky notes and markers in five minutes. It’s been used by Toyota to make cars, by Xbox to build software, and by individuals to maintain sanity. It’s called Kanban, and Eric […]
Devamını Oku