Published inGeek Culture·Jun 16, 2021Creating jar files using Command PromptIntroduction Building jar files is supposedly an age old process which is basic/must to any programmer writing Java applications. The process has been made very easy with IDEs like Eclipse and IntelliJ. GUIs makes the menial tasks easy with a couple of clicks here and there. However, it gets a little…Java4 min readJava4 min read
Published inGeek Culture·May 25, 2021TensorFlow set up with Anaconda/Jupyter NotebooksTensorFlow has become one of the most used frameworks in the deep learning space providing ability to train models in python providing encapsulation of the boilerplate code and aiding in deployment of applications on cloud. …Data Science4 min readData Science4 min read