crimsonKing91's Stars
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
GokuMohandas/Made-With-ML
Learn how to design, develop, deploy and iterate on production-grade ML applications.
hankcs/HanLP
Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification
ml-tooling/best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
ageron/handson-ml3
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
twopirllc/pandas-ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
rmcelreath/stat_rethinking_2022
Statistical Rethinking course winter 2022
bnsreenu/python_for_microscopists
https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1
qx0731/Sharing_ISL_python
An Introduction to Statistical Learning with Applications in PYTHON
datacamp/courses-introduction-to-python
Introduction to Python by Filip Schouwenaars
stefmolin/Hands-On-Data-Analysis-with-Pandas
Materials for following along with Hands-On Data Analysis with Pandas.
krishnaik06/Advanced-House-Price-Prediction-
CodigoMaquina/code
Config files for my GitHub profile.
Shreyas3108/house-price-prediction
Predicting house prices using Linear Regression and GBR
mikexcohen/LinAlg4DataScience
Code that accompanies the book "Linear Algebra for Data Science"
CSSE120StartingCode/TkinterPractice
Practicing with Tkinter for Graphical User Interfaces in Python
tensorchiefs/dl_book
legend
rlvaugh/Real_World_Python
Code and supporting files for book Real World Python
ammarmohsin/Data-Science-using-Python
This Repository includes Data Preprocessing, Data Visualization and many other important content related to Data Science
davecom/MazeSolvingGUI
A simple tkinter GUI for illustrating DFS and BFS.
wingedrasengan927/Data-Structures-and-Algorithms-in-Python
This repo includes implementations of various Data Structures and Algorithms like DFS, BFS, Binary Trees, Stacks, Queues, Linked List, Graphs, Dynamic Programming etc in Python
shivprataps388/Graph_animation
Animation of BFS, DFS, MST using Tkinter.
jojo62000/DeepLearningWithPython_SecondEdition
Source code for all exercises for the book - Deep Learning with Python
HxnDev/Solving-a-Maze-Using-BFS-and-DFS
Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
JACantoral/MyTensorflowExamples
Step by step Tensorflow (TF) Jupyter notebooks I created to learn TF
adriancice/LoginWeb
login con html servlet mysql
AlbertoVega72/CalculadoraServlets
Calculadora Básica Creada con Servlets en Java
Luis-R-GarciaBautista-5IM9/CalculadoraServ
Calculadora con servlets.