This is just a study session of me reviewing my flashcards and going over the code in Google Colab. Tensorflow and Scikit-learn. A very basic neural network with Tensorflow and Cross Val Score with Scikit-Learn.
I'm planning on studying more pandas, scikit-learn and tensorflow.
In this video, I go over my custom flashcards created with Anki. Anki is useful because it focuses on Spaced Repetition.
☑️ Anki: https://apps.ankiweb.net/
☑️ Need a Data Analysis Tutor for SQL or Pandas 🐼? (Can help with Data Science as well.)
Book a session on Snugg :
https://snugg.me/snuggery/?id=8lSN9Mz...
☑️ Github for code for Code in Video:
https://github.com/MorrowG2/Studdy_Se...
☑️ Tensorflow Course Mentioned in the Video:
https://www.udemy.com/course/tensorfl...
nn_model = tf.keras.models.Sequential([
tf.keras.Dense(10),
tf.keras.Dense(100),
tf.keras.Dense(100)
])
nn_model.compile(loss = 'binary_corssentropy',
optimizer = tf.keras.optimizers.Adam(),
metrics=['accuracy'])
history = nn.model.fit(train_data,epochs=5)
tensor = tf.constant([[[1,2,3],
[4,5,6]],
[[7,8,9],
[10,11,12]],
[[13,14,15],
[16,17,18]]])
tensor.ndim
Bitcoin Wallet:
1KCG3JnY2FJje1GgCcRpCWXCLauHZPU1zA
ETH:
0x0b53fD1D09F973Cd38979f452B081db2f1dA20bC
Doge:
DNhBEk89wbgCtNP9PASqi3cHFZ4UnKMBwS