This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Arda Mavi - App</title> | |
</head> | |
<body> | |
<center> | |
<a style="text-decoration: none; font-size: 6em;" href="/"> | |
<span style="color:#fc4f3f;">Arda Mavi</span> <span style="color:#808080"></span> <span style="color:#3377CC;">App</span> | |
</a> | |
<br/><br/><br/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2017 Intel Corporation. | |
# The source code, information and material ("Material") contained herein is | |
# owned by Intel Corporation or its suppliers or licensors, and title to such | |
# Material remains with Intel Corporation or its suppliers or licensors. | |
# The Material contains proprietary information of Intel or its suppliers and | |
# licensors. The Material is protected by worldwide copyright laws and treaty | |
# provisions. | |
# No part of the Material may be used, copied, reproduced, modified, published, | |
# uploaded, posted, transmitted, distributed or disclosed in any way without | |
# Intel's prior express written permission. No license under any patent, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
By Arda Mavi | |
github.com/ardamavi | |
Using: | |
# Encoder: | |
If you want to encode your sentence, use this command: encode(<your_sentence>) | |
Example: | |
Your Sentence: "ar ma" | |
Return: [[0.0, 0.6538461538461539], [0.46153846153846156, 0.0]] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Arda Mavi | |
# github.com/ardamavi | |
import tensorflow as tf | |
# Inputs: | |
x = tf.placeholder(tf.float32, [None, 2]) | |
y = tf.placeholder(tf.float32, [None, 1]) | |
# Weight: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Arda Mavi | |
import keras | |
import numpy as np | |
from sklearn import tree | |
from random import shuffle | |
from keras.layers import Dense | |
from keras.models import Sequential | |
from sklearn.neural_network import MLPClassifier |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// Hesapla Arda ! | |
// | |
// Created by Arda Mavi on 1.02.2016. | |
// Copyright © 2016 Arda Mavi. All rights reserved. | |
// Bu uygulama Arda Mavi tarafından tasarlanmış ve programlanmıştır. | |
import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// By Arda Mavi | |
import java.util.Scanner; | |
public class BitWiseİşlemler { | |
public static void main(String[] args) { | |
// Tanım : |