Skip to content

roxana-lafuente/POCs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof Of Concepts (POCs)

Languages:

  • C++
  • Python

Projects:

Data Structures:

  • BST in C++

Design Patterns:

  • Singleton in C++

Data Science:

Machine Learning - Andrew Ng - Coursera

  • Programming assignment I: Linear regression in Python
  • Programming assignment II: Logistic regression in Python

POCs:

Boston dataset.
  • Model 1: Linear regression.
  • Model 2: Linear regression with log transformation.
  • Model 3: Multivariate linear regression.
  • Model 4: Multivariate linear regression with log transformation.
  • RMSE and R^2 for model comparison.

Numerical analysis:

Calculating roots.

  • Bisection method.
  • Newthon / Raphson method.

Solving linear equation systems.

  • Jacobi.
  • Gauss-Seidel.

Random:

  • exam_practice.py: Useful for studying definitions, languages and many more!

About

C++ and Python - Proof Of Concepts (POCs), APIs and so much more!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published