TensorFlow-Keras Model, Train in Python, Use in C++
Post Views: 12,052 Despite many advantages of Python such as simple syntax, easy-to-read code and large number of available 3rd-party packages, when it comes to …
This is a technical blog. You can find posts in Computer Science, Programming, and Artificial Intelligence here.
Post Views: 12,052 Despite many advantages of Python such as simple syntax, easy-to-read code and large number of available 3rd-party packages, when it comes to …
Post Views: 727 Holidays are a great opportunity to make ideas which go on in the mind come true. It was a month that I …
Post Views: 7,729 FaceNet is a face recognition system using deep neural network introduced in 2015 by researchers at Google. The main idea of this system …
Post Views: 2,527 Reports are essential part of any software , and also it can be most frustrating part of software development. In web application, …
Post Views: 1,921 Machine learning algorithms work with data, ML algorithms without data are like a BMW car without gasoline . It is very important …
Post Views: 53 In a routing game on the Internet, players intend to send a fixed amount of flow from source to the destination through …
Post Views: 7,462 Last week I started to implement graphical Gradient Descent algorithm for linear regression (supervised machine learning). Gradient Descent is a general algorithm and …
Post Views: 44 Recently I contributed to an open source project named GraphTea. It’s a great software coded in Java ( by Sharif University of Iran …
Post Views: 39 Last night I was surfing in my PC,I found the convex hull program in the folder of academic projects , I remember …
Post Views: 34 Since I passed algorithmic game theory course at the university, it changed my point of view about daily events. I realized that …