I use Amazon as a cloud service in my new Java/Kotlin projects. I couldn’t easily find a complete list of AWS modules. I was able to create this shortlist as a result of the reviews. Compute EC2 Virtual Private Servers Lightsail Amazon’s hosting provider (VPS, DNS, storage) Lambda Functions […]
Devamını Oku
Softmax fonksiyonu çoklu sınıflandırma problemleri için kullanılır. Verilen her bir girdinin bir sınıfa ait olma olasılığını gösteren [0,1] arası çıktılar üretmektedir. Python implemantasyonu aşağıdaki gibi olabilir. #softmax functiondef softmax(X): expo = np.exp(X) expo_sum = np.sum(np.exp(X)) return expo/expo_sum
Devamını Oku
Kariyer.net, 50 bin üyenin kişisel verilerinin çalındığını açıkladı. 10.08.2020 tarihinde gerçekleşen veri ihlaline ilişkin açıklama, kariyer.net tarafından Kişisel Verileri Koruma Kurumu’na yapıldı. Kariyer.net tarafından yapılan açıklama aşağıdadır. Bilindiği üzere, 6698 sayılı Kişisel Verilerin Korunması Kanunu’nun ‘Veri güvenliğine ilişkin yükümlülükler’ başlıklı 12’nci maddesinin (5) numaralı fıkrası ‘İşlenen kişisel verilerin kanuni olmayan yollarla […]
Devamını Oku
This repo includes many samples and tutorials https://github.com/Solido/awesome-flutter
Devamını Oku
Windows Open the command prompt MacOS Open the terminal and execute these commands
Devamını Oku
A hacker group has attempted to hijack nearly one million WordPress sites in the last seven days, according to a security alert issued today by cyber-security firm Wordfence. The company says that since April 28, this particular hacker group has engaged in a hacking campaign of massive proportions that caused […]
Devamını Oku
MQTT, Message Queuing Telemetry Transport teriminin kısaltmasıdır. Mesajın karşı tarafa gönderilmesini sağlayan basit ve hızlı bir protokoldür. MQTT bir message broker üzerinden çalışır. Message Broker ya da kısaca Broker bir mesajın uç noktaların anlayabileceği biçime getirilmesi işini sağlayan bir uygulamadır. Broker ‘a abone olan uçlara mesaj gönderilir. Bu işleme publish, […]
Devamını Oku
Through this series so far you’ve been learning the basics of NLP using TensorFlow. You saw how to tokenize and then sequence text, preparing it to train neural networks. You saw how sentiment in text can be represented with embeddings, and how the semantics of text over long stretches might […]
Devamını Oku
Oracle has published an update to the Java Client Roadmap which extends availability and support timelines for many Java Client related technologies. Executive Summary: Oracle has extended commercial support and updates for Java SE 8 from March 2025 to at least December 2030. Oracle has extended indefinitely the availability of updates for […]
Devamını Oku