DONE!

Finished the TensorFlow in Practise 4 month course in less than a weak! Really cool challenge. Brain is exploding!

Comments (0)

Weekly Update Update, or Update Squared

As I'm going through the TF course, I gain more ideas for the old project of mine where I hit a wall at some point since I realized that I was trying to derive very complex features from a relatively small data set with ML. After learning about transfer learning, augmentation and convolutional NN, I now think I might have a better chance at tackling those problems.

Comments (0)

Weekly Updated

Andrew Ng, the idol of all ML enthusiasts posted that Google now offers a TF exam and certification. So now I'm speedrunning their Coursera course to familiarize myself with TF 2.0 and Keras. Hopefully will be done with the course in a week, and then take the exam at some point!

Comments (0)

Quick Update

Took the latest div 2 contest. Spending a lot of time teaching p5.js since it's very similar to Processing. Gonna take a break from web again

Comments (0)

Big Dev

Will be spending next week learning JS, making some visual simulators with p5.js and then learning and using Node.js for server side stuff. Edit: Heroku seems nice Updates April 5-6: Figured out how to combine socket.io 2.0 with p5.js and launched quick-n-dirty version on heroku at https://bit.ly/34jbMfQ I wanted to have 2 "independent" sources for interaction (canvas and chat) April 7: gf suggested that I transform it into Pictionary. Made the canvas, time to implement word picker. She wants word difficulty and also in Russian. Couldn't find a nice json file, but found a page with words without API. Therefore will write a quick web parser, make a json. Then need to figure out how to pull up words and translate them on the go. Probably with goolge.translate's api

Comments (0)