https://towardsdatascience.com/how-to-build-an-llm-from-scratch-8c477768f1f9
“I hit the baseball with a bat.”
“I hit the bat with a baseball.”
https://www.youtube.com/watch?v=FepOyFtYQ6I&feature=youtu.be
Fullstack Developer / Architect
https://towardsdatascience.com/how-to-build-an-llm-from-scratch-8c477768f1f9
“I hit the baseball with a bat.”
“I hit the bat with a baseball.”
https://www.youtube.com/watch?v=FepOyFtYQ6I&feature=youtu.be
Maths
https://sriramal.blogspot.com/2021/01/mathematics.html
https://sriramal.blogspot.com/2022/10/linear-algebra.html
https://sriramal.blogspot.com/2022/12/algebra.html
https://sriramal.blogspot.com/2022/12/the-main-ideas-of-least-squares-and.html
https://sriramal.blogspot.com/2022/12/algebraic-curves.html
https://sriramal.blogspot.com/2023/01/calculus.html
https://sriramal.blogspot.com/2023/02/derivatives.html
https://sriramal.blogspot.com/2023/02/applications-of-trig-functions.html
https://sriramal.blogspot.com/2023/02/the-essence-of-calculus.html
Machine Learning
https://sriramal.blogspot.com/2018/07/machine-learning-part-1.html
https://sriramal.blogspot.com/2019/07/machine-learning_28.html
https://sriramal.blogspot.com/2019/07/machine-learning.html
https://sriramal.blogspot.com/2019/07/machine-learning_90.html
https://sriramal.blogspot.com/2019/07/machine-learning_66.html
https://sriramal.blogspot.com/2019/08/mathematical-foundation-for-machine.html
https://sriramal.blogspot.com/2019/08/machine-learning.html
https://sriramal.blogspot.com/2019/08/data-analytics-and-machine-learning.html
https://sriramal.blogspot.com/2019/08/2019-aws-sagemaker-and-machine-learning.html
https://sriramal.blogspot.com/2019/09/data-science.html
https://sriramal.blogspot.com/2019/09/data-engineer-vs-data-scientist.html
https://sriramal.blogspot.com/2019/11/data-science.html
https://sriramal.blogspot.com/2019/11/artificial-intelligence.html
https://sriramal.blogspot.com/2019/11/machine-learning.html
https://sriramal.blogspot.com/2020/01/machine-learning-interview.html
https://sriramal.blogspot.com/2020/11/machine-learning.html
https://sriramal.blogspot.com/2020/11/machine-learning_21.html
https://sriramal.blogspot.com/2022/11/data-science-foundations-fundamentals.html
https://sriramal.blogspot.com/2022/11/the-main-ideas-of-least-squares-and.html
https://sriramal.blogspot.com/2023/01/confusion-matrix.html
https://sriramal.blogspot.com/2023/01/linear-regression-vs-logistic-regression.html
https://sriramal.blogspot.com/2023/02/httpswww.html
https://sriramal.blogspot.com/2023/02/bayes-theorem-intuition.html
https://sriramal.blogspot.com/2023/02/first-machine-learning-solution.html
https://sriramal.blogspot.com/2023/02/machine-learning-models-in-python-with.html
https://sriramal.blogspot.com/2023/02/machine-learning.html
https://sriramal.blogspot.com/2023/02/2020-machine-learning-roadmap.html
https://sriramal.blogspot.com/2023/02/regression-vs-classification.html
https://sriramal.blogspot.com/2023/02/machine-learning-python.html
AI
https://sriramal.blogspot.com/2021/01/image-classification-with-pytorch.html
https://sriramal.blogspot.com/2022/11/learn-pytorch-for-deep-learning-in-day.html
https://sriramal.blogspot.com/2022/11/neural-networks.html
https://sriramal.blogspot.com/2022/11/cnn-convolutional-neural-networks.html
https://sriramal.blogspot.com/2022/11/practical-deep-learning-for-coders-2022.html
https://sriramal.blogspot.com/2023/01/deep-learning-image-recognition.html
https://sriramal.blogspot.com/2023/03/clip.html
https://sourcegraph.com/blog/how-cody-understands-your-codebase
For Code
CodeLLaMA
StarCoder
GPT4All-J (Code-Focused Models)
SantaCoder
PrivateGPT for Code
AnythingLLM
Chatd
GPT4All
PrivateGPT
LocalAI
Neural Network Type | Data Type | Primary Use Cases | Key Feature |
---|---|---|---|
Feedforward (FNN) | Structured/tabular data | Basic classification/regression | Simple forward flow |
Convolutional (CNN) | Grid-like data (images, videos) | Image classification, object detection | Convolutional layers for feature extraction |
Recurrent (RNN) | Sequential data | Time-series forecasting, NLP, speech recognition | Sequential processing with memory |
Graph (GNN) | Graph-structured data | Social networks, molecule analysis | Message passing between nodes |
Autoencoders | Structured/tabular data | Data compression, anomaly detection | Encoding and decoding |
Generative Adversarial | Images, text | Image generation, text-to-image | Generator and discriminator networks |
Transformer | Sequential (NLP, images) | Language translation, text generation | Attention mechanism for sequence processing |
https://www.youtube.com/watch?v=K9w7-4N_ZCI
Intro Video: https://www.youtube.com/watch?v=xFMhLp52qKI
GraphSage example: https://medium.com/analytics-vidhya/ohmygraphs-graphsage-in-pyg-598b5ec77e7b
PinSage Paper Walkthrough: https://youtu.be/ed0NJdqwEyg?si=3GV6jIGzdd760W5i
HetGNN Paper Walkthrough: https://www.youtube.com/watch?v=GMDlfJT0nPc
https://www.youtube.com/watch?v=fYO5-6Owt0w
https://www.youtube.com/watch?v=FoypLT2W91c
Framework | Language(s) Supported | Strengths | Use Cases |
---|---|---|---|
Apache Kafka Streams | Java, Scala | Tight integration with Kafka, lightweight | Real-time analytics, microservices, event-driven architectures |
Apache Spark Streaming | Java, Scala, Python, R | Unified API for batch/stream, scalability | Continuous ETL, real-time data processing, streaming ML |
Apache Storm | Java, Python, Ruby, Clojure | Low-latency processing | Real-time analytics, complex event processing |
Apache Samza | Java, Scala | Strong state management, scalable | Real-time pipelines, monitoring |
Google Cloud Dataflow | Java, Python | Managed service, auto-scaling, unified batch/stream | Cloud-native real-time analytics, ETL |
Amazon Kinesis Data Streams | Java, Python, Node.js, Ruby | Managed service, AWS ecosystem integration | Real-time data ingestion, log processing |
Apache NiFi | Java, XML | User-friendly, strong data lineage | Data flow automation, ETL |
Azure Stream Analytics | SQL-like language | Managed service, Azure integration | IoT data processing, real-time analytics
|
https://www.canva.dev/blog/engineering/product-analytics-event-collection/
https://www.youtube.com/watch?v=dYOyUEOlCuI
https://magenta.tensorflow.org/svg-vae
https://github.com/alexandre01/deepsvg
https://github.com/googlecreativelab/quickdraw-dataset
https://alexharri.com/blog/vector-networks
https://serce.me/posts/02-10-2023-hey-computer-make-me-a-font
https://www.canva.dev/blog/engineering/ship-shape/
https://serce.me/posts/02-10-2023-hey-computer-make-me-a-font
https://arxiv.org/abs/2304.14400
https://web.dev/articles/variable-fonts