You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Python Machine Learning Notebooks
2
-
### Dr. Tirthajyoti Sarkar, Sunnyvale, CA
2
+
### Dr. Tirthajyoti Sarkar, Sunnyvale, CA ([You can connect with me on LinkedIn here](https://www.linkedin.com/in/tirthajyoti-sarkar-2127aa7))
3
3
4
4
Essential codes/demo IPYTHON notebooks for jump-starting machine learning/data science with Python.
5
5
@@ -26,7 +26,7 @@ Jupyter notebooks covering a wide range of functions and operations on the topic
26
26
27
27
* Polynomial regression with how to use ***scikit-learn pipeline feature*** ([check the article I wrote on *Towards Data Science*](https://towardsdatascience.com/machine-learning-with-python-easy-and-robust-method-to-fit-nonlinear-data-19e8a1ddbd49))
28
28
* Decision trees and Random Forest regression (showing how the Random Forest works as a robust/regularized meta-estimator rejecting overfitting)
@@ -36,7 +36,7 @@ Jupyter notebooks covering a wide range of functions and operations on the topic
36
36
* Support vector machine classification (**[check the article I wrote in Towards Data Science on SVM and sorting algorithm](https://towardsdatascience.com/how-the-good-old-sorting-algorithm-helps-a-great-machine-learning-technique-9e744020254b))**
## Random data generation using symbolic expressions
60
60
* How to use [Sympy package](https://www.sympy.org/en/index.html) to generate random datasets using symbolic mathematical expressions. Here is my article on Medium on this topic: [Random regression and classification problem generation with symbolic expression](https://towardsdatascience.com/random-regression-and-classification-problem-generation-with-symbolic-expression-a4e190e37b8d)
0 commit comments