Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turkish translation lesson5 #146

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
d83e783
Started Turkish translation of the main README.md
SemerciMurat Jul 26, 2022
e9bc0f1
Turkish translation of the main README.md
semercim Jul 26, 2022
4b2d81a
Finished Turkish translation of the main README.md
semercim Jul 27, 2022
6e34269
Translating lesson 1.
semercim Aug 20, 2022
85436a5
Finished Turkish translation of lesson 1
semercim Aug 22, 2022
a18965e
Finished Turkish translation of lesson 1's assignment and quiz.
semercim Aug 22, 2022
efb9f5d
Fixed relative image paths.
semercim Aug 22, 2022
e4ea76b
Translating lesson 2.
semercim Aug 25, 2022
f66cad1
Translating lesson 2 to Turkish.
semercim Aug 29, 2022
f8c3007
Translating lesson 2 to Turkish.
semercim Aug 29, 2022
4b3cb5b
Translating lesson 2 to Turkish.
semercim Aug 29, 2022
7578b10
Translating lesson 2 to Turkish.
semercim Aug 30, 2022
eec53d5
Translating lesson 2 to Turkish.
semercim Aug 30, 2022
dfb7f29
Finished Turkish translation of lesson 2's quiz.
semercim Aug 31, 2022
f44859e
Translating lesson 3 to Turkish.
semercim Aug 31, 2022
654996c
Translated lesson 3 perceptron readme file to Turkish.
semercim Sep 24, 2022
50e857c
Translated lesson 3 perceptron notebook to Turkish.
semercim Sep 24, 2022
e02f863
Translated lesson 3 lab to Turkish.
semercim Sep 24, 2022
7059027
Finished Turkish translation of lesson 3's quiz.
semercim Sep 25, 2022
fa0ea95
Merge branch 'microsoft:main' into Turkish_translation
semercim Sep 29, 2022
0acb59b
Merge branch 'microsoft:main' into Turkish_translation_lesson1
semercim Sep 29, 2022
746486a
Merge branch 'microsoft:main' into Turkish_translation_lesson2
semercim Sep 29, 2022
38f6aa2
Merge branch 'microsoft:main' into Turkish_translation_lesson3
semercim Sep 29, 2022
9c63c87
Update to the latest change from the main English version.
semercim Sep 29, 2022
5b6d085
Update to the latest change from the main English version.
semercim Sep 29, 2022
fa548ee
Update to the latest change from the main English version.
semercim Sep 29, 2022
47d1053
Translating lesson 4 to Turkish.
semercim Sep 30, 2022
43153a1
Translating lesson 4 to Turkish.
semercim Oct 1, 2022
80dd6c2
Translated lesson 4 to Turkish.
semercim Oct 2, 2022
0adfae9
Merge pull request #1 from semercim/Turkish_translation
semercim Oct 2, 2022
e454d24
Merge pull request #2 from semercim/Turkish_translation_lesson1
semercim Oct 2, 2022
9749c0e
Merge pull request #3 from semercim/Turkish_translation_lesson2
semercim Oct 2, 2022
a5d2e42
Merge pull request #4 from semercim/Turkish_translation_lesson3
semercim Oct 2, 2022
ea8f99f
Merge pull request #5 from semercim/Turkish_translation_lesson4
semercim Oct 2, 2022
8f4b03c
The Turkish translation of lesson 5
semercim Oct 3, 2022
fa21ee0
WIP: the Turkish translation of lesson 5
semercim Oct 4, 2022
f026511
WIP: the Turkish translation of lesson 5
semercim Oct 5, 2022
bbb24f9
WIP: the Turkish translation of lesson 5
semercim Oct 31, 2022
c8be3e6
WIP: the Turkish translation of lesson 5
semercim Oct 31, 2022
ce65f5b
WIP: the Turkish translation of lesson 5
semercim Nov 2, 2022
526d235
WIP: the Turkish translation of lesson 5
semercim Nov 6, 2022
c487052
WIP: the Turkish translation of lesson 5
semercim Nov 6, 2022
af74b0c
WIP: the Turkish translation of lesson 5
semercim Nov 7, 2022
7aa31d2
WIP: the Turkish translation of lesson 5
semercim Nov 7, 2022
797b54a
The Turkish translation of lesson 5
semercim Nov 14, 2022
fa6aa49
The Turkish translation of lesson 5
semercim Nov 14, 2022
44648d7
Merge branch 'microsoft:main' into main
semercim Nov 14, 2022
22785e1
Merge branch 'main' into Turkish_translation_lesson5
semercim Nov 14, 2022
309f35a
Updated the quizzes
semercim Nov 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ However, if you would like to take the course as a self-study project, we sugges

- Start with a pre-lecture quiz
- Read the intro text for the lecture
- If the lecture has additional notebooks, go through them, reading and executing the code. If both TensorFlow and PyTorch notebooks are provided, you can focus on one of them - chose your favorite framework
- If the lecture has additional notebooks, go through them, reading and executing the code. If both TensorFlow and PyTorch notebooks are provided, you can focus on one of them - choose your favorite framework
- Notebooks often contain some of the challenges that require you to tweak the code a little bit to experiment
- Take the post-lecture quiz
- If there is a lab attached to the module - complete the assignment
Expand Down
2 changes: 2 additions & 0 deletions etc/quiz-app/src/assets/translations/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import englishQuizzes from './en';
import spanishQuizzes from './es';
import turkishQuizzes from './tr';

const messages = {
en: englishQuizzes,
es: spanishQuizzes,
tr: turkishQuizzes,
};
export default messages;
15 changes: 15 additions & 0 deletions etc/quiz-app/src/assets/translations/tr/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import tr1 from './lesson-1.json';
import tr2 from './lesson-2.json';
import tr3 from './lesson-3.json';
import tr4 from './lesson-4.json';
import tr5 from './lesson-5.json';
//add items here
const quiz = {
0: tr1[0],
1: tr2[0],
2: tr3[0],
3: tr4[0],
4: tr5[0]
};

export default quiz;
115 changes: 115 additions & 0 deletions etc/quiz-app/src/assets/translations/tr/lesson-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
[
{
"title": "Yeni Başlayanlar İçin YZ: Sınavlar",
"complete": "Tebrikler, sınavı tamamladınız!",
"error": "Üzgünüz, tekrar deneyin",
"quizzes": [
{
"id": 101,
"title": "YZ'ye giriş: Ön Sınav",
"quiz": [
{
"questionText": "19. yüzyılın ünlü bir öncü-bilgisayar mühendisidir",
"answerOptions": [
{
"answerText": "Charles Barkley",
"isCorrect": false
},
{
"answerText": "Charles Babbage",
"isCorrect": true
},
{
"answerText": "Charles Darwin",
"isCorrect": false
}
]
},
{
"questionText": "Zayıf AI, birçok görevi çözmek için tasarlanmış bir sistemdir",
"answerOptions": [
{
"answerText": "True",
"isCorrect": false
},
{
"answerText": "False",
"isCorrect": true
}
]
},
{
"questionText": "Sohbet botları gerçekten akıllı sistemlerin bir örneğidir.",
"answerOptions": [
{
"answerText": "Yanlış, genellikle bir dizi kuralla tasarlanırlar.",
"isCorrect": false
},
{
"answerText": "Doğru, genellikle zeki olarak kabul edilirler.",
"isCorrect": false
},
{
"answerText": "Yanlış, ancak daha karmaşık hale geldikçe Turing testlerini giderek daha fazla geçebiliyorlar.",
"isCorrect": true
}
]
}
]
},
{
"id": 201,
"title": "YZ'ye giriş: Ders Sonrası Sınavı",
"quiz": [
{
"questionText": "Hangisi YZ'ye yukarıdan aşağıya bir yaklaşım, bir akıl yürütme modelidir.",
"answerOptions": [
{
"answerText": "stratejik akıl yürütme",
"isCorrect": false
},
{
"answerText": "simgesel akıl yürütme",
"isCorrect": true
},
{
"answerText": "sinerjik akıl yürütme",
"isCorrect": false
}
]
},
{
"questionText": "YZ'ye aşağıdan yukarıya bir yaklaşım, sinir ağlarına dayanmaktadır.",
"answerOptions": [
{
"answerText": "Doğru",
"isCorrect": true
},
{
"answerText": "Yanlış",
"isCorrect": false
}
]
},
{
"questionText": "YZ Kışı bu dönemde meydana geldi.",
"answerOptions": [
{
"answerText": "1950ler",
"isCorrect": false
},
{
"answerText": "1960lar",
"isCorrect": false
},
{
"answerText": "1970ler",
"isCorrect": true
}
]
}
]
}
]
}
]
115 changes: 115 additions & 0 deletions etc/quiz-app/src/assets/translations/tr/lesson-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
[
{
"title": "Yeni Başlayanlar İçin YZ: Sınavlar",
"complete": "Tebrikler, sınavı tamamladınız!",
"error": "Üzgünüz, tekrar deneyin",
"quizzes": [
{
"id": 102,
"title": "Bilgi Temsili ve Uzman Sistemler: Ön Sınav",
"quiz": [
{
"questionText": "Akıllı sistemler oluşturmaya yönelik yukarıdan aşağıya yaklaşım şunlara dayanıyordu:",
"answerOptions": [
{
"answerText": "bilgi arama ve okuma",
"isCorrect": false
},
{
"answerText": "bilgi temsili ve akıl yürütme",
"isCorrect": true
},
{
"answerText": "bilgi muhakeme ve arama",
"isCorrect": false
}
]
},
{
"questionText": "Bilgi ile enformasyon aynıdır:",
"answerOptions": [
{
"answerText": "Doğru",
"isCorrect": false
},
{
"answerText": "Yanlış",
"isCorrect": true
}
]
},
{
"questionText": "Bilgi şu şekilde elde edilir:",
"answerOptions": [
{
"answerText": "etkin öğrenme süreci",
"isCorrect": true
},
{
"answerText": "edilgen öğrenme süreci",
"isCorrect": false
},
{
"answerText": "bunların ikisi de",
"isCorrect": false
}
]
}
]
},
{
"id": 202,
"title": "Bilgi Temsili ve Uzman Sistemler: Ders Sonrası Sınavı",
"quiz": [
{
"questionText": "Bilgi temsilinin en basit yöntemi şudur:",
"answerOptions": [
{
"answerText": "algoritmik",
"isCorrect": true
},
{
"answerText": "simgesel",
"isCorrect": false
},
{
"answerText": "sinerjik",
"isCorrect": false
}
]
},
{
"questionText": "Senaryolar, zamanla ortaya çıkabilecek karmaşık durumları temsil edebilir.",
"answerOptions": [
{
"answerText": "doğru",
"isCorrect": true
},
{
"answerText": "yanlış",
"isCorrect": false
}
]
},
{
"questionText": "İleriye dönük çıkarsama, ilk verilerle başlar ve ardından",
"answerOptions": [
{
"answerText": "bir akıl yürütme döngüsü yürütür",
"isCorrect": true
},
{
"answerText": "bir hedef arar",
"isCorrect": false
},
{
"answerText": "baştan başlar",
"isCorrect": false
}
]
}
]
}
]
}
]
115 changes: 115 additions & 0 deletions etc/quiz-app/src/assets/translations/tr/lesson-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
[
{
"title": "Yeni Başlayanlar İçin YZ: Sınavlar",
"complete": "Tebrikler, sınavı tamamladınız!",
"error": "Üzgünüz, tekrar deneyin",
"quizzes": [
{
"id": 103,
"title": "Sinir Ağlarına Giriş - Algılayıcı: Ön Sınav",
"quiz": [
{
"questionText": "İlk sinir ağları şuna ihtiyaç duyuyordu:",
"answerOptions": [
{
"answerText": "elle ağırlık ayarlama",
"isCorrect": true
},
{
"answerText": "terabaytlarca veri",
"isCorrect": false
},
{
"answerText": "özel akıl yürütme",
"isCorrect": false
}
]
},
{
"questionText": "Basit bir nörona 'eşik mantık birimi' de denir",
"answerOptions": [
{
"answerText": "doğru",
"isCorrect": true
},
{
"answerText": "yanlış",
"isCorrect": false
}
]
},
{
"questionText": "Algılayıcı bir ___ türü modeldir.",
"answerOptions": [
{
"answerText": "çok sınıflı sınıflandırma",
"isCorrect": false
},
{
"answerText": "öbekleme",
"isCorrect": false
},
{
"answerText": "ikili sınıflandırma",
"isCorrect": true
}
]
}
]
},
{
"id": 203,
"title": "Sinir Ağlarına Giriş - Algılayıcı: Ders Sonrası Sınavı",
"quiz": [
{
"questionText": "Bir algılayıcı eğitmek için en küçük ___ ile sonlanan ağırlık vektörünü bulun.",
"answerOptions": [
{
"answerText": "boyut",
"isCorrect": false
},
{
"answerText": "hata",
"isCorrect": true
},
{
"answerText": "düğüm",
"isCorrect": false
}
]
},
{
"questionText": "Ağırlık işlevini en aza indirirken gradyan inişini kullanabilirsiniz.",
"answerOptions": [
{
"answerText": "doğru",
"isCorrect": true
},
{
"answerText": "yanlış",
"isCorrect": false
}
]
},
{
"questionText": "Eğitim esnasında her adımda ___ güncellenir.",
"answerOptions": [
{
"answerText": "öğrenme oranı",
"isCorrect": false
},
{
"answerText": "ağırlıklar",
"isCorrect": true
},
{
"answerText": "gradyan",
"isCorrect": false
}
]
}
]
}
]
}
]
Loading