Need help in Analysis based project | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Need help in Analysis based project

i want to make a analyser based on naive bayes classifier method. but i don't the coding of that. so please suggest me some websites from where i can learn to analyse data and learn to code it.

27th Dec 2016, 5:04 PM
AMAN AGARWAL
AMAN AGARWAL - avatar
1 ответ
+ 3
Bayesian classifiers are discussed as part of Coursera's Machine Learning course, but the coding is in Octave. If you're comfortable translating between languages the course is excellent. https://www.coursera.org/learn/machine-learning By that instructor: Andrew Ng Naive Bayes Generative Learning Algorithms https://m.youtube.com/watch?v=z5UQyCESW64 I regularly add this link for people receptive to Python (a few items mention data): https://wiki.python.org/moin/PythonForArtificialIntelligence This is a page of links for Python Data Analysis courses: https://www.quora.com/How-do-I-learn-data-analysis-with-Python (includes: edx, coursera, datacamp, udemy, lynda, dataquest, udacity, intellipaat, dezyre, and tutoruals, projects, books, newsletters, blogs, forums and a free Harvard course following that post)
27th Dec 2016, 5:28 PM
Kirk Schafer
Kirk Schafer - avatar