How much knowledge of python is required for Machine learning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How much knowledge of python is required for Machine learning

13th Oct 2020, 1:55 PM
Sheldon
4 Answers
+ 8
To learn machine learning in Python you can start with basic of python. With not much textual content Iā€™d just give you the milestones to learn: Python FundamentalsLiteralsNumbersStringsPython Data StructuresMutableImmutablePython OOPs conceptStandard Modules like os, sys, math etc.Data Manipulation: NumPyData Manipulation: PandasData Visualisation: Matplotlib, Bokeh, Plotly, seaborn, geoplotli, foliumb (just learn matplotlib then you can experiment with other libraries.)ScipyStatmodelScikit learnLinear RegressionGLMLogistic RegressionClassification algorithmsNaive BayesKNNSVMDecision TreeRandom ForestsUnsupervised learningK - means clusteringPerformance Measurements like ROC, AUC, SMOTE, etc.Dimensionality reduction using PCA, LDATime Series AnalysisRecommender SystemsReinforced Learning Start slowly and keep up the pace
13th Oct 2020, 1:56 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 7
After you learn machine learning, you'll be able to to create a program to translate Alphin K Sajan 's answer into English.
15th Oct 2020, 11:04 AM
Sonic
Sonic - avatar
+ 5
Sonic lol ...šŸ˜šŸ˜…šŸ˜…
15th Oct 2020, 11:41 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
Instead of focusing on the language itself, I would recommend understanding the theories and concepts of Machine Learning starting from data cleaning, feature extraction techniques (PCA, LDA), traditional ML technique (Linear regression, Logistic regression) to more complicated and modern ML techniques (CNN)
15th Oct 2020, 1:53 PM
Joey Lim
Joey Lim - avatar