Skip to content

Commit 227b188

Browse files
authored
Merge pull request SoyGema#2 from iblancasa/master
Fix some things
2 parents f79082a + ecc452f commit 227b188

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ To manage software packages for Python, you can type :
4848
$ pip3 install 'package_name'
4949

5050
## FAQ
51-
1. Do I need to know a lot about Tensorflow for running into this codelab?
52-
No, you should have a basic understanding of datascience, variable modeling and neural nets. The architecture is clearly defined
53-
2. Wich Neural Network Model are you using for the codelab?
54-
We are using wide+deep learning model that combines the benefits of memorization+generalization
55-
3. Can I commit or colaborate?
56-
Surething. We are looking for improvement in the following areas :
57-
A. Getting more accurate data. If you are passionate about Game of Thrones and want to give us a hand with the dataset, you are more than wellcome.
58-
B.Code . Yes, we would like to get more semantic and better with the code. Please don´t hesitate to push/commit in this journey
59-
C. Feedback. We have create a feedback form that you can find at the end of the codelab. Please feel free to colaborate.
60-
D. Share. Do you think anyone you meet would you like to learn more about Neuralnets and also loves Game of Throne? You can share this codelab .
61-
4. Wich is the best way to experience this codelab?
62-
You can experience this codelab in a lot of different ways. The most significant is to read chapter 1 and enjoy some datascience about game of thrones, then download the code, and change the model m, having the opportunity to change the optimizers and the hidden layers .
51+
1. Question:: Do I need to know a lot about Tensorflow for running into this codelab?
52+
Answer: No, you should have a basic understanding of datascience, variable modeling and neural nets. The architecture is clearly defined
53+
2. Question:: Wich Neural Network Model are you using for the codelab?
54+
Answer: We are using wide+deep learning model that combines the benefits of memorization+generalization
55+
3. Question:: Can I commit or colaborate?
56+
Answer: Surething. We are looking for improvement in the following areas :
57+
* Getting more accurate data. If you are passionate about Game of Thrones and want to give us a hand with the dataset, you are more than welcome.
58+
* Code. Yes, we would like to get more semantic and better with the code. Please don´t hesitate to push/commit in this journey.
59+
* Feedback. We have create a feedback form that you can find at the end of the codelab. Please feel free to colaborate.
60+
* Share. Do you think anyone you meet would you like to learn more about Neuralnets and also loves Game of Throne? You can share this codelab.
61+
4. Question: Which is the best way to experience this codelab?
62+
Answer: You can experience this codelab in a lot of different ways. The most significant is to read chapter 1 and enjoy some datascience about game of thrones, then download the code, and change the model m, having the opportunity to change the optimizers and the hidden layers .
6363
You can also read it without download the data .
6464

6565
Please, note that this is an going work and you might find some improvement areas.
@@ -73,7 +73,7 @@ This codelab has been part of diverse community events, that include :
7373

7474
- [x] GDG Madrid DevFest (2016)
7575
- [x] BigData Coruna
76-
- [x] GDG Andalucia OpenSummer
76+
- [x] GDG Andalucia Summer
7777
- [ ] Google Developers Group Spain Summit 2017
7878

7979
If you would like to host an event or run a workshop about this codelab, please contact for more materials

Tensor-GOT-Polymer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2>Instalation of Tensorflow</h2>
156156
</code></pre>
157157
<p>Great! Now you should have your instalation complete. You can test in your console typing in python</p>
158158
<pre><code>
159-
>>> import tensorflow
159+
>>> import tensorflow as tf
160160
>>> hello = tf.constant('Hello, Tensorflow!')
161161
>>> sess = tf.Session()
162162
>>> sess.run(hello)

0 commit comments

Comments
 (0)