Amazon Fresh is a brand new grocery store concept that mixes local, national and organic brands along with freshly prepared foods under one roof. The Dash cart lets you self check out as you go, recognizing items as you put them in the cart and keeping a tally of your […]
Devamını Oku
Python ile çok basit bir ses tanıma ve metine çevirme uygulaması paylaşıyorum. PiPy üzerinden SpeechRecognition kütüphanesini kullanıyoruz. Örnek dosyanın yerini değiştirmeniz gerekiyor.
Devamını Oku
Doğrultulmuş lineer birim (rectified linear unit- RELU) doğrusal olmayan bir fonksiyondur. ReLU fonksiyonu negatif girdiler için 0 değerini alırken, x pozitif girdiler için x değerini almaktadır. Python kodlaması aşağıdaki gibi olabilir. def relu(x): return np.maximum(0, x)
Devamını Oku
A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs. JVM is the core of the Java ecosystem. The JVM was initially designed to support only Java. However, as time passed, even more languages were adapted or intended to run on the Java platform. Any serious Java developer has to […]
Devamını Oku
In June of 2020, OpenAI launched their new model GPT-3, which not only has futuristic NLP(Natural Language Processing) capabilities, but was also able to generate React code and simplify command-line commands. Looking at these demos was a huge inspiration for us and we realized that while doing data analysis, a lot of times, we […]
Devamını Oku
Neural network architectures are most often conceptually designed and described in visual terms, but are implemented by writing error-prone code. PrototypeML is a machine learning development environment that bridges the gap between the design and development processes: it provides a highly intuitive visual neural network design interface that supports the […]
Devamını Oku
handcalcs is a library to render Python calculation code automatically in Latex, but in a manner that mimics how one might format their calculation if it were written with a pencil: write the symbolic formula, followed by numeric substitutions, and then the result. Because handcalcs shows the numeric substitution, the calculations become significantly easier […]
Devamını Oku
The recent emergence of machine learning has given rise to hundreds of different frameworks, so why would you use Libra? Here’s why libra outperforms all these other alternatives. Libra prioritizes ease of use and ergonomics. Libra is a machine learning API designed for non-technical users. This means that it assumes […]
Devamını Oku
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