Close

Eric Brechner

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

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

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