laptop commit linear regression

This commit is contained in:
Bartosz Ogonowski 2020-05-02 20:21:22 +02:00
parent 6340b70b31
commit 1e6727b14d
3 changed files with 2096 additions and 2096 deletions

View File

@ -54,7 +54,7 @@ def read_words(input_path):
def train(vocabulary,input_train,expected_train):
learning_rate=0.00001
learning_precision=0.000001
learning_precision=0.00001
words_vocabulary={}
with open(input_train,encoding='utf-8') as input_file, open(expected_train,encoding='utf-8') as expected_file:
for line, exp in zip(input_file,expected_file):

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff