Login using Social Account
Login using your credentials
Taking you to the next exercise in seconds...
Stay here Next Exercise
Want to create exercises like this yourself? Click here.
Error
where is the jupyter file ?
video is not playable to me. Pls help
HI Gaurav,
The video is playing fine from my end. What error are you facing while playing the video?
From where do I get the pdf of linear algebra explained in video?
Hi
You can get the .ipynb notebook from the below link:
https://github.com/cloudxlab/ml/blob/master/machine_learning/math_linear_algebra.ipynb
Thanks dear
How to calculate angle betwen two vector using numpy (dont miss to import numpy) ?
#create two vector. any of your choice, can be of any shape.
a = np.arange(10,45) b = np.arange(20,55)
#calculate unit vectors-
unit_a = a /np.linalg.norm(a) unit_b = b/np.linalg.norm(b)
#calculate dot product.
dot_a_b = np.dot(unit_1,unit_2)
#now calculate angle
angle = np.arccos(a_dot)
hello admin
i cannot find the notebook option in the playground section of the lab . please guide
Please refresh the page.
Please provide document for this section
Hi,
As of now we do not have any slides for this topic. However, you can find the Jupyter notebook used here from the below link:
Thanks.
Can we have ppt for this? Pls
At the very beginning, I was quite excited about the course but now I feel instructor is confused with the modules himself.
I am sorry to hear this. Can I help you with something?
Theory part is understood but i dont find myself comfortable in plotting the graphs. Is that ok or plotting graphs like that is must.
I dont find exercise as well to work with matplotlib lib as well.
Please guide!!
You can find the hands-on on matplotlib here:https://cloudxlab.com/assessment/playlist-intro/480/getting-started-with-matplotlib
hi,
Do CloudxLab has same kind of resource to pracice DataFrames?
Thank you.
We have several projects using pandas: https://cloudxlab.com/course/all/?page=1&tag=Guided%20Project,Python&name=pandas
and video lectures for learning pandas: https://cloudxlab.com/assessment/playlist-intro/199/pandas-for-machine-learning
Hi.
How can I download the .ipynb file for this topic "Linear Algebra"?
Please find the link to the same:
Can I get the jupyter file being shown in the vedios ?
timestamp: 1:00:00
What are height and width? Physical properties?
Yes, these are the physical properties of men and women given as an example.
Go Back to the Course
1 Pandas
2 Pandas - DataFrame - Loading the dataset from various data sources
3 Pandas - Data Structures
4 Linear Algebra part-1
5 Linear Algebra part-2
Please login to comment
24 Comments
where is the jupyter file ?
Upvote Sharevideo is not playable to me. Pls help
Upvote ShareHI Gaurav,
The video is playing fine from my end. What error are you facing while playing the video?
Upvote ShareFrom where do I get the pdf of linear algebra explained in video?
Upvote ShareHi
You can get the .ipynb notebook from the below link:
https://github.com/cloudxlab/ml/blob/master/machine_learning/math_linear_algebra.ipynb
Upvote ShareThanks dear
Upvote ShareHow to calculate angle betwen two vector using numpy (dont miss to import numpy) ?
#create two vector. any of your choice, can be of any shape.
a = np.arange(10,45)
b = np.arange(20,55)
#calculate unit vectors-
unit_a = a /np.linalg.norm(a)
unit_b = b/np.linalg.norm(b)
#calculate dot product.
dot_a_b = np.dot(unit_1,unit_2)
#now calculate angle
angle = np.arccos(a_dot)
1 Upvote Sharehello admin
i cannot find the notebook option in the playground section of the lab . please guide
Please refresh the page.
Upvote SharePlease provide document for this section
Upvote ShareHi,
As of now we do not have any slides for this topic. However, you can find the Jupyter notebook used here from the below link:
https://github.com/cloudxlab/ml/blob/master/machine_learning/math_linear_algebra.ipynb
Thanks.
Upvote ShareCan we have ppt for this? Pls
1 Upvote ShareAt the very beginning, I was quite excited about the course but now I feel instructor is confused with the modules himself.
Upvote ShareHi,
I am sorry to hear this. Can I help you with something?
Thanks.
Upvote ShareHi,
Theory part is understood but i dont find myself comfortable in plotting the graphs. Is that ok or plotting graphs like that is must.
I dont find exercise as well to work with matplotlib lib as well.
Please guide!!
Hi,
You can find the hands-on on matplotlib here:https://cloudxlab.com/assessment/playlist-intro/480/getting-started-with-matplotlib
Thanks.
1 Upvote Sharehi,
Do CloudxLab has same kind of resource to pracice DataFrames?
Thank you.
Upvote ShareHi,
We have several projects using pandas: https://cloudxlab.com/course/all/?page=1&tag=Guided%20Project,Python&name=pandas
and video lectures for learning pandas: https://cloudxlab.com/assessment/playlist-intro/199/pandas-for-machine-learning
Thanks.
1 Upvote ShareHi.
How can I download the .ipynb file for this topic "Linear Algebra"?
Upvote ShareHi,
Please find the link to the same:
https://github.com/cloudxlab/ml/blob/master/machine_learning/math_linear_algebra.ipynb
Thanks.
Upvote ShareCan I get the jupyter file being shown in the vedios ?
Hi,
Please find the link to the same:
https://github.com/cloudxlab/ml/blob/master/machine_learning/math_linear_algebra.ipynb
Thanks.
Upvote Sharetimestamp: 1:00:00
What are height and width? Physical properties?
Thanks.
Upvote ShareHi,
Yes, these are the physical properties of men and women given as an example.
Thanks.
1 Upvote Share