An open API service indexing awesome lists of open source software.

https://github.com/codersguild/pythonista

Python code snippets & examples for developers. Python3, PyTorch, Pandas, ML/DL, Numpy, Scikit-learn, Seaborn, Matplotlib
https://github.com/codersguild/pythonista

machine-learning matplotlib pandas-dataframe python python3 pytorch reinforcement-learning rnn

Last synced: 8 days ago
JSON representation

Python code snippets & examples for developers. Python3, PyTorch, Pandas, ML/DL, Numpy, Scikit-learn, Seaborn, Matplotlib

Awesome Lists containing this project

README

        

## Python3 & Machine Learning

- Python for Developers (Otherwise ML Guys)
- Use of `neural network` to under `program graphs` and improve `program analysis`.
- My research works needs good understanding of `reinforcement learning` & `deep-Q` networks. (This is my major exposure area and focus agenda for ML)

## Code

- For Python3 features.
- Frequently used code snippets & examples.
- For Machine Learning Processing using `pytorch`, `scikit`, `matplotlib`, `pandas` & `numpy`.

![Images](/py-ML/Screenshot%20from%202021-12-09%2022-09-53.png)

## PyLinks

Some Important Python Concepts & examples

- [TopTal : Python Common Mistakes](https://www.toptal.com/python/top-10-mistakes-that-python-programmers-make)
- [DeepSource : Python Gotchas and Mistakes](https://deepsource.io/blog/python-common-mistakes/)
- [Pass by Name : Function Arguments](https://lucumr.pocoo.org/2011/7/9/python-and-pola/#pass-by-what-exactly)
- [Understanding Python Language Features using ASTs](https://docs.python.org/3/library/ast.html)
- [LLVM Architechture in Python](http://www.llvmpy.org/)
- [Pattern Tutorials](https://www.youtube.com/watch?v=oNalXg67XEE)
- [Fuzzing Tool : Python](https://www.fuzzingbook.org/)
- [Idiomatic Python](https://intermediate-and-advanced-software-carpentry.readthedocs.io/en/latest/idiomatic-python.html)
- [Tail Recursion](https://www.educative.io/shoteditor/6325234209652736)
- [Read Large Files](https://www.journaldev.com/32059/read-large-text-files-in-python)
- [Cool Microservices Example](http://skybert.net/python/developing-a-restful-micro-service-in-python/)
- [AST Parser Visitor](https://www.kite.com/python/docs/ast.NodeVisitor)
- [Python @staticmethod](https://realpython.com/instance-class-and-static-methods-demystified/)
- [MNIST DataSet](https://drive.google.com/file/d/1ulNlY1HSdqOfruiwIwWemoFVkYH54QFj/view?usp=sharing)