Read form blog
Blog

9 Jul, 2022
How to add a Machine Learning Project to GitHub
Maintaining a GitHub data science portfolio is very essential for data science professionals and students
Read More
20 Mar, 2022
Restricted Boltzmann Machine and Its Application
A restricted Boltzmann machine (RBM) is a generative stochastic artificial neural network that can learn
Read More
9 Jan, 2022
Cloud Computing Basics – 1
Cloud computing is a computing term or metaphor that evolved in the late 2000s, based
Read More
21 Jan, 2023
Protected: 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 More13 Jan, 2023
Lecture Notes – I
text1 = 'Hello' 'World'text2 = "hi there"text3 = '''How are youwhere are youwhat do you
Read More
11 Jan, 2023
Learn Python
DAY 1 #interpreter - Python, R#compiler - Java, C C++print(5-3) #adding 5 and 3print()print("5+3=",5+3,"and 5*6=",5*6)
Read More4 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 More2 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 More29 Dec, 2022
Learn with Ray
DAY 1: print("Hello")print('how are you today?')print(5+4)print('5+4')print('5+4=',5+4,'and 6+4=',6+4)var_1 = 5 #datatype is implicitprint(var_1+10)#variable naming rule: It shouldnt
Read More24 Dec, 2022
Python Zero to Hero
### DAY 1print("Welcome")val1 = 5#val1 is a variable in this caseprint("val1")print("Value of variable val1 =",val1)#type()
Read More12 Dec, 2022
Data Analytics Nov 2022- Part 2
Click here to visit Part 1 of the Blog DAY 21 select * from HR.Employees; -- explicit
Read More9 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 More9 Nov, 2022
Data Analytics – November 2022
DAY 1,2, 3: Click here to Download the class excel file Click here to watch
Read More