Skip to content

Instantly share code, notes, and snippets.

View luisquintanilla's full-sized avatar
🛸
Astral Plane

Luis Quintanilla luisquintanilla

🛸
Astral Plane
View GitHub Profile
@luisquintanilla
luisquintanilla / Program.cs
Created March 18, 2024 15:51
Movie Recommender RAG (SK + Ollama + AOAI Embeddings)
#pragma warning disable
using System.Net.Http.Json;
using System.Text.Json;
using System.Numerics.Tensors;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.SemanticKernel;
using Microsoft.SemanticKernel.Connectors.Ollama;
using Microsoft.SemanticKernel.Connectors.OpenAI;
using Microsoft.SemanticKernel.Embeddings;
@luisquintanilla
luisquintanilla / TensorPrimitivesCosineSimSample.ipynb
Created October 4, 2023 14:00
Calculating Cosine Similarity with Different Implementations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / SchemaDefinition.ipynb
Created September 27, 2023 22:38
Define IDataView schema using anonymous types
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / Sample.ipynb
Created December 8, 2022 17:37
GPT-2 ONNX ML.NET Tokenizers Sample
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / TransformerScope.ipynb
Last active November 2, 2022 17:58
Use transformer scopes to ignore labels when scoring
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / CVCallibrator.ipynb
Created November 2, 2022 01:58
Binary Classification Cross Validation with Platt Callibrator
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / SO74069270.ipynb
Created October 20, 2022 15:25
Throwaway AutoML Regression experiment sample
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / BiDAF.ipynb
Last active November 13, 2022 02:11
Bidirectional Attention Flow (BiDAF) ONNX ML.NET Sample
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / Multiclass-PFI-AutoML-Featurizer.ipynb
Created September 21, 2022 04:18
AutoML Multiclass Classification Experiment using AutoML Featurizer
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luisquintanilla
luisquintanilla / Multiclass-PFI-AutoML.ipynb
Created September 21, 2022 03:56
Multiclass AutoML PFI
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.