DEV Community

Ankita Sahoo
Ankita Sahoo

Posted on

3

Day-18 of Machine Learning:

Day-18 of Machine Learning:

  • Got a brief intuition on AGI (artificial general intelligence) and realised ANI (artificial narrow intelligence) had made tremendous progress and values and so on AI as compared to AGI with lots of valid reasons.
  • Learnt how to implement Forward propagation using NumPy instead of TensorFlow and it gave me a basic idea about how dense function is working under the hood in TensorFlow.
  • Learnt TensorFlow uses matrix to store training-set parameters in instead of vector/list for efficient computation. weight-parameters for i-th unit/neuron is arranged in i-th column of the matrix whereas row is the list of values of a parameter for units/neurons and TensorFlow utilizes a 1-D representation to store bias parameter. Also, inside dense function, matrix multiplication and sigmoid function implementation are performed.

Also,

  • Practiced some basic DSA questions on LinkedList.
  • Created a simplistic animation effect (gif) on python using Pillow Library, inspired by CS50P

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay