From Blog
I work as a Software Engineer at Oracle which is one of the top Software Companies in the world.
I was placed in Oracle from my campus placement drive. I have written the detailed rounds and interview process which took place. Hope to help upcoming graduating engineers who could give it a read to get to know the hiring process.
Neural Networks as the name suggests are networks of neurons. The neurons that are present in NNs are artificial neurons commonly known as Perceptrons. Taking inspiration from the neurons in our brain, these perceptrons are useful for implementing intelligence.
Read MoreGoogle Colab is actually the short form for Google Colaboratory. To begin with what is Google Colab; …. Its simply a Python execution environment. It can be used to execute any sort of Python code online. This execution environment for Python is similar to the interface that we get in Jupyter Notebook.Jupyter Notebook, is a notebook as the name suggests but for running Python codes.
Read More