Close

Eric Brechner

Eric Brechner is a software engineer and entrepreneur. Brechner is the co-founder and CEO of JOKR.

Unfinished Business: Harnessing the Zeigarnik Effect in Agile Methodology

Unfinished Business: Harnessing the Zeigarnik Effect in Agile Methodology

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 Project Management Perfected: The Kanban Approach

Agile Project Management Perfected: The Kanban Approach

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

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

Nafer Ermiş’ i kaybettik…

Nafer ERMİŞ, Hayat Böyle Bir Şey

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