Bu konunun anlatılmasında ve genel veri bilimi konusunda örneklerin ve belli başlı bilgilerin bulunduğu kaynaklar.
Şadi Evren Şeker - Karar Ağaçları
Makine Öğrenmesi süreçlerinde aslında bizim problemimize bağlı olarak algoritma değişir.
| # -*- coding: utf-8 -*- | |
| from celery import Celery | |
| from kombu import Exchange, Queue | |
| import time | |
| # Celery Config | |
| hastane_app = Celery() | |
| celeryconfig = {} |
| <script src="http://code.jquery.com/jquery-latest.min.js" | |
| type="text/javascript"></script> | |
| <link href="https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" rel="stylesheet"/> | |
| <script src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script> | |
| <table class="table table-striped table-bordered datatable" id="p_history"> | |
| <thead> | |
| <tr> |
| import math | |
| def distance(class_of_cluster,x1,x2,y1,y2): | |
| y_square = math.pow((y2-y1),2) | |
| x_square = math.pow((x2-x1),2) | |
| return class_of_cluster,math.sqrt(x_square+y_square) | |
| def knn(data_set,target_data,neighbors_count): |
| ##### HEAD_COMMAND | |
| #!/bin/bash | |
| x=$1 | |
| i=0 | |
| while read line | |
| do | |
| echo $line | |
| ((i++)) |
| import json | |
| import urllib2 | |
| import requests | |
| def awake_db(): | |
| payload = json.dumps({ | |
| "Hostname":"", | |
| "User":"", | |
| "Memory":0, | |
| "Memoryswap":0, |
| # ----------------------------- | |
| # PostgreSQL configuration file | |
| # ----------------------------- | |
| # | |
| # This file consists of lines of the form: | |
| # | |
| # name = value | |
| # | |
| # (The "=" is optional.) Whitespace may be used. Comments are introduced with | |
| # "#" anywhere on a line. The complete list of parameter names and allowed |
Bu konunun anlatılmasında ve genel veri bilimi konusunda örneklerin ve belli başlı bilgilerin bulunduğu kaynaklar.
Şadi Evren Şeker - Karar Ağaçları
Makine Öğrenmesi süreçlerinde aslında bizim problemimize bağlı olarak algoritma değişir.
create table users(
id serial not null primary key,
username varchar(15) not null UNIQUE,
password text not null,
email text not null UNIQUE,
c_date timestamp default current_timestamp,full_name varchar(40) ,
status boolean not null default true,balance real not null default 0,
lastlogin timestamp not null default current_timestamp,
UNIX tabanlı sistemlerde bulunan bir veri yapısıdır.Inode bir dosyanın,klasörün meta datasını tutmamızı sağlan bir sistemdir. Inode , index node diye de geçmetedir.UNIX tabanlı bir sistemde her nesne bir inode ile temsil edilir. Yani dosyaları ve klasörleri inode ile indexlemekteyiz.
Bu index inode number denen bir yapı ile oluşturulmaktadır.Inode number rastgele değil bir patterne göre işlemektedir. Inode numarası