Close

hill climbing

Hill climbing is a mathematical optimization technique that belongs to the family of local search. 

Security in DevOps and AWS with AWS IAM

Security in DevOps and AWS with AWS IAM

Keep your systems and data secure. DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). DevOps aims to shorten the systems development life cycle and provide continuous delivery with high quality. Security is an integral part of DevOps. By following security best practices, you […]

Devamını Oku

To Be More Productive, Think Algorithmically

To Be More Productive, Think Algorithmically

In today’s fast-paced world, staying productive cannot be easy. There are always more tasks than time to do, and it can be easy to feel overwhelmed. However, you can do a few simple things to improve your productivity by thinking algorithmically. Break down large tasks into smaller ones. One of […]

Devamını Oku

Slash These 10 Work-From-Home Habits to Build Productivity

Slash These 10 Work-From-Home Habits to Build Productivity

Working from home can have benefits, but it also comes with its challenges. To ensure productivity and success while working remotely, it’s essential to avoid certain habits that can hinder your performance. Here are ten work-from-home practices to prevent building productivity: They are taking “flex time” too far. Many work-from-home […]

Devamını Oku

Traveling Salesman Problem using Hill Climbing

Traveling Salesman Problem using Hill Climbing

Hill climbing is a mathematical optimization algorithm whose purpose is to find the best solution to a problem with a (large) number of possible solutions. Explaining the algorithm (and optimization in general) is best done using an example. In the Travelling salesman problem, we have a salesman who needs to […]

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

Rubato & Gazapizm – Kalbim Çukurda

Rubato & Gazapizm - Kalbim Çukurda

Gazapizm – Kalbim Çukurda Bir Şehir Sanki KarşındaHatıraların ArkandaKıstırıyorlar Seni SokaktaÖldüm Her Köşebaşında İsmin Her Yıkık DuvardaAğlatıp KaldırımlardaKandırıyorlar Seni MasallaKalbim Hep Aynı Sokakta O Kalbi Gerekirse Parçalar ElimAsla Kaçmadan Geri, Onlar Bulmadan BeniKoş Gel Bir Köşebaşında Kesilmiş NefesimKısılmış Sesim, Sanki Çok Yakınmış DenizGözümde Sanrılar Gerçeğin Tılsımı EtikMahallem Fişlenmiş, Basılmış Evim […]

Devamını Oku