Skip to content

Instantly share code, notes, and snippets.

@ajeyjoshi
ajeyjoshi / Images.txt
Last active June 1, 2020 01:50
Public_Images
Images
@ajeyjoshi
ajeyjoshi / Logistic Regression.ipynb
Last active June 1, 2020 01:42
Logistic Regression: Overfitting, Underfitting, High Variance, High Bias (Demonstrations with toy data … No theory …)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajeyjoshi
ajeyjoshi / numpy histogram function.ipynb
Created May 31, 2020 23:20
Plot CDF using output of NumPy Histogram function
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajeyjoshi
ajeyjoshi / L2_L1_Normalization.ipynb
Last active July 2, 2020 22:42
L2 and L1 Data Normalization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajeyjoshi
ajeyjoshi / Performance Metrics .ipynb
Last active September 22, 2020 11:59
Performance Metrics for Machine Learning Algorithms
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajeyjoshi
ajeyjoshi / Cosine Euclidean Dist Relation.ipynb
Last active July 3, 2020 15:53
Relation between Cosine Distance and Euclidean Distance
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajeyjoshi
ajeyjoshi / KNN Effect of Data Normalization.ipynb
Last active June 9, 2023 10:09
Need of data normalization in case of KNN when features have large scale variation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ajeyjoshi
ajeyjoshi / gist:154c422e1df4ef957b30b6148e7f1605
Last active April 11, 2022 03:20
WPF Pyramid Panel #01
<wpf1427:PyramidPanel Rows="4">
<TextBlock x:Name="tBox_00" wpf1427:PyramidPanel.Row="0" wpf1427:PyramidPanel.Column="0" Background="Orange" TextAlignment="Center">00</TextBlock>
<TextBlock x:Name="tBox_10" wpf1427:PyramidPanel.Row="1" wpf1427:PyramidPanel.Column="0" Background="Orange" TextAlignment="Center">10</TextBlock>
<TextBlock x:Name="tBox_11" wpf1427:PyramidPanel.Row="1" wpf1427:PyramidPanel.Column="1" Background="Blue" TextAlignment="Center">11</TextBlock>
<TextBlock x:Name="tBox_20" wpf1427:PyramidPanel.Row="2" wpf1427:PyramidPanel.Column="0" Background="Orange" TextAlignment="Center">20</TextBlock>
<TextBlock x:Name="tBox_21" wpf1427:PyramidPanel.Row="2" wpf1427:PyramidPanel.Column="1" Background="Blue" TextAlignment="Center">21</TextBlock>
<TextBlock x:Name="tBox_22" wpf1427:PyramidPanel.Row="2" wpf1427:PyramidPanel.Column="2" Background="Orange" TextAlignment="Center">22</TextBlock>
@ajeyjoshi
ajeyjoshi / PyramidPanel.cs
Created April 11, 2022 01:48
WPF Pyramid Panel
/*
The MIT License (from https://opensource.org/licenses/MIT)
Copyright 2022 Ajey Joshi (ajey.joshi@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@ajeyjoshi
ajeyjoshi / TestPyramidPanel.xaml
Created April 11, 2022 02:19
WPF Pyramid Panel Testing #01
<!--
The MIT License (from https://opensource.org/licenses/MIT)
Copyright 2022 Ajey Joshi (ajey.joshi@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions: