L O A D I N G
blog banner

Category: Machine Learning

Machine Learning related articles, discussions, applications, etc

2 May, 2023

Python and Machine Learning Course May 2023

Click here to see Python and other software installaton steps Day 1 Introduction and Print()

Read More
8 Apr, 2023

DS-Weekend-022023

print("Hello",5+4,end=" ")print("6+3=",6+3,end="n")print("How are you?",end="n")print("This line n for new line") ;# integer - inta=5;print(type(a))#string - str#boolean

Read More
1 Apr, 2023

Weekend DS Batch April 2023

Download software and make it ready for programming.. refer this link #1. Python programming- Python

Read More
15 Feb, 2023

Learn R Programming

 var1 = 5var1 = 50print(var1)#[1] 50print(var1 + var4)var = 55var = 55var4 = 55#print(var1, var4)#Error

Read More
21 Jan, 2023

Machine Learning with Python – 01M0

DAY 1 Intro Video print('5+3=',5+3) #comment 1#practice day 1var1 = 45print(type(var1)) #<class 'int'> integer# we

Read More
4 Jan, 2023

Data Analytics Jan 2023

https://learn.swapnil.pwLearn and Practice Python Refer Python notes here for installation of software:   https://learn.swapnil.pwDAY 1 Notes:  Click here

Read More
2 Jan, 2023

January 2023 Evening

DOWNLOAD LINKSPython:  https://learn.swapnil.pw/python/pythoninstallation  Pycharm:  https://learn.swapnil.pw/python/pythonides  R & RStudio:   https://swapnil.pw/uncategorized/installating-r-studio Domain Knowledge: https://www.mckinsey.com/featured-insights Refer handnotes on Android Phone: Story

Read More
9 Dec, 2022

Quest Learning DS December 2022

Day 1:a=5#data type is integerprint(a)print(type(a))a='''hellohow are youI am fine'''#type is stringprint(a)print(type(a))a="""hello"""#type is stringprint(a)print(type(a))a=5.0print(a)print(type(a))a = True

Read More
7 Nov, 2022

Digitalfirm Nov 2022

ACCESS ALL VIDEOS FROM HERE (YOUTUBE PLAYLIST) Day 1:Installation:Python:  https://learn.swapnil.pw/python/pythoninstallation Pycharm:  https://learn.swapnil.pw/python/pythonides R & RStudio:   https://swapnil.pw/uncategorized/installating-r-studiohttps://www.mckinsey.com/featured-insights print("terterterg feererg eryey

Read More
19 Oct, 2022

Learn Data Science

https://youtu.be/mr15WQQoTvI19 OCTOBER 2022Day 1 Video Session print("hello")print(5+4)print('5+5')print("10+frgjdsijgdskmdklfmdfmv4",5+6," = ",11) # 4 parameters/arguments#Commentprice = 50 #variable called

Read More