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