The current challenges of AI in pharma

Recently, through my work on applying the latest AI models in drug discovery and discussions with friends using AI in the pharmaceutical space, I...

Read more

Bayesian optimization with Gaussian process

Recently, I came across a paper on enzyme activity optimization using Bayesian optimization. I was fascinated at how efficient it is in saving time...

Read more

Solving Sudoku with machine learning methods - genetic algorithm and simulated annealing

My last blog post was about how to solve Sudoku with Simple Data Science Tricks such as backtracking, it was smart, however, what if in a project...

Read more

Solving Sudoku with Simple Data Science Tricks

Recently, I became interested in a logic based puzzle Sudoku. It is kind of like the crossword puzzle where one needs to fill in the missing part...

Read more

Docker cheat sheet

Credits to Bret Fisher, Udemy, Docker, and Google for making this cheat sheet happen.

Related to Docker Images  

What is it?  

App binaries and...

Read more