Skip to content

Latest commit

 

History

History
186 lines (122 loc) · 8.04 KB

Log.md

File metadata and controls

186 lines (122 loc) · 8.04 KB

100 Days Of ML - LOG

Day 0 : July 10, 2018

Today's Progress : Plan what to work on for first few weeks.

Thoughts : I'm looking forward to becoming more familiar with NumPy and gaining practice learning CNN's, RNN's, GAN's, and Deep Reinforcement Learning.

Day 1 : July 11, 2018

Today's Progress :

Thoughts :

  • It was a good refresher. I am feeling more comfortable with NumPy.
  • I will move onto Topic 2 tomorrow and slowly continue reading the Deep Learning Book Part 1.

Link of Work:

Day 2 : July 12, 2018

Today's Progress :

  • Install Tensorflow on laptop
  • Explore Tensorboard
  • Read CS20 Tensorflow overview
  • Read CS20 Tensorflow Operations

Thoughts :

  • Tensorflow looks powerful. I'm looking forward to writing some test programs tomorrow and playing with Tensorboard more.

Link of Work:

  • None today

Day 3 : July 13, 2018

Today's Progress :

  • Read CS20 (Tensorflow for Deep Learning Research) lectures and slides

Thoughts :

  • There is a lot of information in these slides. I will start to play with Tensorflow and then come back in a few weeks to understand them better.

Link of Work:

  • None today

Day 4 : July 14, 2018

Today's Progress :

  • Completed 2 tutorials on the Tensorflow website:
    • Basic Classification Tutorial
    • Text Classification Tutorial

Thoughts :

  • It is very helpful to follow the tutorials. It helps me understand how to write Tensorflow and Keras code.

Link of Work:

  • Basic Classification Tutorial Commit
  • Text Classification Tutorial Commit

Day 5 : July 15, 2018

Today's Progress :

  • Finished Tensorflow Regression tutorial
  • Researched hard drives, RAM, motherboard, and case for deep learning PC

Thoughts :

  • Hoping to finish picking parts for deep learning PC and order them tomorrow.

Link of Work:

Day 6 : July 16, 2018

Today's Progress :

Thoughts :

  • Hope to pick out the rest of the computer parts tomorrow.

Link of Work:

  • None today

Day 7 : July 17, 2018

Today's Progress :

  • Found all parts for Deep Learning PC. I was planning on using fans to cool, but realized I needed to do water cooling to sufficiently cool the 2 Nvidia Titan XP Collector's Edition graphics cards.

Thoughts :

  • I will begin researching water cooling tomorrow.

Link of Work:

Day 8 : July 18, 2018

Today's Progress :

Thoughts :

  • The concept of watercooling is simple, I just need to determine exactly which parts I need to sufficiently cool my PC.
  • I will write a simple evolution algorithm tomorrow

Link of Work:

  • None today

Day 9 : July 19, 2018

Today's Progress :

Thoughts :

  • The genetic algorithm was interesting to implement. I plan to revisit this more after I do some reinforcement learning to compare the results.
  • The help desk at EK Fluid Gaming was very helpful and I am understanding better the parts needed and what they do.
  • I need to find a case that will fit my motherboard (it is SSI CEB form factor... I may try to find a different motherboard as well), 2 radiators, and all of the watercooling components.

Link of Work:

  • Genetic Algorithm - Traveling Salesman Problem Commit

Day 10 : July 20, 2018

Today's Progress :

Thoughts :

  • I plan to finish the Tensorflow tutorials this weekend, and start something larger before the end of the weekend.
  • I want to play with Genetic Algorithms more on future projects. I find them really interesting.
  • I also plan to finalize my computer parts (hopefully finding a computer case tomorrow) and order the parts before Monday.

Link of Work:

  • Tensorflow Tutorial - Overfitting and Underfitting Commit

Day 11 : July 21, 2018

Today's Progress :

Thoughts :

  • I look forward to going through Emmanuel's and Arthur's articles in more detail and understand Reinforcement Learning at a deeper level.

Link of Work:

  • Tensorflow - Save and Restore Models Commit