Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #180

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
598c932
Update and rename implement-sdr-representation-samples.md to working-…
MahdiehPirmoradian Jan 14, 2024
d2bee01
Update working-with-sdrs.md
MahdiehPirmoradian Jan 14, 2024
acb954c
Update working-with-sdrs.md
MahdiehPirmoradian Jan 14, 2024
bc19444
upgrading the .Net version to 7
MahdiehPirmoradian Jan 14, 2024
137bb8b
Merge pull request #145 from ddobric/mahdieh
MahdiehPirmoradian Jan 14, 2024
cb036ae
Upgrading the .Net Version to .Net 7.0
MahdiehPirmoradian Jan 14, 2024
0da0c20
Upgrading the .Net Version to .Net 7.0
MahdiehPirmoradian Jan 14, 2024
be9a9e5
Merge pull request #146 from ddobric/mahdieh
MahdiehPirmoradian Jan 14, 2024
ced40da
working on completion engine sample
termux-io Jan 15, 2024
486be0b
added an issue in UT
termux-io Jan 15, 2024
c7f7663
Merge branch 'master' of https://github.com/ddobric/neocortexapi
termux-io Jan 15, 2024
39d506c
Update dotnet-core.yml
MahdiehPirmoradian Jan 15, 2024
5d78e86
Upgrading the .Net Version to .Net 8.0
MahdiehPirmoradian Jan 15, 2024
e0df35b
Merge pull request #147 from ddobric/Mahdieh
MahdiehPirmoradian Jan 15, 2024
c6c7825
Approve Multisequence Learning
sahithkumar1999 Jan 21, 2024
f6371b9
Modifying the code
MahdiehPirmoradian Jan 21, 2024
23d3b38
Modifying the code related to "ApproveMultiSequenceLearning" Project
MahdiehPirmoradian Jan 21, 2024
42071c1
Merge pull request #151 from ddobric/Mahdieh
MahdiehPirmoradian Jan 21, 2024
f8e5f71
Editing the documentation
MahdiehPirmoradian Jan 21, 2024
4760e26
Merge pull request #153 from ddobric/mahdieh
MahdiehPirmoradian Jan 21, 2024
ac26d4a
Update ApproveMultiSequenceLearning.md
MahdiehPirmoradian Jan 22, 2024
add99c3
Scalar Encoder with Buckets
sahithkumar1999 May 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.x

- name: Install dependencies
run: dotnet restore ${{env.MainSln}}
Expand Down
Binary file not shown.
63 changes: 30 additions & 33 deletions source/GridCell/GridCell.csproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

</PropertyGroup>

<ItemGroup>
<None Remove="NumSharp" />
<None Remove="ScottPlot" />
<None Remove="Numpy" />
<None Remove="encoder\" />
<None Remove="hexagonal\" />
<None Remove="hexagonal\coordinates\" />
<None Remove="GridCellModelTwistedTorous\" />
<None Remove="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.30.0" />
<PackageReference Include="ScottPlot" Version="4.1.57" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NeoCortexUtils\NeoCortexUtils.csproj" />
<ProjectReference Include="..\NeoCortexEntities\NeoCortexEntities.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="encoder\" />
<Folder Include="hexagonal\" />
<Folder Include="hexagonal\coordinates\" />
<Folder Include="GridCellModelTwistedTorous\" />
<Folder Include="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
</Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="NumSharp" />
<None Remove="ScottPlot" />
<None Remove="Numpy" />
<None Remove="encoder\" />
<None Remove="hexagonal\" />
<None Remove="hexagonal\coordinates\" />
<None Remove="GridCellModelTwistedTorous\" />
<None Remove="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.30.0" />
<PackageReference Include="ScottPlot" Version="4.1.57" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NeoCortexUtils\NeoCortexUtils.csproj" />
<ProjectReference Include="..\NeoCortexEntities\NeoCortexEntities.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="encoder\" />
<Folder Include="hexagonal\" />
<Folder Include="hexagonal\coordinates\" />
<Folder Include="GridCellModelTwistedTorous\" />
<Folder Include="GridCellModelTwistedTorous\AlternateImplementation\" />
</ItemGroup>
</Project>
27 changes: 8 additions & 19 deletions source/HtmActorHost/HtmActorHost.csproj
Original file line number Diff line number Diff line change
@@ -1,50 +1,39 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<Compile Remove="ActorSbHostService.cs" />
</ItemGroup>

<ItemGroup>
<None Include="ActorSbHostService.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetActors" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.4.10" />

<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NeoCortexApi.Parallel\NeoCortexApi.Parallel.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="akkahost.hocon">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
</Project>
69 changes: 28 additions & 41 deletions source/ImageEncoder/HtmImageEncoder.csproj
Original file line number Diff line number Diff line change
@@ -1,42 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<IsPackable>true</IsPackable>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

<PackageId>HtmImageEncoder</PackageId>

<Version>1.0.1</Version>

<Authors>Toan Thanh Truong, Damir Dobric</Authors>

<Product>HtmImageEncoder</Product>

<Description>Package that extends NeocortexApi to work with images through ImageEncoder. It encodes the image to to the SDR.</Description>

<PackageProjectUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder/source/ImageEncoder</PackageProjectUrl>

<RepositoryUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder</RepositoryUrl>

<AssemblyVersion>1.0.1</AssemblyVersion>

<FileVersion>1.0.1</FileVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\license.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="NeoCortexApi" Version="1.1.2" />
</ItemGroup>

</Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>HtmImageEncoder</PackageId>
<Version>1.0.1</Version>
<Authors>Toan Thanh Truong, Damir Dobric</Authors>
<Product>HtmImageEncoder</Product>
<Description>Package that extends NeocortexApi to work with images through ImageEncoder. It encodes the image to to the SDR.</Description>
<PackageProjectUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder/source/ImageEncoder</PackageProjectUrl>
<RepositoryUrl>https://github.com/ddobric/neocortexapi/tree/ImageBinarizerEncoder</RepositoryUrl>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\license.txt">
<Pack>True</Pack>
<PackagePath>
</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="NeoCortexApi" Version="1.1.2" />
</ItemGroup>
</Project>
11 changes: 2 additions & 9 deletions source/NeoCortexApi.Experiments/NeoCortexApi.Experiments.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ImageBinarizer" Version="1.5.6" />
<PackageReference Include="IronXL.Excel" Version="2020.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />

</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NeoCortexApi.Parallel\NeoCortexApi.Parallel.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
Expand All @@ -23,7 +18,6 @@
<ProjectReference Include="..\NeoCortexUtils\NeoCortexUtils.csproj" />
<ProjectReference Include="..\WebSocketNeuroVisualizer\WebSocketNeuroVisualizer.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestFiles\digit1.PNG">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -44,5 +38,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
</Project>
17 changes: 15 additions & 2 deletions source/NeoCortexApi.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
Expand Down Expand Up @@ -53,7 +52,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{9475B9AE
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GridCell", "GridCell\GridCell.csproj", "{E102D57D-BA8F-4E21-8365-8ABAFB5D2C94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeoCortexApiAnomaly", "Samples\NeoCortexApiAnomaly\NeoCortexApiAnomaly.csproj", "{7F272910-3A59-4BBB-8888-9A7F695CA754}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeoCortexApiAnomaly", "Samples\NeoCortexApiAnomaly\NeoCortexApiAnomaly.csproj", "{7F272910-3A59-4BBB-8888-9A7F695CA754}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeocortexApiLLMSample", "NeocortexApiLLMSample\NeocortexApiLLMSample.csproj", "{8D1F778F-AF73-44CF-965E-C061C07B99A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApproveMultiSequenceLearning", "Samples\ApproveMultiSequenceLearning\ApproveMultiSequenceLearning.csproj", "{D56D5B70-0094-41F0-9FFD-BCAB50BA7737}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -117,6 +120,14 @@ Global
{7F272910-3A59-4BBB-8888-9A7F695CA754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F272910-3A59-4BBB-8888-9A7F695CA754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F272910-3A59-4BBB-8888-9A7F695CA754}.Release|Any CPU.Build.0 = Release|Any CPU
{8D1F778F-AF73-44CF-965E-C061C07B99A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D1F778F-AF73-44CF-965E-C061C07B99A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D1F778F-AF73-44CF-965E-C061C07B99A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D1F778F-AF73-44CF-965E-C061C07B99A7}.Release|Any CPU.Build.0 = Release|Any CPU
{D56D5B70-0094-41F0-9FFD-BCAB50BA7737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D56D5B70-0094-41F0-9FFD-BCAB50BA7737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D56D5B70-0094-41F0-9FFD-BCAB50BA7737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D56D5B70-0094-41F0-9FFD-BCAB50BA7737}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -126,6 +137,8 @@ Global
{15375C28-1424-4A29-B2AF-11ED92F6134C} = {99AE2313-7D07-4905-A0BB-52D304FCC2F7}
{AE2CF42C-DC7D-4F0A-8B43-84A5D81E1D72} = {99AE2313-7D07-4905-A0BB-52D304FCC2F7}
{7F272910-3A59-4BBB-8888-9A7F695CA754} = {99AE2313-7D07-4905-A0BB-52D304FCC2F7}
{8D1F778F-AF73-44CF-965E-C061C07B99A7} = {99AE2313-7D07-4905-A0BB-52D304FCC2F7}
{D56D5B70-0094-41F0-9FFD-BCAB50BA7737} = {99AE2313-7D07-4905-A0BB-52D304FCC2F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71185BAD-1342-4836-BCDA-6EC97118F92D}
Expand Down
Loading